Which of the following memory is volatile?
RAM
Computer memory can be broadly classified based on whether it retains its data when the power supply is removed. This property is known as volatility.
Volatile Memory: This type of memory loses its contents as soon as the power is turned off. It is used for temporary storage of data and programs that the CPU is currently using. Volatile memory is typically faster than non-volatile memory.
Non-Volatile Memory: This type of memory retains its contents even when the power is turned off. It is used for permanent storage of data and programs, such as the operating system or firmware.
Let's examine the characteristics of the memory types provided in the options:
Based on the definitions and characteristics of each memory type, we can see which one is volatile:
| Memory Type | Volatility | Description |
|---|---|---|
| RAM | Volatile | Data is lost when power is off. Used for active processing. |
| ROM | Non-Volatile | Data is retained when power is off. Used for permanent storage like BIOS. |
| PROM | Non-Volatile | One-time programmable ROM. Data is retained when power is off. |
| EPROM | Non-Volatile | Erasable and programmable ROM. Data is retained when power is off. |
The table clearly shows that RAM is the only memory type among the options that is volatile.
Among the given options (RAM, ROM, PROM, EPROM), only RAM loses its data when the power supply is removed. This characteristic defines it as volatile memory. ROM, PROM, and EPROM are all forms of non-volatile memory.
One kilobyte is equal to _______ bytes.
Which type of storage device is a Hard Disc?
Which of the following is NOT a part of auxiliary memories in a Computer system?
Computer memory which allows simultaneous read and write operations is:
Where is RAM located?