- 1、本文档共72页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
计算机组成原理复习资料
For 软件工程1001班
第一章知识总结
· 冯·诺伊曼结构是一种将程序指令存储器和数据存储器合并在一起的存储结构,程序指令存储地址和数据存储地址指向同一个存储器的不同物理位置程序指令和数据宽度相同。
· 冯·诺伊曼结构的特点是:(1)数字计算机的数制采用二进制计算机应该按照程序顺序执行SSI/MSI),操作系统出现
第四代计算机:1972-1977 大规模集成电路出现(LSI)
第五代计算机:1978--- 超大规模集成电路(VLSI)
· 微处理器于1971年出现,并成为第四代微型计算机的核心。
· f指计算机时钟频率,IC指指令数,CPIave指执行指令的平均周期数
· MIPS(Million Instruction per Second),单字长定点指令平均执行速度,MIPS = f(Mhz)/CPIave。
· MFLOPS(Million Floating-point Operations per Second),每秒百万个浮点数操作,MFLOPS = 浮点操作指令数/(执行时间*10^6)
· CPU执行时间T: T(Sec) = IC* CPIave/f(hz)
· 唯有程序运行时间才能反映真实的计算机性能。
第一章测验
1. The basic feature of Von Neumann computer is ( A ).
A. access memory by address and execute instruction in sequence
B. Multiple Instruction Stream Single Data Stream (MISD)
C. operate stack
D. access memory by content
1.冯诺伊曼体系结构的计算机的基本特征是( A ).
A.通过地址访存并且按顺序执行指令
B.多指令流单数据流
C.操作栈
D.按内容访存
2. A full computer should consists of ( B ).
A. calculator, memory and controller
B. hardware and software system
C. host and Peripheral
D. host and program
2.全部的计算机应该由什么组成?( B ).
运算器,存储器和控制器
硬件和软件系统
主机和外设
主机和程序
3. In 8-bits micro-computer system, multiplication and division are realized by ( D ).
A. firmware
B. hardware
C. dedicated chips
D. software
3.在一个8位的微型计算机系统中,乘除法依赖于( D ).
固件
硬件
专用芯片
软件
4. The vast majority of computer systems used today are constructed on ( B ) computer model.
A. intelligent
B. Von Neumann
C. real time processing
D. parallel
4.今天被广泛使用的计算机系统的体系结构是( B ).计算机模型
智能的
冯诺伊曼
实时处理
并行
5. The reason why the binary system of representation is widely adopted in computer is ( C ).
A. saving components
B. convenience for information processing
C. the restriction of the nature of physical devices
D. computing speed fast
5.在计算机中二进制表示系统被广泛采纳的原因是( C ).
存储组件
方便信息处理
硬件的性质的限制
计算速度更快
6. Although computer science and technology have changed tremendously both in hardware and in software, the basic model for computers has remained essenti
文档评论(0)