Memory Units Quiz 19 (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 or flash memory, retains data even without power.
How do memory units convert between gigabytes and megabytes?
To convert gigabytes to megabytes, multiply the number of gigabytes by 1024. For example, 1 gigabyte is equal to 1024 megabytes.
What is the role of cache memory in a computer system?
Cache memory is a small, fast memory that stores frequently accessed data to speed up the retrieval process, reducing the time the CPU spends waiting for data from slower main memory.
What is the significance of binary information in digital memory units?
Binary information, consisting of bits (0s and 1s), is the fundamental unit of data in digital memory. It allows for the representation and storage of all types of digital information.
How does virtual memory enhance a computer's performance?
Virtual memory extends the available memory by temporarily transferring data from RAM to the hard drive, allowing the system to handle larger programs and more data than the physical RAM can hold.