1.2 – Memory and storage Flashcards

1
Q

what is RAM

A

directly access any memory location in random order.
Stores the data which is currently being used. Stores the parts of the program that are running to be used by the CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is ROM

A

provides the necessary instructions for communication between various hardware components. Stores the BIOS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is primary storage

A

refers to the memory areas that the CPU can access very quickly. Primary storage is mostly volatile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is secondary storage

A

is non-volatile, it’s where all data is stored when not in use. Secondary storage is much slower than primary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is volitile

A

looses data when the computer is switched off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Primary storage examples

A

Registers
Cache
RAM
ROM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Secondary storage examples:

A

Hard disks
USB
SD cards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is virtual memory

A

enables data that is in RAM and not currently being used to be transferred to the hard disk. This frees up room in RAM for other programs and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what are the advantages of virtual memory

A

allows more programs to be opened even when there’s no space left in RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Disadvantages of virtual memory:

A

Takes time to write the code to the virtual memory

Cause disk thrashing

VM is slower to access than RAM direct (because it has to go back to RAM first)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

why is secondary storage needed

A

To access it again later
To use software
To interact with the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is optical storage

A

uses a laser to read and write data from a disc. Such as CDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is magnetic storage

A

uses magnetic metal platters. A read/write head reads the disk much like a record. Such as a hard disk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is solid state storage

A

offers fast access as there are no moving parts. Such as a memory stick.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

advantages and disadvantages of SSD

A

they are fast and extremely durable due to no moving parts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

advantages and disadvantages of magnetic

A

slower than SSD but are cheaper and offer more storage
may be prone to disk thrashing

17
Q

advantages and disadvantages of optical

A

cheap

18
Q

what is cloud storage

A

storage via the internet

19
Q

advantages of cloud storage

A

may be accessed anywhere anytime
makes it easier to share files
can buy more storage
no need to back up data
no need for external hard drives

20
Q

disadvantages of cloud storage

A

internet connection
hacked
only a certain amount of free storage

21
Q

what is amplitude

A

This is the height (volume) of the sound

22
Q

what is bit depth

A

Number of bits available to store each value.

23
Q

what is sample frequency

A

This is the number of samples taken per second, measured in Hz.

24
Q

what is bit rate

A

number of bits used per second of audio, measured in kilo bits per second.

25
Q

how are sound waves understood by a computer

A

The amplitude (height) of the wave needs to be measured at regular intervals and converted into binary, this is called sampling.

26
Q

what is compression

A

a reduction in the number of bits needed to represent data

27
Q

advantages of compression

A

save storage capacity,
speed up file transfer,
decrease costs for storage hardware
network bandwidth.

28
Q

what is lossy compression

A

Removes data from a file which cannot be restored. This lowers the quality.

29
Q

what is lossless compression

A

It reduces the file size by not storing repeated detail

30
Q

advantages of lossy

A

lowers the file size a lot

31
Q

disadvantages of lossy

A

cant be used on text files
looses data which cant be turned back
quality is worse

32
Q

advantages of lossless

A

same as the original
no reduction in quality

33
Q
A