1.2 Memory and Storage Flashcards
What is primary memory?
Primary memory is a type of memory that is accessed directly by CPU.
List the types of primary memory
Registers
Cache
RAM
Virtual Memory
What is latency?
Latency is the time taken by components to respond to a request.
How is the access time reduced?
By copying frequently used data and instructions to the cache.
What is RAM?
A temporary memory which stores data, files and parts of the operating system that are currently in use.
What are the types of RAM?
Static RAM and Dynamic RAM
What is the difference between SRAM and DRAM?
SRAM is made of ‘flip-flops’ and need not be constantly refreshed.
DRAM is made of transistors and capacitors, and has to be constantly refreshed.
Which type of RAM is used for cache memory?
SRAM
Which of the types of RAM offers higher capacity?
DRAM
What is ROM?
A permanent memory that is used to store the instructions that are executed once the computer is switched ON.
How is ROM made?
ROM is made by interconnecting several transistors.
What are the types of ROM?
PROM, EPROM, EEPROM and Flash ROM.
What is Flash ROM?
A type of ROM that is programmed by applying slightly large electric current that forces an electron through a barrier.
True or False. Flash memory is non-rewritable.
False: Flash memory is rewritable.
When is virtual memory required?
When a computer has too many processes running at the same time and the capacity of RAM is not enough.