Paper 1 : Memory and Storage Flashcards
What is main memory?
Any memory that is directly connected to the CPU. However, it usually refers to the RAM.
What are the three types of main memory?
RAM, ROM and Cache.
What is volatile memory?
Memory that loses all of it’s data when it loses power.
What is non-volatile memory?
Memory that retains all if it’s data even if it loses power.
What does RAM stand for?
Random Access Memory
What does the RAM do?
It stores currently open programs and OS data from secondary storage so that the CPU can access it directly.
Is RAM volatile or non-volatile?
Volatile.
What does ROM stand for?
Read Only Memory
What does the ROM do?
It is memory that cannot be changed after being programmed for the first time. It contains the instructions the computer needs to start. This is known as the bootstrap or BIOS.
Is Rom volatile or non-volatile?
Non-volatile.
What does the Cache do?
The cache stores frequently used data. It is faster than RAM but lower in storage. It is checked during the ‘fetch’ stage.
Where is the Cache physically located in a computer?
The Cache is found in between the CPU processor and the RAM. But it is physically closer to the actual CPU.
Where else might you find a cache (excluding a CPU)
You could find it in secondary storage devices or your browser.
Is the cache volatile or non-volatile?
Volatile.
What is secondary storage?
Storage that is not directly connected to the CPU.