Home  >  Article  >  What content will be lost after shutting down?

What content will be lost after shutting down?

尚
Original
2020-03-05 10:15:1811492browse

What content will be lost after shutting down?

After the computer is powered off or shut down, the data in the random access memory will be lost.

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

The contents of the storage unit can be taken out or stored at will as needed, and the access speed has nothing to do with the location of the storage unit. This kind of memory will lose its storage content when the power is turned off, so it is mainly used to store programs that are used for a short period of time. According to the working principle of the storage unit, random access memory is divided into static random access memory (English: Static RAM, SRAM) and dynamic random access memory (English: Dynamic RAM, DRAM).

The above is the detailed content of What content will be lost after shutting down?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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