221k views
4 votes
True or False:
"Volatile" memory like RAM cannot hold any information when it is not powered.

User Jane Fred
by
7.5k points

1 Answer

3 votes

Final answer:

True, Volatile memory like RAM cannot hold any information when it is not powered.

Step-by-step explanation:

The statement 'Volatile memory like RAM cannot hold any information when it is not powered' is true.

Volatile memory refers to a type of computer memory that requires a constant power supply to retain data. RAM (Random Access Memory) is a common example of volatile memory. When the power supply is cut off, the data stored in RAM is lost. On the other hand, non-volatile memory, such as hard disk drives or solid-state drives, retains data even when not powered.

User FoxDeploy
by
8.2k points