1.2 Flashcards
(27 cards)
What is the primary function of memory in a computer?
To store data and instructions for processing.
True or False: RAM is a type of non-volatile memory.
False
Fill in the blank: The acronym RAM stands for _____.
Random Access Memory
What type of memory is used for permanent storage?
Non-volatile memory
Which of the following is an example of volatile memory? (A) Hard Drive (B) SSD (C) RAM (D) Flash Drive
C) RAM
True or False: Data in RAM is retained when the power is turned off.
False
What does the term ‘secondary storage’ refer to?
Storage that is not directly accessible by the CPU and is used for long-term data retention.
Name one advantage of using SSD over HDD.
Faster read and write speeds.
What is the purpose of cache memory?
To provide faster access to frequently used data and instructions.
Fill in the blank: EEPROM stands for _____.
Electrically Erasable Programmable Read-Only Memory
Which memory type is typically faster: RAM or Cache?
Cache
True or False: Flash memory is a type of volatile memory.
False
What does the term ‘memory hierarchy’ refer to?
The structure that ranks different types of memory based on speed and cost.
Which type of memory is typically used for system firmware?
ROM (Read-Only Memory)
What is the main characteristic of ROM?
It is non-volatile and retains data without power.
Fill in the blank: The main storage device in a computer is usually a _____.
Hard Disk Drive (HDD) or Solid State Drive (SSD)
What is a key disadvantage of HDD compared to SSD?
HDDs have moving parts, making them more prone to failure.
True or False: Virtual memory uses disk space to extend RAM.
True
What is the purpose of virtual memory?
To allow a computer to compensate for physical memory shortages.
What type of memory is used to store the BIOS?
ROM
What does the term ‘data retrieval’ mean?
The process of accessing and fetching stored data from memory.
Fill in the blank: The speed of memory is typically measured in _____.
Nanoseconds
Which memory type is the slowest: Cache, RAM, or HDD?
HDD
What is the role of the memory controller?
To manage the flow of data to and from the memory.