Home  >  Article  >  Operation and Maintenance  >  Can the CPU directly access data stored in memory?

Can the CPU directly access data stored in memory?

藏色散人
藏色散人Original
2020-02-14 09:27:0217817browse

Can the CPU directly access data stored in memory?

Can the cpu directly access the data stored in the memory?

CPU can directly access data stored in memory, but cannot directly access data stored in external memory.

The CPU can only access memory data, and external storage data must be read into the memory before being accessed by the CPU.

Memory data refers to: data in the memory stick and CPU cache. Memory data is temporary data and cannot be retained for a long time.

External storage data refers to: data in hard disks and optical disks. External storage data can be retained for a long time.

The above is the detailed content of Can the CPU directly access data stored in memory?. 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