计算机组成原理第1讲_概述.ppt_第1页
计算机组成原理第1讲_概述.ppt_第2页
计算机组成原理第1讲_概述.ppt_第3页
计算机组成原理第1讲_概述.ppt_第4页
计算机组成原理第1讲_概述.ppt_第5页
已阅读5页,还剩26页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、同学们好!,计算机组成原理,Principles of Computer Organization,广义双语教学课程,09/skyclass25/,青岛理工大学 校级精品课程,教材:唐朔飞. 计算机组成原理(第2版). 高等教育出版社,3,课程的目的与任务,本课程是网络工程、软件工程专业的一门主要的技术基础课。通过本课程的学习,使学生掌握单台计算机硬件系统的组成、各主要部件的结构和工作原理,了解计算机运算器、控制器、主存储器和输入输出系统的基本设计方法,为学习后继课程准备必要的硬件知识。,先修课:数字逻辑,汇编语言,计算机导论,后继课:操作系统,计算机系统结

2、构,微计算机技术, 接口技术,,4,参考书,徐爱萍. 计算机组成原理习题与解析. 清华大学出版社,William Stallings. Computer Organization and Architecture: Designing for Performance,5th edition. Prentice-Hall,Inc.2000电子工业出版社,相关网站,看看吧,也许有收获,http:/www.tomshardware.co.uk/,/CIC/,http:/www.microprocessor.sscc.ru/,http:/en.w

3、/wiki/Multi-core_(computing),王爱英. 计算机组成与结构.清华大学出版社,5,课程的基本要求,1了解计算机硬件系统的基本组成。 2掌握数据在计算机中的表示方法。 3掌握定点补码加减法运算、浮点加减法运算的原理。 4了解定点乘除法运算和浮点乘除法运算的原理。 5掌握运算器的工作原理。 6掌握主存储器的结构、工作原理和设计方法。 7掌握指令格式、寻址方式和指令系统的设计方法。 8掌握CPU的组成、工作原理和微程序控制器的设计方法。 9熟悉辅助存储器的工作原理和结构。 10掌握输入输出系统的工作原理、中断和DMA传送的概念。 11了解数据校验码的原

4、理 12了解主要输入/输出设备的工作原理和结构。 13熟悉总线的概念和总线结构。 14掌握存储系统的层次结构和Cache的概念。,“计算机组成原理”是计算机专业的最重要的专业基础课之一。具有难度大、知识点多的特点。,在本门课程的教学中: 教学内容的顺序可能与教材不同 适当补充一些教材中没有的新内容 部分内容不在课堂上讲述,请同学们自学,为了学好本门课程,要求: 1上课认真听讲,记笔记,不说话。 2课后抓紧时间阅读教材的有关内容,认真做作业,不要抄袭。 3每章讲完后及时归纳要点,抓住“三基”。 (基本概念,基本原理,基本方法) 4在学习中有问题,抓住课间时间问老师。同学之间互相交流。注意:各章内

5、容相对独立,把问题留到后面将积累地越来越多。 5注意积累英文的专业术语,提高专业英语阅读能力。 6认真做实验,必须预习实验。 7“数字逻辑”的知识对本课程很重要,应抓紧复习。,7,第一章 计算机系统概论,Computer design 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 de

6、sign is concerned with the determination of what hardware should be used and how the parts should be connected.,Chapter 1 Introduction,8,The basic functions that a computer can perform are:,Data processing, Data storage, Data movement, Control,What is a Computer?,电子数字计算机 Electronic Digital Computer,

7、机电计算机,电子模拟计算机,机械计算机,Computers: Have limited capabilities. Can only do basic mathematics and logical comparisons. Must 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

