东北大学计算机组成原理题库 下载本文

内容发布更新时间 : 2024/6/2 16:05:33星期一 下面是文章的全部内容请认真阅读。

计算机组成原理复习资料

第一章知识总结

· 冯·诺伊曼结构是一种将程序指令存储器和数据存储器合并在一起的存储结构,程序指令存储地址和数据存储地址指向同一个存储器的不同物理位置程序指令和数据宽度相同。

· 冯·诺伊曼结构的特点是:(1)数字计算机的数制采用二进制(2)计算机应该按照程序顺序执行。

· 基于冯·诺伊曼结构的计算机由五大部分组成:运算器,控制器,存储器,输入设备,输出设备。

· 今天的大多数计算机是基于冯·诺伊曼结构的。

· CPU由运算器和控制器组成。

· 微处理器的使用标志着微型计算机的发展。

· 计算机进化史:

第一代计算机:1946-1957 真空管(Vacuum Tubes) 第二代计算机:1958-1964 晶体管(Transistors)

第三代计算机:1965-1971 中小规模集成电路(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

1

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.

2

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 essentially the same, which was presented by ( C ).

A. Newton B. Einstein C. Von Neumann D. Edison

6.尽管计算机科学与技术已经极大地改变了不管是硬件还是软件,基础的计算机模型还是从本质上保留了下来,其代表者是( C ). 牛顿 爱因斯坦 冯诺伊曼 爱迪生

3