1.2 Memory Flashcards
What are the two types of memory?
- Main memory
* Secondary storage
Which memory can be directly accessed by the CPU?
Main memory
True or False? Main memory can only hold one program at a time
False - it can hold more than one making it quicker for the CPU to swap between tasks.
What is secondary storage used for?
Secondary storage is used for holding large amounts of data and programs long-term, but can only be accessed relatively slowly.
What is volatile memory?
Volatile memory is memory that loses its data once power to the memory chip is switched off or interrupted.
What is RAM used for?
- RAM is used as main memory
* It is used as a temporary store for program instructions and data
What will happen if RAM loses its power?
It will lose any data its holding because it is. volatile
Why is it called ‘Random Access Memory’?
Data or instructions can be accessed in any order (non sequentially)
What are the two types of RAM?
- DRAM (Dynamic)
* SRAM (Static)
What type of RAM is found in a RAM module and why?
- DRAM
* It is relatively inexspenive
What type of RAM is used for the cache and why?
- SRAM
* It is much faster to access than DRAM
Which type of RAM requires a refresh signal to keep its data intact?
DRAM
How much RAM does a budget laptop include?
Around 4GB
Use of which application could require up to 32GB of RAM?
A professional video editing application.
What does ROM stand for?
Read Only Memory