Home > Common Problem > body text

What principles are used to enable computers to achieve automatic continuous operations?

藏色散人
Release: 2020-09-29 16:10:52
Original
44379 people have browsed it

The reason why computers can realize automatic continuous operations is due to the use of the "stored program" principle. The principle of "stored program" is to store a program written according to a specific problem in the computer memory, and then execute the first instruction of the program according to the first address of the stored program in the memory, and then execute other instructions in the order specified by the program until The program ends execution.

What principles are used to enable computers to achieve automatic continuous operations?

Recommended: "Programming Video"

The reason why computers can achieve automatic continuous operations is because The stored program principle is adopted.

The principle of "stored program" is to store a program written according to a specific problem in the computer memory, and then execute the first instruction of the program according to the first address of the stored program in the memory, and then follow the instructions of the program. Specifies the order to execute other instructions until the program ends.

Features:

The computer system consists of two major parts: hardware system and software system. The Von Neumann structure (John von Neumann), that is, the stored program, laid the basic structure of modern computers. Its characteristics are:

1) Use a single processing unit to complete calculation, storage and communication work.

2) The storage unit is a fixed-length linear organization.

3) The units of storage space are directly addressable.

4) Using low-level machine language, instructions complete simple operations through opcodes.

5) Centralized sequence control over calculations.

6) The computer hardware system consists of five major components: arithmetic unit, memory, controller, input device, and output device and stipulates their basic functions.

7) Use binary form to represent data and instructions.

8) When executing programs and processing data, the programs and data must be loaded from the external memory into the main memory, and then the computer can automatically adjust the instructions to be fetched from the memory and executed during operation.

The above is the detailed content of What principles are used to enable computers to achieve automatic continuous operations?. 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!