Home > Common Problem > body text

What is the difference between main memory and external memory?

王林
Release: 2020-05-08 17:06:17
Original
9248 people have browsed it

What is the difference between main memory and external memory?

There are many types of memory, which can be divided into main memory and auxiliary memory according to their uses. Main memory is also called internal memory (referred to as memory), and auxiliary memory is also called external memory (referred to as external memory). live).

The most prominent feature of main memory is fast access speed, but small capacity and expensive price; the characteristics of external memory are large capacity, low price, but slow access speed.

Main memory is used to store programs and data that are needed immediately; external memory is used to store programs and data that are not used temporarily. Information is frequently exchanged between internal memory and external memory.

The above is the detailed content of What is the difference between main memory and external memory?. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!