WBJECA 2025 — Computer PYQ
WBJECA | Computer | 2025Which of the following types of memory is non-volatile?
Choose the correct answer:
- A.
RAM
- B.
Cache
- C.
Register
- D.
EPROM
(Correct Answer)
EPROM
Explanation
In computer architecture, memory is categorized based on its volatility—that is, its ability to retain stored information when power is removed.
Volatile Memory: This memory requires a continuous power supply to maintain the stored information. If the power is turned off, the data is lost. Examples include RAM, Cache, and CPU Registers.
Non-Volatile Memory: This memory retains its stored information even after the power is turned off. Examples include ROM, EPROM, EEPROM, and Flash memory.
We can categorize the memory types based on volatility:
Volatile={RAM, Cache, Registers}
Non-Volatile={EPROM, ROM, Flash}
EPROM (Erasable Programmable Read-Only Memory): As a type of ROM, it is designed to store data permanently until it is explicitly erased (usually via ultraviolet light) and reprogrammed.
Therefore, because RAM, Cache, and Registers are volatile, EPROM is the only correct choice among the provided options.
