Memory Units Quiz 4 (10 MCQs)

This set of multiple-choice questions evaluates understanding of memory units, clipboard functionality, and dynamic memory allocation. It covers concepts such as DRAM, SRAM, ROM, and heap fragmentation. The questions assess knowledge of data transfer, memory refreshing, and data retrieval mechanisms, including associative memory functions.

Quiz Instructions

Select an option to see the correct answer instantly.

1. The problem of fragmentation arises in .....
2. Associative memory is some times called as?
3. A ..... represent approximately one billion memory locations.
4. MB = 1 TB
5. The smallest piece of data in a computer system.
6. What is the purpose of Memory Address Register
7. The smallest unit of data is ......
8. To what temporary area can you store text and other data, and later paste them to another location?
9. Which of the following memories need refresh?
10. ROM stands for

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.