_____ is a volatile memory.
-
RAM
-
ROM
-
Both (1) and (2)
-
None of the above
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.