Memory Units Quiz 16 (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 and used for temporary data storage, while ROM (Read-Only Memory) is non-volatile and stores permanent data that cannot be modified.
How do memory units like kilobytes and gigabytes relate to each other?
A kilobyte (KB) is 1,024 bytes, and a gigabyte (GB) is 1,024 megabytes (MB), with each MB being 1,024 KB. This hierarchical structure allows for the measurement of data storage in various scales.
What is the role of virtual memory in a computer system?
Virtual memory is a memory management technique that uses a combination of RAM and disk space to handle more data than the physical RAM can hold, effectively extending the system's memory capacity.
What is the difference between direct access and sequential access in data storage?
Direct access allows data to be accessed immediately from any location, while sequential access requires data to be read or written in a specific order, starting from the beginning.
What is the purpose of BIOS in a computer system?
BIOS (Basic Input/Output System) is a firmware that initializes and tests system hardware components and loads an operating system from a mass storage device, acting as a bridge between the hardware and the operating system.