《计算机科学导论》课后练习(翻译)

Chapter 1 练习 复习题

1.定义一个基于图灵模型的计算机。

答:Turing proposed that all kinds of computation could be performed by a special kind of a machine. He based the model on the actions that people perform when involved in computation. He abstracted these actions into a model for a computational machine that has really changed the world.

图灵模型假设各种各样的运算都能够通过一种特殊的机器来完成,图灵机的模型是基于各种运算过程的。图灵模型把运算的过程从计算机器中分离开来,这确实改变了整个世界。

2.定义一个基于冯·诺伊曼模型的计算机。

答:The von Neumann Model defines the components of a computer, which are memory, the arithmetic logic unit (ALU), the control unit and the input/output subsystems.

冯·诺伊曼模型定义了计算机的组成,它包括存储器、算术逻辑单元、控制单元和输入/输出系统。

3.在基于图灵模型的计算机中,程序的作用是什么? 答:Based on the Turing model a program is a set of instruction that tells the computer what to do.

基于图灵模型的计算机中程序是一系列的指令,这些指令告诉计算机怎样进行运算。

4.在基于冯·诺伊曼模型的计算机中,程序的作用是什么?

答:The von Neumann model states that the program must be stored in the memory. The memory of modern computers hosts both programs and their corresponding data. 冯·诺伊曼模型的计算机中,程序必须被保存在存储器中,存储程序模型的计算机包括了程序以及程序处理的数据。 5.计算机中有哪些子系统?

答:The subsystems of the von Neumann model are memory, the arithmetic/logic unit (ALU), the control unit, and the input/output.

冯·诺伊曼模型的计算机中子系统包括存储器、算术逻辑单元、控制单元和输入/输出单元。

6.计算机中存储器子系统的功能是什么?

答:Memory is the storage area used for programs and data. 存储器的功能是用来保存程序和数据的。 7.计算机中ALU子系统的功能是什么?

答:The arithmetic/logic unit (ALU) is where calculations and logical operations take place.

计算机中ALU子系统的功能是进行算术和逻辑运算的地方。 8.计算机中控制单元子系统的功能是什么? 答:The control unit controls the operations of the memory, ALU, and the input/output subsystem.

计算机中控制单元子系统的功能是控制存储器、算术逻辑单元和输入/输出的运行。

9.计算机中输入/输出子系统的功能是什么?

- 1 -

答:The input subsystem accepts input data and the program from outside the computer; the output subsystem sends the result of the processing to the outside. 计算机中输入子系统的功能是接收计算机外部输出的程序和数据;输出子系统是发送处理结果到计算机外部。 10.简述5个时代的计算机?

答:The first generation (roughly 1950–1959) is characterized by the emergence of commercial computers and were used only by professionals. The second-generation (roughly 1959–1965) computers used transistors instead of vacuum tubes. The third generation (roughly 1965 and 1975) started with the invention of the integrated circuit that reduced the cost and size of computers even further. The fourth generation (approximately 1975–1985) saw the appearance of microcomputers. The fifth generation started in 1985. It witnessed the appearance of laptop and palmtop computers, improvements in secondary storage media (CD-ROM, DVD, etc.), the use of multimedia, and the phenomenon of virtual reality.

第一代计算机(约1950—1959)的特点是商业计算机的出现和仅由专业人士使用。第二代计算机(约1959—1965)用晶体管替代了真空管。第三代计算机(约1965—1975)开始于集成电路的发明,这大大降低了计算机的成本和尺寸。第四代计算机(约1975—1985)开始出现微型计算机。第五代计算机始于1985年,以笔记本电脑和掌上电脑的出现为依据,辅助存储媒体得到改进(CD-ROM,、DVD等),多媒体得到应用,虚拟现实得以实现。 选择题

11.现在的计算机是基于( )模型。

A.莱布尼茨 B.冯·诺伊曼 C.帕斯卡 D.查尔斯·巴比奇 12.在计算机中,( )子系统存储数据和程序。

A.算术逻辑单元 B.输入/输出 C.存储器 D.控制单元 13.在计算机中,( )子系统执行算术和逻辑运算。 A.算术逻辑单元 B.输入/输出 C.存储器 D.控制单元 14.在计算机中,( )子系统接收数据和程序并将运算结果传给输出设备 A.算术逻辑单元 B.输入/输出 C.存储器 D.控制单元 15.在计算机中,( )子系统是其他子系统的管理者。 A.算术逻辑单元 B.输入/输出 C.存储器 D.控制单元 16.根据冯·诺伊曼模型,( )被存在存储器中。 A.只有数据 B.只有程序 C.数据和程序 D.以上都不是 17.问题的分步骤解决被称为( )。

A.硬件 B.操作系统 C.计算机语言 D.算法 18.FORTRAN和COBOL是( )的例子。

A.硬件 B.操作系统

- 2 -

C.计算机语言 D.算法

19.在17世纪能执行加法和减法运算的计算机器是( )。 A.Pascaline B.Jacquard loom C.Analytical Engine D.Babbage machine 20.在计算机语言中,( )是告诉计算机如何处理数据的一系列指令。 A.操作系统 B.算法 C.数据处理器 D.程序 21.( )是以结构化的形式来设计和编写程序。 A.软件工程 B.硬件工程 C.算法开发 C.教育体系 22.第一台特殊用途的电子计算机被称为( )。 A.Pascal B.Pascaline C.ABC D.EDVAC

23.第一代基于冯·诺伊曼模型的计算机中有一个被称为( )。 A.Pascal B.Pascaline C.ABC D.EDVAC 24.第一台使用存储和编程的计算机器被称为( )。 A.the Madeline B.EDVAC

C.the Babbage machine D.the Jacquard loom 25.( )将程序设计任务从计算机运算任务中分离出来。 A.算法 B.数据处理器 D.高级程序设计语言 D.操作系统 11. b 12. c 13. a 14. b 15. d 16. c 17. d 18. c 19. a 20. d 21. a 22. c 23. d 24. d 25. c 课后练习题

27.如果一台小的便宜的计算机可以做大型昂贵的计算机同样能做的事情,为什么人们需要大的呢?

答:According to Turing, any problem that can be solved by a big computer can also be solve by a small computer but a big computer can probably solve the problem faster.

根据图灵机的原理,任何问题都能在大型计算机中解决,同时也能在小型机中解决,但是大型机解决问题的速度更快。 33.研究并找出键盘起源于哪一代计算机。

答:The first keyboard appear with time sharing, multi-user system by 1964 which is end of the second generation and the beginning of the third generation.

第一个键盘与多用户系统均在1964出现,也就是在第二代计算机末期和第三代计算机初期出现。

34.研究并找出打印机起源于哪一代计算机。 答:In 1953, the first high-speed printer was developed by Remington-Rand for use on the UNIVAC computer. This means that printers belong to the first generation of computers.

1953年,第一台高速打印机由Remington-Rand发明,并用于UNIVAC计算机,这意味着打印机起源于第一代计算机。

- 3 -

联系客服:779662525#qq.com(#替换为@) 苏ICP备20003344号-4