Chapter 2, Topic 4 Flashcards
Secondary Memory
1
Q
Explain Secondary Memory
A
- Instructions and data are saved onto RAM, it will become full at some point. Instructions or data from RAM will need to be moved to secondary storage in order to make space for new instructions or data.
- Relatively slow memory that can be written to but is also non-volatile.
- Also known as persistent storage.
- Relatively high capacity to hold data compared to primary memory.
2
Q
Why secondary memory is necessary
A
- When computer starts up, RAM is empty so instructions from secondary memory need to be copied into RAM for computer system to run.
- If no secondary memory, only ROM could store programs and instructions. Since ROM cannot be over-written, computer can only perform fixed operations.
3
Q
Types of secondary memory
A
- Hard disk drive
- CD/DVD
- USB
- SD or CF card
- Zip disk
- Floppy disk
- Magnetic tape
4
Q
How HDD works
A
- Uses platters
- Platter divided into tracks
- Platter is spun
- Read write arm moves over platter
- Magnetic fields control magnetic dots of data
- Magnetic field determine binary value.
5
Q
Features of SSD
A
Non volatile
Uses NAND flash memory
6
Q
Differences between SSD and HDD
A
- SSD about 10 times more expensive per MB.
- HDD about 3 times more battery power.
- SSD generally no larger than 512 GB but HDD go up to 4 TB.
- SSD silent, HDD makes spinning disc sounds.
- Both very reliable forms of storage but HDD is more vulnerable to knocks because of moving parts.
7
Q
Why SSD is replacing HDD
A
- No moving parts
- Less power usage
- Smaller
- Faster
- Run cooler
- Run quieter
8
Q
A