Principles of Computer Organization-Chapter One Introduction 1

Computer organization principle architecture

1. The study of computer composition principles is divided into the following three contents:

1.1 计算机
1.2 组成
1.3 原理

2. The position of computer composition principles in the study of the entire computer system

				计算机基础 | 操作系统 | 编译原理
				 数据结构    存储管理   代码生成  
				 应用基础      调度       优化
				 C语言编程     并发
   				          计算机系统结构
      			          计算机组成原理
    		        基本逻辑单元处理器基本知识
            		  	     数字逻辑

3. Division and integration of courses

3.1计算机组成原理之机器
	1>计算机系统的基本概念
	2>总线
	3>存储器
	4>输入输出系统
3.2计算机组成原理之数字
	1>计算机中数的表示
	2>计算机的运算方法和运算器
3.3计算机组成原理之CPU
	1>指令系统
	2>CPU的结构和功能
	3>控制单元
	4>控制单元的设计

Guess you like

Origin blog.csdn.net/ABC68675/article/details/113096133