What is primary storage ?
Memory that the CPU can read/write to quickly
What is volatile ?
Power is required to for the component to retain it’s data
What is non-volatile ?
The component retains data even without power
What is RAM ?
The computers main memory
What is the purpose of RAM ?
Holds data and programs that are currently in use
Is RAM volatile or non-volatile ?
Volatile
What are 2 examples of primary storage ?
RAM and ROM
What is the purpose of ROM ?
Stores the BIOS / the instructions needed to boot up the computer
Is ROM volatile or non-volatile ?
Non-volatile
What is the purpose of virtual memory ?
When RAM is full, some data is moved to virtual memory as a temporary storage and when that data is needed it is moved back to RAM
Why does virtual memory cause the computer to slow down ?
Because data is transferred from virtual memory back to RAM instead of the data already being on RAM making it slower
What is secondary storage ?
Where data and programs are stored when they are not being used
What are 3 types of secondary storage ?
Solid state
Optical
Magnetic
What are 4 features of magnetic storage ?
Moving parts - unreliable / less durable
Can be noisy
Large amounts of capacity
Cheap
What are 4 features of optical storage ?
Disks are easily starched - unreliable / not durable
Cheap
Low capacity
Slow speeds
What are 4 features of solid state storage ?
No moving parts - reliable and durable
Expensive
Good capacity
Fast speeds
What type of data can computers only understand ?
Binary
How does binary data work ?
Represented by 1s (show electricity is flowing)
and 0s (shows electricity isn’t flowing)
What are the 8 units of data size ?
Bit
Nibble
Byte
Kilobyte
Megabyte
Gigabyte
Terabyte
Petabyte
What is a bit ?
A single binary digit (1 or 0)
How many bits are in a nibble ?
4
How many bits are in a byte ?
8
How do you calculate sound file size ?
Sample rate x duration x bit depth
How do you calculate text file size ?
Bits per character x number of characters