2.1.2 - Describe primary memory. Flashcards
1
Q
What type of memory is directly accessible by the CPU?
A
Primary memory is the only storage that is directly accessible by the CPU.
2
Q
What does the primary memory hold at any point in time?
A
The primary memory may hold both data and instructions that are currently running on the computer system.
3
Q
What does RAM stand for?
A
RAM stands for random access memory.
4
Q
What does ROM stand for?
A
ROM stands for read only memory.
5
Q
What are 4 similarities between RAM and ROM?
A
- Both are types of main memory
- Directly accessible by the CPU
- Stores instructions for the CPU to execute
- Faster to access than secondary storage
6
Q
What are 3 differences between RAM and ROM?
A
- ROM is read only, but RAM is read and write
- RAM stores instructions and data ready for the CPU to access and execute, whereas ROM stores permanent instructions that tell a computer how to ‘boot up’ (also known as the bootstrap)
- RAM is volatile, but ROM is non volatile