Memory Types Flashcards
What are the 2 types of memory?
Main Memory
Secondary Storage
What is Main Memory?
Is any memory that is directly accessed by the CPU
Give 2 example of Main Memory
Random Access Memory (RAM)
ROM chips
What is Secondary Storage used for?
Is used for holding large amounts of data and programs long-term, but can only be accessed relatively slowly
Give 2 examples of Secondary Storage
Hard Disks
Flash Memory
What happens to Volatile Memory when power is switched off?
It is cleared whenever the supply of power is lost
What happens to Non-Volatile Memory when power is switched off?
It will continue to hold anything it was storing even if it is not receiving any power
Is Main Memory Volatile or Non-Volatile?
Volatile (Except ROM chips)
Is Secondary Storage Volatile or Non-Volatile?
Non-Volatile, as the programs and data that are held there are meant to be kept long-term
Give some examples of Volatile Memory
RAM
Cache
CPU Registers
What does RAM store?
Temporarily stores program instructions and data
What 2 types of RAM are there?
DRAM (Dynamic Random Access Memory)
SRAM (Static Random Access Memory)
Why is DRAM often used for Main Memory?
Because it’s relatively inexpensive
Why is SRAM often used for cache?
Because it is much faster to access than DRAM
State 5 things about DRAM
Volatile Memory
Used in RAM modules
Less expensive than SRAM
Slower to access than SRAM
Requires a refresh signal to retain its data intact