Memory And Storage (part 1) Flashcards
What are the different components of the CPU?
- Arithmetic logic unit
- Control unit
- Cache
- Registers
What does volatile mean?
When the power is turned off all data is lost
Give four examples of primary storage
- RAM
- ROM
- Registers
- Cache
What is secondary storage?
Long term, non volatile storage for data and files
What is tertiary storage?
Storage for backing up and archiving large amounts of data
Name 3 features of primary storage
- Volatile (except ROM)
- Usually has small storage capacity
- Fast access speeds
Name 3 features of secondary storage
- Non-volatile
- Usually much larger storage than primary
- Slow access speeds
What does RAM stand for?
Random Access Memory
What is the purpose of RAM?
- Temporary storage for instructions and data for programs being executed by the processor (transferred from the HDD)
- For reading and writing data
- That holds the OS when the computer is running
Why are instructions transferred from the hard disk to RAM?
Too slow to execute instructions from hard disk
Is RAM volatile?
Yes
What types of storage is RAM?
Primary Storage
What does ROM stand for?
Read Only Memory
What is the bootstrap?
Startup instructions to load the OS
Why are instructions transferred from ROM to RAM?
Too slow to execute instructions from ROM
What does BIOS stand for?
Basic Input Output Settings
What is firmware?
Software installed on the ROM
What is ROM?
Small piece of read only memory that can only be written to once, holds the bootstrap
What type of storage is ROM?
Primary Storage
Is ROM volatile?
No