8、) and stores the results for future use (storage).,9,Computer,计算机硬件系统的基本组成,纸,人怎样做计算?,计算工具算盘,笔和手,题目,结果,10,Computer,计算机硬件系统的基本组成,主机,主存 储器,运算器,控制器,输入 设备,输出 设备,控制命令,输入设备和输出设备统称为外部设备(Peripheral)或外围设备,在计算机的工作过程中,有多种信息在流动:数据流,指令流,地址流,控制流。,存储器处于机器的中心,11,冯诺伊曼计算机,冯诺伊曼(Von Neumann),冯诺伊曼计算机的主要特点:,1. 计算机硬件系统由运算器

9、、控制器、主存储器、输入设备和输出设备五大部分组成。,2. 程序存储。,3. 采用二进制运算。,4. 一维线性结构的存储器组织。,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 comp

10、uter is one that keeps its programmed instructions, as well as its data, in read-write, random-access memory.,便于数据的表示, 有两个稳定状态 的器件容易找到,运算规则简单,12,在冯诺伊曼计算机上解题,首先要建立数学模型,提出算法,编制解题程序。预先将程序和数据顺序保存在存储器中。计算机自动从存储器中逐条取出指令执行。,冯诺伊曼计算机,13,Von Neumann Machine,In most modern computers, throughput is much smaller

11、 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 to the Von Neumann bottleneck, the limited throughput (data transfer rate) b

12、etween 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 switches and inserting patch leads to route data and to control signals be

13、tween various functional units.,The CPU is continuously forced to wait for needed data to be transferred to or from memory.,14,控制器 + 运算器中央处理器 Central Processing Unit,简称CPU,CPU,A Central Processing Unit (CPU), or sometimes just called processor, is a description of a class of logic machines that can

14、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 examples, but their fundamental operation has remained much the same.,中央处理器

15、是计算机的核心部件,15,把CPU的大部分逻辑都集成在一个半导体集成电路芯片上,称为微处理器(Microprocessor,简称MPU),Microprocessor,Previous generations of CPUs were implemented as discrete components and numerous small integrated circuits (ICs) on one or more circuit boards. Microprocessors, on the other hand, are CPUs manufactured on a very sma

16、ll 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 has allowed synchronous microprocessors to have clock rates ranging from tens of m

17、egahertz to several gigahertz.,Additionally, as the ability to construct exceedingly small transistors on an IC has increased, the complexity and number of transistors in a single CPU has increased dramatically.,Die of an Intel 80486DX2 microprocessor in its packaging (actual size: 126.75 mm),17,单片计

18、算机(Single Chip Microcomputer,简称单片机)是把计算机的主机(除少数几个元件外)以及一些输入输出接口电路集成在一个半导体集成电路芯片上。,单片机,18,双核处理器在一个芯片上集成了2个独立的CPU 。,A multi-core CPU (or chip-level multiprocessor, CMP) combines two or more independent cores into a single package composed of a single integrated circuit (IC), called a die, or more dies

19、 packaged together.,A dual-core processor contains two cores, and a quad-core processor contains four cores.,A multi-core microprocessor implements multiprocessing in a single physical package. A processor with all cores on a single die is called a monolithic processor.,Each core independently imple

20、ments optimizations such as superscalar execution, pipelining, and multithreading. A system with n cores is effective when it is presented with n or more threads concurrently.,Dual Core Processor,19,计算机的发展,冯诺伊曼计算机的发展经历了四个主要阶段,称为Generation,划分“代”的标志是计算机所采用的逻辑元件的进步。,First generation ,The vacuum tube ag

21、e (真空管计算机),Second generation ,The transistor age (晶体管计算机),Third generation ,The integrated circuit age (集成电路计算机),小规模集成电路SSI,中规模集成电路MSI,Fourth generation , The microprocessor age (large-scale integrated circuit age ) 大规模集成电路计算机,大规模集成电路Large Scale Integrated circuits/LSI,VLSI,ULSI,20,计算机的发展,冯诺伊曼计算机的发展

