计算机组成原理第一讲精选文档.ppt
《计算机组成原理第一讲精选文档.ppt》由会员分享,可在线阅读,更多相关《计算机组成原理第一讲精选文档.ppt(31页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、本讲稿第一页,共三十一页计算机组成原理Principles of Computer Organization广义双语教学课程http:/211.64.192.109/skyclass25/青岛理工大学 校级精品课程http:/ 本课程是网络工程、软件工程专业的一门主要的技术基础课。通过本课程的学习,使学生掌握单台计算机硬件系统的组成单台计算机硬件系统的组成、各主要主要部件的结构部件的结构和工作原理工作原理,了解计算机运算器计算机运算器、控制器控制器、主存储器主存储器和输入输入输出系统输出系统的基本设计方法基本设计方法,为学习后继课程准备必要的硬件知识。先修课先修课:数字逻辑,汇编语言,计算机导
2、论后继课:操作系统后继课:操作系统,计算机系统结构计算机系统结构,微计算机技术,接口技术,3本讲稿第三页,共三十一页参考书参考书徐爱萍.计算机组成原理习题与解析.清华大学出版社William Stallings.Computer Organization and Architecture:Designing for Performance,5th edition.Prentice-Hall,Inc.2000电子工业出版社http:/ “计算机组成原理”是计算机专业的最重要的专业基础课之一。具有难度大、知识点多的特点。在本门课程的教学中:l教学内容的顺序可能与教材不同l适当补充一些教材中没有的新
3、内容l部分内容不在课堂上讲述,请同学们自学 为了学好本门课程,要求:1上课认真听讲,记笔记,不说话。2课后抓紧时间阅读教材的有关内容,认真做作业,不要抄袭。3每章讲完后及时归纳要点,抓住“三基”。(基本概念基本概念,基本原理基本原理,基本方法基本方法)4在学习中有问题,抓住课间时间问老师。同学之间互相交流。注意:各章内容相对独立,把问题留到后面将积累地越来越多。5注意积累英文的专业术语英文的专业术语,提高专业英语阅读能力。6认真做实验,必须预习实验。7“数字逻辑”的知识对本课程很重要,应抓紧复习。本讲稿第六页,共三十一页第一章第一章 计算机系统概论计算机系统概论Computer design
4、is concerned with the hardware design of the computer.Once the computer specifications are formulated,it is the task of the designer to develop hardware for the system.Computer design is concerned with the determination of what hardware should be used and how the parts should be connected.Chapter 1
5、Introduction7本讲稿第七页,共三十一页The basic functions that a computer can perform are:Data processing,Data storage,Data movement,ControlWhat is a Computer?电子数字计算机 Electronic Digital Computer 机电计算机机电计算机电子模拟计算机电子模拟计算机机械计算机机械计算机Computers:lHave limited capabilities.lCan only do basic mathematics and logical comp
6、arisons.lMust be instructed with programs what to do.A computer is an electronic machine that accepts data(input),manipulates the data according to some rules(process),produce results(output)and stores the results for future use(storage).8本讲稿第八页,共三十一页Computer计算机硬件系统的基本组成纸人怎样做计算?计算工具算盘算盘笔和手题目结果9本讲稿第九
7、页,共三十一页Computer计算机硬件系统的基本组成主机主存储器运算器控制器输入设备输出设备控制命令数据指令结果数据程序地址输入设备和输出设备统称为外部外部设备设备(Peripheral)或外围设备外围设备在计算机的工作过程中,有多种信息在流动:数据流,指令流,地址流,控制流。存储器处于机器的中心10本讲稿第十页,共三十一页冯冯诺伊曼计算机诺伊曼计算机冯诺伊曼(Von Neumann)冯诺伊曼计算机的主要特点:1.计算机硬件系统计算机硬件系统由运算器、控制器、主存储器、输入设备和输出设备五大部分组成五大部分组成。2.程序存储程序存储。3.采用二进制运算。二进制运算。4.一维线性结构的存储器组
8、织一维线性结构的存储器组织。5.串行计算串行计算。存储程序计算机存储程序计算机The Von Neumann architecture is a design model for a stored-program digital computer that uses a processing unit and a single separate storage structure to hold both instructions and data.A stored-program digital computer is one that keeps its programmed instru
9、ctions,as well as its data,in read-write,random-access memory.便于数据的表示,有两个稳定状态的器件容易找到运算规则简单11本讲稿第十一页,共三十一页 在冯诺伊曼计算机上解题,首先要建立数学模型,提出算法,编制解题程序。预先将程序和数据程序和数据顺序保存在存储器中。计算机自动从存储器中逐条取出指令执行。冯诺伊曼计算机主机MainMemoryALUControl UnitInputDevicesOutputDevicesControl SignalDataInstructionResultDataProgramAddress12本讲稿第
10、十二页,共三十一页Von Neumann MachineIn most modern computers,throughput is much smaller than the rate at which the CPU can work.This seriously limits the effective processing speed when the CPU is required to perform minimal processing on large amounts of data.The separation between the CPU and memory leads
11、 to the Von Neumann bottleneck,the limited throughput(data transfer rate)between the CPU and memory compared to the amount of memory.Stored-program computers were an advancement over the program-controlled computers of the 1940s,such as the Colossus and the ENIAC,which were programmed by setting swi
12、tches and inserting patch leads to route data and to control signals between various functional units.The CPU is continuously forced to wait for needed data to be transferred to or from memory.13本讲稿第十三页,共三十一页控制器+运算器中央处理器中央处理器 Central Processing Unit,简称CPUCPUA Central Processing Unit(CPU),or sometime
13、s just called processor,is a description of a class of logic machines that can execute computer programs.The term itself and its initialism have been in use in the computer industry at least since the early 1960s.The form,design and implementation of CPUs have changed dramatically since the earliest
14、 examples,but their fundamental operation has remained much the same.中央处理器是计算机的核心部件14本讲稿第十四页,共三十一页 把CPU的大部分逻辑都集成在一个半导体集成电路芯片上,称为微处理微处理器器(Microprocessor,简称MPU)MicroprocessorPrevious generations of CPUs were implemented as discrete components and numerous small integrated circuits(ICs)on one or more c
15、ircuit boards.Microprocessors,on the other hand,are CPUs manufactured on a very small number of ICs;usually just one.The overall smaller CPU size as a result of being implemented on a single die means faster switching time because of physical factors like decreased gate parasitic capacitance.This ha
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 组成 原理 第一 精选 文档
限制150内