Section 1.3 Memory Flashcards
(9 cards)
What are the 3 distinct groups of memory and storage?
- primary memory
- secondary storage
- off-line storage
What is RAM?
Random access memory, is used as the computers main memory.
What is the main purpose of RAM?
To act as a temporary storage for programs and data while the program is being executed, the main memory.
What is virtual memory?
When there isn’t enough space in the main memory the HHD or SSD can be changed to virtual memory, this behaves like main memory but is slightly slower so isn’t ideal.
What is volatility?
RAM is volatile. This means it’s erased when the computer turns off. HDD and SSD are non-volatile memory.
Where are programs stored?
They are stored on the HDD or SSD but need to be copied into the RAM to run.
What is the bootstrap loader?
A small program that loads the operating system.
What is ROM?
Read only memory. You can’t write over its contents and is non-volatile.
Differences between RAM and ROM.
RAM:
•volatile
•stores the parts of the OS that are currently in use
•memory can be written to and read from
ROM
•non-volatile
•used to store bootstrap loader
•memory can only be read from