Multiple choice

_____ is a volatile memory.

  1. RAM

  2. ROM

  3. Both (1) and (2)

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

RAM (Random Access Memory) is volatile memory that requires continuous power to maintain stored data. When power is removed, all data in RAM is lost. In contrast, ROM (Read-Only Memory) is non-volatile and retains data even without power, which is why it's used for storing firmware and boot instructions.