Asked by Douglas Morum on Jun 28, 2024

verifed

Verified

Which of the following computer memory categories is volatile?

A) RAM
B) ROM
C) PROM
D) EEPROM

Volatile

Characterizes substances that easily vaporize at normal temperatures and pressures, often referring to liquids with high vapor pressures.

RAM

Random Access Memory, a type of computer memory that can be accessed randomly, any byte of memory can be accessed without touching the preceding bytes.

  • Understand the fundamental principles of binary coding and their use in digital electronics.
verifed

Verified Answer

TL
Trinitii LuvveJul 03, 2024
Final Answer :
A
Explanation :
RAM (Random Access Memory) is volatile, meaning it loses its data when the power is turned off. ROM, PROM, and EEPROM are types of non-volatile memory, retaining data even when power is lost.