当前位置:网站首页>1.6 - CPU composition
1.6 - CPU composition
2022-06-30 06:34:00 【It's Li sticky duck】
Catalog
2、CPU Which registers are included in the controller in ;
3、CPU Which registers are included in the arithmetic unit in ;
4、 What are the meanings of various registers ;
Two 、CPU The composition of the
5、CPU: The arithmetic unit and register are collectively called the central processing unit
3、 ... and 、 Which registers are included in the controller
Four 、 Which registers are included in the arithmetic unit
5、 ... and 、 Test method 1:CPU Arithmetic unit in / The function of the controller
6、 ... and 、 Test method 2:CPU The function of registers in
7、 ... and 、 Test method 3:CPU Arithmetic unit in / Composition of the controller
8、 ... and 、 Test method 4:CPU The composition of the
One 、CPU Relevant test sites
1、CPU Four components of ;
2、CPU Which registers are included in the controller in ;
3、CPU Which registers are included in the arithmetic unit in ;
4、 What are the meanings of various registers ;
Two 、CPU The composition of the
1、 The von Neumann system
The basic structure of modern computer is made up of Von Neumann proposed ;
In von Neumann's architecture , Computers mainly have Arithmetic unit 、 controller 、 Memory ( That's memory )、 input device 、 Output devices Five major parts make up ;
among Arithmetic unit and controller CPU;
2、 input device
- For example, keyboard 、 mouse ;
3、 Output devices
- Is the device that presents the calculation results , For example, a display 、 The printer 、 Sound, etc
4、 Memory
- It's the memory of the computer ;
5、CPU: The arithmetic unit and register are collectively called the central processing unit
Arithmetic unit : Doing arithmetic logic operations ;
controller : Do control related operations ;
6、CPU The composition of the
7、 Internal bus
Be careful :
The internal bus will be used in the examination questions 、 The system bus 、 External bus , Put them in the options respectively ; Internal bus : Only the internal bus of the chip ; The system bus : Patch panel level cable ; External bus : Line between equipment ;
3、 ... and 、 Which registers are included in the controller

- Program counter (PC): Address of the unit where the next instruction is stored ;
- Instruction register (IR): For preservation CPU Currently executing instructions ;
- Instruction decoder : Decode instructions , Then the instruction can be executed .
- Timing unit : It mainly sends out time pulse , Help us realize computer control .
understand :CPU While the program is running , When this instruction is completed, the next instruction will be executed , But how to find the next instruction ? In the program counter, the address of the unit to execute the next instruction is stored , therefore CPU You can find where the next instruction to be executed is stored , then CPU Get the instruction according to the address ;CPU The fetched instruction will be put into the instruction register ; Then the instruction decoder decodes the instruction , Instructions will be executed .
Four 、 Which registers are included in the arithmetic unit
Arithmetic logic unit (ALU): Perform arithmetic work , Responsible for arithmetic 、 Logic operation work .
Accumulation register : Used exclusively for storage , Count 、 After logical operation One Of an operand or result of an operation .
Data buffer register : Used to store operands or operation results and other related information .
Status condition register : preservation CPU The state of being in an operation ;
5、 ... and 、 Test method 1:CPU Arithmetic unit in / The function of the controller
Ensure the correct execution of instructions : control ;
6、 ... and 、 Test method 2:CPU The function of registers in

The number of bits in the instruction register depends on the length of the instruction to be stored ;
The capacity of the memory : Determine how much content can be stored in memory ;
The width of the data bus : Decide how many bits of data can be transmitted at the same time ;
7、 ... and 、 Test method 3:CPU Arithmetic unit in / Composition of the controller
8、 ... and 、 Test method 4:CPU The composition of the

边栏推荐
- 关注这场直播,了解能源行业双碳目标实现路径
- Practice summary of Prometheus project in amu Laboratory
- 图片。。。。。
- 从底层结构开始学习FPGA----RAM IP核及关键参数介绍
- List in set (2)
- Gazebo model modification
- 01. 正则表达式概述
- C # - C # process and convert pixeldata of CT images with fo DICOM
- gazebo/set_ model_ State topic driving UAV model through posture
- [wechat applet: single or multiple styles, background color, rounded corners]
猜你喜欢
随机推荐
HuaWei满级大牛首次分享出这份598页网络协议全彩手册
Go common judgments
Using C language pure for loop to implement ilovey
Common NPM install errors
Basic questions (I)
IO stream (file class introduction)
DXP copper laying settings
Improve simulation speed during ROS and Px4 joint simulation
反编译正常回编译出现问题自己解决办法
Basic use of markdown
Static routing job
Px4 control mode summary
[my creation anniversary] one year anniversary essay
Multithreading advanced level
C语言:练习题三
583. deleting two strings - Dynamic Planning
Win10 /11 开热点无法上网问题
关于Glide加载图片模糊不清楚
Data read / write: realize data read / write function based on C # script in unity
HCIA day 1


![[wechat applet: single or multiple styles, background color, rounded corners]](/img/01/0381915591b0d3c13afbba4d50952d.png)





