Primary and Secondary Storage Flashcards
What does primary storage refer to?
It refers to internal computer memory that is accessed by the CPU
3 Primary storage components?
- RAM (Random Access Memory)
- ROM (Read Only Memory
- Cache Memory
What is RAM?
RAM (Random Access Memory) is volatile, fast-access memory that temporarily stores data currently in use
What is ROM?
ROM (Read Only Memory) is non-volatile, read-only memory that contains permanent instructions used by the computer when it boots up.
What is Cache?
Cache is volatile, very fast-access memory which stores frequently used instructions that is situated in or next to the CPU.
What doe Secondary storage refer to?
It refers to memory that retains its contents when the computer is shut off. When you run a file, it is copied from secondary storage into primary storage and when you save a file, it is copied from primary storage to the secondary storage.
3 differences between primary and secondary storage?
- Primary storage is directly accessed by CPU, whilst Secondary storage is not
- Primary storage is volatile, secondary storage is non-volatile
- Primary storage has a small capacity, Secondary storage has a large capacity
3 types of secondary storage and explain?
- Magnetic
Disk coated with magnetic material where different areas can be magnetized North or South to store binary digits 1 or 0 - Optical
Different areas reflect or do not reflect laser light differently to store binary digits 1 or 0 - Solid State
Semi-conductor material where different areas act as switched, open or closed, to store binary digits 1 or 0
Which secondary storage components uses NAND gates?
- Flash
- SSD
Advantages and Disadvantages of HDD (Magnetic)
PROS:
- Very fast to access
CONS:
- Moving parts mean they are more susceptible to failing due to physical shock
- Data can be wiped out by a magnet
- High power consumption
3 examples of Optical storage?
- CD
- Blu-ray
- DVD
Advantages and Disadvantages of Optical storage?
PROS:
- Portable
- Cheap to produce
CONS:
- Small memory capacity
- Slow data transfer
How do you burn data to an optical disk?
The disk rotates while a laser beam burns indentations into the surface which are called pits. The space between the pits are called lands. The pits and lands represent binary values (1s and 0s)
Advantages and Disadvantages of SSD
PROS:
- Less susceptible to physical shock
- No noise
- Higher capacity compared to same volume of HDD
CONS:
- Data can not be overwritten
- Limited amount of write operations
Where is cloud memory stored?
It is stored in server farms and data warehouses