search
HomeCommon ProblemWhat are the most important characteristics of computer work?

The most important features of computer work are stored programs and automatic control. The basic principle is that when the computer is running, it first fetches the first instruction from the memory, and through the decoding of the controller, according to the requirements of the instruction, The data is retrieved from the memory and processed by specified calculations and logical operations, and then the results are sent to the memory according to the address.

What are the most important characteristics of computer work?

#The most important features of computer work are stored programs and automatic control.

In 1946, the famous Hungarian-American mathematician von Neumann proposed and demonstrated the basic ideas of computer architecture, the core contents of which can be summarized as "stored programs" and "automatic control." Therefore, the main working characteristics of computers are stored programs and automatic control.

Working Principles of Computers

The basic principles of computers are mainly divided into stored programs and program control. In advance, the sequence of instructions (called programs) that control how the computer operates must be and raw data are fed into computer memory via input devices. Each instruction clearly stipulates which address the computer will fetch from, what operation it will perform, and then what address it will send to.

Basic Principle

When the computer is running, it first fetches the first instruction from the memory, decodes it through the controller, and reads it from the memory according to the instruction's requirements. The data is taken out and processed by specified calculations and logical operations, and then the results are sent to the memory according to the address. Next, take out the second instruction and complete the specified operation under the command of the controller. Continue accordingly. Until a stop command is encountered. Programs are accessed in the same way as data. According to the order of programming, instructions are taken out step by step and automatically complete the operations specified by the instructions. This is the most basic working principle of the computer. This principle was originally proposed by the Hungarian-American mathematician von Neumann. It was proposed in 1945, so it is called the von Neumann principle. The working principle of the von Neumann architecture computer can be summarized in eight words: stored program, program control.

Stored program --- Compile the steps to solve the problem into a program (usually composed of several instructions), and store the program in the computer's memory (referring to main memory or memory);

Program control --- reads instructions from the computer's main memory and sends them to the computer's controller. The controller controls the entire machine to execute the operations specified by the instructions and complete the functions of the instructions based on the function of the current instructions. Repeat this operation until the instructions in the program are executed.

The characteristics of von Neumann architecture computers are:

1) Use a single processing component 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 are the most important characteristics of computer work?. 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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.