Home > Common Problem > What is the memory that stores data lost after shutdown?

What is the memory that stores data lost after shutdown?

Release: 2020-04-17 13:11:46
Original
12616 people have browsed it

What is the memory that stores data lost after shutdown?

#The memory that stores data lost after shutting down is RAM, which is random access memory, also called main memory.

Random access memory is an internal memory that exchanges data directly with the CPU. It can be read and written at any time (except when refreshing), is very fast, and is often used as a temporary data storage medium for the operating system or other running programs.

When RAM is working, information can be written (stored) or read (retrieved) from any specified address at any time. The biggest difference between it and ROM is the volatility of data, that is, the stored data will be lost once the power is turned off.

The above is the detailed content of What is the memory that stores data lost after shutdown?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template