Memory Units Quiz 5 (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 cache memory improve computer performance?
Cache memory stores frequently accessed data, reducing the time needed to fetch data from slower main memory, thus speeding up data access and processing.
What is the role of memory hierarchy in a computer system?
Memory hierarchy organizes different types of memory based on their speed and cost, ensuring that data is stored in the most efficient location for quick access and processing.
What is locality of reference and why is it important?
Locality of reference is the tendency of a program to access a small, localized set of memory locations over a short period. It is important for optimizing cache performance and memory access patterns.
What is the purpose of instruction fetching in the context of computer memory?
Instruction fetching is the process of retrieving instructions from memory to be executed by the CPU. It is a fundamental operation in the execution of programs and data processing.