_ is a volatile memory please answer me
Answers
Answer:
RAM is volatile memory, which means that the information temporarily stored in the module is erased when you restart or shut down your computer. Because the information is stored electrically on transistors, when there is no electric current, the data disappears.
Explanation:
Mark me please brainliest
Answer:
Volatile memory is memory that requires electric current to retain data. When the power is turned off, all data is erased. Volatile memory is often contrasted with non-volatile memory, which does not require power to maintain the data storage state.
The most common type of volatile memory is random-access memory, or RAM. Computers and other electronic devices use RAM for high-speed data access. The read/write speed of RAM is typically several times faster than a mass storage device, such as a hard disk or SSD. When a computer boots up, it loads the operating system into RAM. Similarly, when you open an application on your computer or mobile device, it is loaded into RAM. Loading the operating system and active applications into RAM allows them to run much faster.
Explanation: