Memory Units Quiz 8 (10 MCQs)

This set of multiple-choice questions evaluates understanding of computer memory types, including RAM and ROM, the boot process, and memory units such as bytes, kilobytes, megabytes, and terabytes. It tests knowledge of binary representation, memory hierarchy, and unit conversion, essential for basic computer literacy and hardware comprehension.

Quiz Instructions

Select an option to see the correct answer instantly.

1. One Terabyte (TB) is equal to
2. Choose the smallest memory size
3. Which one of these is commonly used to measure storage capacity
4. Random Access Memory, one of two basic types of memory. Portions of programs are stored in RAM when the program is launched so that the program will run faster. Though a PC has a fixed amount of RAM, only portions of it will be accessed by the computer at any given time. Also called memory.
5. Tiny rings made of magnetic material that can be polarised to represent binary 1 or 0 is called
6. When you first turn on a computer, the CPU is preset to execute instructions stored in .....
7. A ..... is 1,000 megabyte
8. Which of the following is the smallest measure of storage?
9. This has data preinstalled onto it that cannot be removed. It keeps its contents when the computer is off. It is therefore known as non-volatile.
10. What are the types of Computer Memory?

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.