memory& storage Flashcards

1
Q

primary storage

A

Very quick because it is directly accessed by the CPU.
Typically smaller in storage size.
Sometimes called “main memory”
e.g. RAM ROM

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

secondary storage

A

Slower as it isn’t directly accessed by the CPU.
Typically larger in storage size
Used for long term storage of data because it is non-Volatile.
Includes magnetic, optical and solid state storage
access time is slower than primary as it is not directly embedded on the motherboard or could even be external and therefore further away from the CPU.

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

volatile and non-volatile

A

volatile- temporary, data is lost whenever the power is turned off.

non-volatile- saves the data even when not being powered. data can be stored long term and accessed when the computer is switched on.

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

random access memory

A

volatile storage that stores all programs that are currently running. it also stores parts of the operating system to be accessed by the CPU.

RAM is made up of a large number of storage locations, each can be identified by a unique address.

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

read only memory

A

non-volatile storage that cannot be changed.

ROM stores the boot program for when the computer is switched on. the boot program then loads up the operating system to take over managing the computer.

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

virtual memory

A

when there is insufficient space in RAM for all programs the computer can use the hard disk drive as an extension RAM- this is called virtual memory.

If new data is needed to be stored in RAM then unused data in RAM is moved to the hard drive so the new data can be transferred into RAM.

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

secondary storage characteristics

A

capacity-the maximum amount of data that can be stored

durability- strength of the device, to last without breaking.

portability- how easy data on the device can be read or edited.

access speed-speed that the data on the device can be read or edited.

cost-average price it costs to buy a storage device

reliability- the likelihood of the device continuing to perform well over time.

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

magnetic storage

A

large capacity and cheaper cost per gigabyte than solid state.

not durable and not portable when powered on as it could damage the device.

slow access speed but faster than optical storage.

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

optical storage

A

discs are thin and portable. also very cheap in bulk(e.g. CD, DVD, blu-ray)

low capacity

not durable- very fragile

optical disks have the slowest access speed

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

American standard code for information interchange

A

it uses 8 bits which only gives 256 possible characters.
only enough for the english language but it cant be used for other language or all punctuation symbols

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

unicode

A

16 bits, allows 65,536 possible characters.

requires more memory to store each character than ASCII as it uses extra byte.

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

file size

A

file size= resolution x colour depth

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

sample rate

A

amount of times per second the amplitude of the sound wave is measured.
it is measured in kilohertz

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

bit depth

A

the number of bits available to represent each sample.
The higher the bit depth, the more bits are available to be used for each sample.

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

calculating sound file size

A

sound file=sample rate x bit depth x duration

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

lossy compression

A

can reduce the file size by a large amount as it will remove data that human can see or hear.
Removes the data permanently, so the file can never return to its original form.

17
Q

lossless compression

A

reduces file size with out permanently removing any data. because of this, the file is returned to its original form when decomposed

-reconstructs the data