22、经历了四个主要阶段,称为Generation,划分“代”的标志是计算机所采用的逻辑元件的进步。,未来的计算机:,光学计算机,超导计算机,DNA计算机,量子计算机,,非冯诺伊曼计算机,Fifth generation (1991- ),The age of connectivity,21,1957年,试制成功第一台国产电子计算机JS1机。,1965年,自制第一台晶体管计算机109B。,1971年,研制了一批集成电路计算机DJS150。,1983年,研制成功“银河”巨型机。 1亿次/秒,1992年,研制成功“银河”巨型机。,中国计算机的发展,1995年,研制成功“曙光1000”服务器。 25亿次/

23、秒,2008年, “曙光5000A” 高性能计算机。 230万亿次/秒,2010年, “曙光星云” 。 1270万亿次/秒,2011年11月, “天河号” 。,天河1A实测运算速度可达每秒2570万亿次,22,计算机的主要应用领域 Domain of Application,科学计算 Scientific Computing,数据处理 Data Processing,计算机控制 Computer Control,计算机辅助设计/制造 CAD/CAM,人工智能 Artificial Intelligence,娱乐 Entertainment,嵌入式应用 Embedded Applications

24、,23,计算机的分(型)类,巨型机 Super computer,大型机 Mainframe Computer,小型机 Minicomputer,微型机 Microcomputer,台式机 Desktop,便携机 Notebook,Laptop,掌上机 Handheld,Palm,PDA(Personal Digital Assistants),PC机 Personal Computer,系列机:一个厂家生产的,具有相同的系统结构,但性能、组成和实现不同的一系列型号不同的机器。,工作站 Workstation,服务器 Server,中型机?,24,在表示二进制数的长度和二进制形式的代码长度时,

25、经常用到的单位是:bit,Byte和Word。,bit,Byte 和 Word,bit指的是二进制数的位(或译作“比特” ),缩写是b。,Byte是计算机中表示数据长度的一个标准单位:字节(或译作“拜特” ),缩写是B。 1 Byte = 8 bits。,现代计算机的数据字的长度都是字节的整数倍。,在计算学科中,字Word并没有标准的长度。,例如,某16位计算机可以定义一个字的长度为16位,32位的字被称为双字。而某32位计算机可以定义一个字的长度为32位,16位的字被称为半字。,25,计算机的主要性能指标,1. 字长(Word Length),计算机的字长又称为机器字长,指的是运算器能同时计

26、算的二进制数的位数。计算机的字长与ALU的位数相同。CPU内的通用寄存器的位数与计算机的字长相同。字长32位的计算机被称为32位机。,存储器的字长指的是一个存储单元可以保存的二进制数的位数。存储器的字长与计算机的字长不一定相同。现代计算机的存储器字长都是字节长度的整数倍。,指令字长指的是用二进制位数表示的一条指令的长度。计算机的指令可以是固定长度的,也可以是可变长度的。指令字长与机器字长不一定相同。现代计算机的指令字长多为字节长度的整数倍。,26,2. 计算机的运算速度,计算机的速度可以有多种不同的表示方法。如,每秒钟执行的指令条数,每秒钟可以完成的加法运算的次数,计算机的主频等。,MIPS是

27、每秒钟执行的百万条指令数Million Instructions per Second,由于指令系统中的不同类型的指令的执行时间可能是不一样的,不能笼统地说“每秒钟执行多少条指令”。所以,有用“每秒钟执行多少条加法指令”来表示计算机的运算速度的。或者根据不同类型的指令在程序中出现的频度的加权平均得到“每秒钟平均执行多少条指令”。,计算机的主频一般指CPU的时钟(frequency of system clock)频率。由于不同计算机的一个机器周期包含的时钟脉冲数往往是不同的,一个指令周期包含的机器周期数也是不同的,所以,不能简单地认为主频高的机器速度就一定快。,MFLOPS是每秒钟执行的百万次浮点运算数Million Floating-point Operations per Second,27,计算机系统的组

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

最新文档

评论

0/150

提交评论