Memory Units Quiz 18 (10 MCQs)

This set of multiple-choice questions evaluates understanding of CPU architecture, memory units, and data transfer operations. It covers concepts such as CPU components, memory data registers (MDR), RAM, cache memory, and volatile memory properties. The questions also assess knowledge of binary notation, unit conversion, and the memory hierarchy, including data access speed and storage capacity.

Quiz Instructions

Select an option to see the correct answer instantly.

1. The data is lost when you turn the computer off
2. What does the MDR do?
3. The fastest component for accessing stored data is .....
4. A ..... is approximately one billion bytes
5. A measure of memory or storage capacity and is approximately a thousand terabytes.
6. One kilobyte = ..... byte?
7. What does the Memory Data Register (MDR) do?
8. Cache and main memory will lose their contents when the power is off. They are?
9. Collection of 1024 Bytes:
10. Stores information for the operation of a computer; similar to short-term memory.

Frequently Asked Questions

What is the difference between RAM and cache memory?

RAM (Random Access Memory) is the main memory used for temporary data storage, while cache memory is a smaller, faster memory that stores frequently accessed data to speed up data retrieval.

How do memory units like kilobytes and gigabytes relate to each other?

Memory units are based on powers of two. One kilobyte (KB) is 1,024 bytes, and one gigabyte (GB) is 1,024 megabytes (MB), with each MB being 1,024 KB.

What is the role of the Memory Data Register (MDR) in a computer?

The Memory Data Register (MDR) is a component of the CPU that holds data that is being transferred to or from memory, acting as a temporary storage area during data transfer operations.

How does the binary system relate to computer memory?

The binary system, which uses only two digits (0 and 1), is the foundation of digital information storage in computer memory. Each binary digit represents a bit, and groups of bits form bytes, which are used to store data.

What is the difference between volatile and non-volatile memory?

Volatile memory, like RAM, loses its data when power is turned off, while non-volatile memory, like hard drives, retains data even without power.