Question Details

Which of the following hardware components will lose data when the power to a computer is switched off?

A. Processor Registers

B. Cache Memory

C. SSD

D. RAM

E. ROM

Choose the correct answer from the options given below:

Options

A

B and D only

B

A, C and D only

C

A, B and C only

D

A, B and D only

Show Answer

Correct Answer :

Option D

A, B and D only

Solution :

The correct answer is A, B and D only.

To understand why processor registers, cache memory, and RAM lose data when the power is switched off, let's analyze the nature of computer memory and storage components. Computer memory is broadly classified into two categories based on how they behave when power is removed: volatile memory and non-volatile memory.

1. Volatile Memory: This type of memory requires electrical power to maintain its state. When the power is turned off, all stored information is lost immediately. The volatile components in the list are:
- A. Processor Registers: These are extremely fast storage locations internal to the CPU. They hold data immediately required by the processor and are completely volatile.
- B. Cache Memory: This is high-speed volatile memory (typically SRAM) used by the CPU to reduce the average time to access data from the main memory.
- D. RAM (Random Access Memory): This is the main system memory (typically DRAM) used to store data currently in use by the operating system and applications. It is volatile and loses all data when power is cut off.

2. Non-Volatile Memory: This type of memory retains its data even after the power is switched off. The non-volatile components in the list are:
- C. SSD (Solid-State Drive): This is a persistent storage device used to store files, programs, and the operating system permanently. It retains data without power.
- E. ROM (Read-Only Memory): This is non-volatile memory used to store permanent instructions, such as the computer's BIOS/firmware.

Therefore, only components A (Processor Registers), B (Cache Memory), and D (RAM) will lose data when power is switched off, making A, B and D only the correct choice.

Unlock Our Free Library

Access expert-curated educational resources and study materials—completely free.

Discover more resources

You may also like

Ask AI Tutor
5 left
Q1 View Question & Options
AI Tutor is solving this question...
Reading question context & options...