Home> Common Problem> body text

What is the composition of cpu

藏色散人
Release: 2023-01-13 00:38:50
Original
209612 people have browsed it

The composition of CPU: 1. Registers, used to temporarily store processing objects such as instruction data; 2. Controller, read instructions, data, etc. in the memory into registers; 3. Arithmetic unit, responsible for calculations from memory Read the data in the register; 4. Clock, responsible for sending the clock signal for the CPU to start timing.

What is the composition of cpu

#The operating environment of this article: Windows 7 system, Dell G3 computer.

Composition of cpu

Concept: Among the components of a computer, the device that performs data operations according to the instructions of the program and controls the entire computer is called the CPU.

The CPU is internally composed of four parts: registers, controllers, operators and clocks. Each part is connected to each other by current signals.

Registers can be used to temporarily store processing objects such as instruction data and can be regarded as a type of memory. There are 20 to 100 registers inside a CPU.

The controller is responsible for reading instructions, data, etc. from the memory into registers, and controlling the entire computer based on the execution results of the instructions.

The operator is responsible for computing the data read from the memory into the register.

The clock is responsible for sending the clock signal for the CPU to start timing. There are also computers where the clock is located outside the CPU.

For more related knowledge, please visit theFAQcolumn!

The above is the detailed content of What is the composition of cpu. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
cpu
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
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!