Memory Units Quiz 3 (10 MCQs)

This set of multiple-choice questions evaluates understanding of memory types, non-volatile memory, re-writable memory, and CPU components. It covers concepts such as memory access, register functions, memory units, and data access speed. The questions test knowledge of semiconductor memory, cache memory, and the binary system, including bit and byte composition, and gigabyte to megabyte conversion.

Quiz Instructions

Select an option to see the correct answer instantly.

1. The fastest type of memory from the following list is
2. A thousand gigabytes.
3. The smallest unit of storage is
4. Kilobytes =
5. Which of the following memories can be re-written by using electrical devices?
6. What does the MAR do?
7. GB= ..... MB
8. A memory that is capable of determining whether a given datum is contained in one of its addresses is
9. A byte stores enough information for one
10. Which of the following stores copies of the data from frequently used main memory locations?

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.