Memory Units Quiz 4 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is the difference between ROM and DRAM?
ROM (Read Only Memory) is non-volatile and stores permanent data, while DRAM (Dynamic Random Access Memory) is volatile and requires periodic refreshing to retain data.
How does memory refreshing work in DRAM?
Memory refreshing in DRAM involves periodically rewriting the data to maintain the charge in the capacitors, preventing data loss due to leakage.
What is the role of the Memory Address Register (MAR) in computer memory?
The Memory Address Register (MAR) holds the address of the memory location from which data is to be read or to which data is to be written.
What is heap fragmentation and how does it affect memory management?
Heap fragmentation occurs when memory is divided into small, non-contiguous blocks, making it difficult to allocate large contiguous blocks of memory, which can degrade system performance.
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, while a byte consists of 8 bits and is used to represent a single character or number.