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.
Fill in the blank: Secondary storage is always ________
Secondary storage is always non-volatile.
What are 6 attributes to remember when comparing secondary storage devices?
Speed, cost, durability, portability, reliability and capacity.
What are the 4 types of secondary storge?
Optical, Magnetic, Solid-state and Cloud.
What are some examples of optical storage?
CD, DVD or Blue-Ray.
What are some advantages to optical storage?
Portable, cheap, quite reliable, quite durable,
What are some disadvantages to optical storage?
Can be damaged easily and not very high capacity.
How does optical storage work?
It uses a laser beam to read bumps off a disk. Each bump represents a 1 or 0 in binary.
What are some examples of magnetic storage?
Hard drives, casette tapes.
What are some advantages to magnetic storage?
High capacity, cheap, reliable.