计算机组成原理 专业课,东北大学计算机组成原理题库

计算机组成原理复习资料

第一章知识总结

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

•  冯•诺伊曼结构的特点是:(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

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

A. Newton

B. Einstein

C. Von Neumann

D. Edison

6.尽管计算机科学与技术已经极大地改变了不管是硬件还是软件,基础的计算机模型还是从本质上保留了下来,其代表者是(    C    ).

牛顿

爱因斯坦

冯诺伊曼

爱迪生

7. The operating system is appeared in (    A    ).

A. the 3rd generation computers

B. the 2nd generation computers

C. the 4th generation computers

D. the 1st generation computers

7.操作系统出现在(    A    ).

第三代计算机

第二代计算机

第四代计算机

第一代计算机

8. The so called “PC” belongs to (    C    ).

A. Medium computers

B. Mainframes

C. Micro-computers

D. Mini-computers

8.所谓的“PC”属于(    C    ).

中型计算机

主框架

微型计算机

迷你计算机

9. Resources management of computer software and hardware is the duty of (    D    ).

A. Database Management System

B. Application program

C. Language process program

D. Operating System

9.计算机软硬件的资源管理是(   D    )的职责

数据库管理系统

应用程序

语言处理程序

操作系统

10. The components of CPU do not include (    D    ).

A. register

B. controller

C. Arithmetic unit

D. memory

10.CPU组件不包括(   D    ).

寄存器

控制器

算术逻辑运算单元

存储器

11. The computer has experienced 4 generations, which are (    D    ).

A. Vacuum Tubes, Transistors, SSI/MSI circuit, Laser device

B. Transistors, SMI, Laser device, Optical medium

C. Vacuum Tubes, Digital tube, SSI/MSI circuit, Laser device

D. Vacuum Tubes, Transistors, SSI/MSI circuit, LSI/VLSI circuit

11.计算机经历的四代,他们是(    D    ).

真空管,晶体管,中小规模集成电路,激光部件

晶体管,小规模集成电路,激光部件,光学媒介

真空管,数字管,中小规模集成电路,激光部件

真空管,晶体管,中小规模集成电路,大/超大规模集成电路

12. The use of (    D    ) signified the development of micro-computer.

A. software

B. disk

C. OS

D. Microprocessor

12.(   D   )的使用标志着微型计算机的发展?

软件

磁盘

操作系统

微处理器

13.Which of the following languages can be implemented directly and edited by Mnemonic(助记符)(   D   ): ①Assembly language; ②machine language; ③High-level language; ④Operating system primitives; ⑤Regular language

A. ①, ④

B. ②, ⑤

C. ②, ①

D. ①, ③

13.以下哪种语言可以被助记符直接实现和编辑(   D   )?①汇编语言②机器语言③高级语言④操作系统原语⑤常规语言

A. ①, ④

B. ②, ⑤

C. ②, ①

D. ①, ③

14. (    A    ) is not belonged to system program.

A. Database system

B. Operating system

C. Compiler program

D. the above all

14.(    A   )不属于系统程序

数据库系统

操作系统

编译系统

以上都是

15. Data and instructions are stored in (    D    ) when the program is running.

A. operating system

B. datapath

C. disk

D. memory

15.在程序运行时,数据和指令都存在(    D    )

操作系统中

数据路径中

磁盘中

存储器中

16. In computer terminology, CPU consists of calculator and controller.(   A   )

A. True.

B. False.

16.在计算机术语中,CPU由运算器和控制器组成. (   A   )

A.对。

B.错。

17. The use of microprocessor signified the development of micro-computer.  (  A  )

A. True.

B. False.

17.微处理器的使用标志着微型计算机的发展(  A  )

A.对。

B.错。

18. The reason of binary representation for information in a computer is it can easily process the information.(  B  )

A. True.

B. False.

18.在计算机中用二进制表示信息的原因是它容易处理信息(  B   )

A.对。

B.错。

原因是元件物理的特性限制。

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值