Memory Units Quiz 3 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is the difference between a bit and a byte?
A bit is the smallest unit of digital information, representing either a 0 or 1. A byte consists of 8 bits and is used to represent a single character or number in computing.
How does cache memory improve data access speed?
Cache memory stores frequently used data, allowing the computer to access it more quickly than from main memory. This reduces the time needed to retrieve data and speeds up overall processing.
What is the purpose of a Memory Address Register (MAR)?
The Memory Address Register (MAR) holds the address of the memory location that the CPU wants to read from or write to, facilitating data transfer between the CPU and memory.
What is the conversion factor from gigabytes to megabytes?
One gigabyte (GB) is equal to 1,024 megabytes (MB). This conversion factor is based on the binary system used in computing.
What is the primary function of EEPROM in memory units?
EEPROM (Electrically Erasable Programmable Read-Only Memory) allows data to be erased and reprogrammed electrically, making it useful for storing configuration data that can be updated without removing the chip.