Memory Units Quiz 16 (10 MCQs)

This set of multiple-choice questions evaluates understanding of memory units, sequential data handling, and storage technologies. It covers concepts such as BIOS, PROM, RAM, ROM, and data measurement units like bytes, kilobytes, and terabytes. The questions assess knowledge of volatile vs. non-volatile memory, memory management, and the boot process.

Quiz Instructions

Select an option to see the correct answer instantly.

1. Bubble memory is a
2. How much is 1024 bytes
3. Main storage is also called
4. Which of these items are NOT stored in RAM
5. How is storage size measured on a computer?
6. Which term is not used to describe the memory component of a computer?
7. Which of the following is a memory management technique that makes the random access memory appear larger than it is .....
8. Serial access memories are useful in applications where
9. Which of the following are the best units of data on an external storage device?
10. A terabyte comprises .....

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.