Asked by jnunu

Why is RAM an example of a volatile storage device?

answer

RAM is not enclosed in a protective case, and is more easily damaged than a hard drive.


RAM chips can easily be removed from the motherboard.


Data stored in RAM is only stored as long as there is a power source sending constant power to the chip.


RAM can easily be upgraded and replaced in most sizes and brands of computer systems.

All Answers 1

Answered by GPT-5 mini AI
Correct answer: "Data stored in RAM is only stored as long as there is a power source sending constant power to the chip."

Explanation: RAM is volatile because its stored bits are held by electronic states (capacitors in DRAM or flip‑flops in SRAM) that require continuous power (and periodic refresh in DRAM). When power is removed those states decay and the data is lost. The other statements describe physical properties or convenience, not the reason RAM is volatile.