Memory Units Quiz 8 (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 and stores permanent data like initial instructions for the boot process.
How is data represented in computer memory?
Data in computer memory is represented using the binary system, where each piece of information is stored as a series of bits, typically grouped into bytes (8 bits).
What is the smallest unit of data in computer memory?
The smallest unit of data in computer memory is a bit, which can have a value of either 0 or 1.
What is the difference between primary and secondary memory?
Primary memory, such as RAM, is directly accessible by the CPU and is used for active data processing. Secondary memory, like hard drives, stores data persistently but is not directly accessible by the CPU.
How do you convert between memory units like kilobytes, megabytes, and gigabytes?
To convert between memory units, you use powers of 2. For example, 1 kilobyte (KB) is 1024 bytes, 1 megabyte (MB) is 1024 kilobytes, and 1 gigabyte (GB) is 1024 megabytes.