Memory Units Quiz 17 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is the difference between volatile and non-volatile memory?
Volatile memory, such as RAM, loses its data when the power is turned off, while non-volatile memory, like ROM, retains data even without power.
How does a MOS capacitor function in semiconductor memory?
A MOS capacitor stores charge in a thin oxide layer, which represents a bit of data. This charge can be read or written to by the memory controller.
What is the role of the Memory Address Register (MAR) in memory access?
The Memory Address Register holds the address of the memory location that the CPU wants to read from or write to, facilitating memory access.
How does pipelining improve memory access speed?
Pipelining allows multiple instructions to be processed simultaneously, reducing the overall time required for memory access and improving the speed of data retrieval.
What is the purpose of a parity bit in memory?
A parity bit is used for error detection in memory, ensuring data integrity by checking for any changes in the stored data.