Memory Units Quiz 23 (10 MCQs)
Quiz Instructions
Select an option to see the correct answer instantly.
Frequently Asked Questions
What is the difference between RAM and ROM?
RAM (Random Access Memory) is volatile memory used for temporary data storage, while ROM (Read-Only Memory) is non-volatile memory that stores permanent data and instructions.
How are data storage units related to each other?
Data storage units are related in a hierarchical manner, with 1 kilobyte (KB) equaling 1024 bytes, 1 megabyte (MB) equaling 1024 kilobytes, and 1 gigabyte (GB) equaling 1024 megabytes.
What is the role of ASCII encoding in data representation?
ASCII encoding assigns unique binary codes to characters, enabling computers to store and process text data efficiently.
What is the significance of EEPROM in programmable memory?
EEPROM (Electrically Erasable Programmable Read-Only Memory) allows data to be erased and reprogrammed electrically, making it useful for applications requiring non-volatile data storage that can be updated.
How does the binary system relate to computer memory?
The binary system, which uses bits (0s and 1s), is fundamental to computer memory as it forms the basis for storing and processing data in digital systems.