Primary Memory Quiz 4 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is primary memory?
Primary memory, also known as main memory, is the storage space in a computer where data and programs are temporarily stored for quick access by the processor during processing cycles.
How does dynamic RAM differ from other types of RAM?
Dynamic RAM (DRAM) requires periodic refreshing to retain data, unlike static RAM (SRAM) which does not need refreshing. This makes DRAM less expensive but slower than SRAM.
What is the role of cache in primary memory?
Cache is a small, fast memory that stores frequently accessed data to speed up processing. It acts as a buffer between the processor and the main memory, reducing the time needed to access data.
How does volatile memory affect data retention?
Volatile memory, such as RAM, loses its data when the power is turned off. This means that any information stored in volatile memory must be saved to non-volatile storage to be retained.
What is the significance of data refreshing in dynamic RAM?
Data refreshing in dynamic RAM is crucial because it prevents data loss by periodically recharging the capacitors that store data bits, ensuring the integrity of the information.