Memory Units Quiz 18 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
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.