Question:easy

Which memory is volatile in nature?

Show Hint

Memory types: \[ \boxed{ \begin{aligned} \text{RAM} &\rightarrow \text{Volatile}\\ \text{ROM, HDD, SSD, USB} &\rightarrow \text{Non-volatile} \end{aligned} } \]
Updated On: Jul 23, 2026
  • HDD
  • SSD
  • RAM
  • USB Drive
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Recall what volatile means.
A volatile memory loses everything stored in it the moment power is cut off.
Step 2: Rule out the storage devices.
HDD, SSD and USB drives are all designed to keep data safe even with no power, so none of them are volatile.
Step 3: Identify the one that needs constant power.
RAM only holds data while the system is powered on, and everything in it vanishes the instant power is lost.
\[ \boxed{\text{RAM}} \]
Was this answer helpful?
0

Top Questions on Computer Organization and Architecture