Skip to content

Commit beefb0c

Browse files
author
JaxWillliams
authored
Article Of Comp-Units-Relations
1 parent 6009626 commit beefb0c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CPU
2+
由寄存器、运算器、控制器组成
3+
还有一级缓存、二级缓存等
4+
# 内存
5+
我们所说的内存都是系统内存,是SDRAM,动态随机存储器
6+
速度快容量小
7+
# 硬盘
8+
容量大速度慢
9+
# 指令
10+
程序在计算机中被分解为一条条的指令
11+
# 关系
12+
程序文件在硬盘中,当调用时,从硬盘载入内存,
13+
控制器从内存中读取程序的第一条指令,指令通知运算器读取内存中的数据的地址,
14+
运算器结合寄存器计算出结果,读取下一条指令,直到指令结束。

0 commit comments

Comments
 (0)