Memory Units Quiz 20 (10 MCQs)

This set of multiple-choice questions evaluates understanding of memory units, including ROM, PROM, EAROM, and RAM, as well as concepts like CPU addressability, access time, and data storage. It tests knowledge of memory types, computer initialization, and semiconductor memory characteristics.

Quiz Instructions

Select an option to see the correct answer instantly.

1. RAM stands for
2. CPU reads the information from secondary memory
3. Which of the following is a computer memory that can be programmed once, but not reprogrammed.
4. What type of memory is not directly addressable by the CPU and requires special software called EMS?
5. My job is to load up the computer. What am I?
6. A string of eight 0s and 1s is called a:
7. The basic unit within a computer store capable of holding a single unit of data is
8. Which of the following have the fastest access time?
9. Which one of these would provide the largest storage capacity?
10. Which of the following is form of semi conductor memory in which it is possible to change the contents of selected memory locations by applying suitable electrical signals.

Frequently Asked Questions

What is the difference between ROM and RAM?

ROM (Read-Only Memory) is used for permanent storage of data and instructions, while RAM (Random Access Memory) is used for temporary storage of data and instructions during computer operation.

What is the role of a CPU in relation to memory units?

The CPU (Central Processing Unit) accesses and manipulates data stored in memory units, such as RAM, to perform computational tasks and execute programs.

What is the significance of memory addressability?

Memory addressability refers to the ability of a CPU to access individual memory locations, which is crucial for efficient data retrieval and manipulation during program execution.

What is the purpose of PROM and EAROM?

PROM (Programmable Read-Only Memory) allows data to be written once and read multiple times, while EAROM (Electrically Alterable Read-Only Memory) can be reprogrammed electrically without removing it from the circuit.

How does storage capacity affect computer performance?

Larger storage capacity allows for more data to be stored and processed, which can improve the efficiency and speed of computer operations, especially in tasks requiring large datasets.