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

上传人:油条 文档编号:107504508 上传时间:2019-10-19 格式:DOC 页数:32 大小:3.42MB
返回 下载 相关 举报
《计算机科学导论》课后练习(翻译)要点_第1页
第1页 / 共32页
《计算机科学导论》课后练习(翻译)要点_第2页
第2页 / 共32页
《计算机科学导论》课后练习(翻译)要点_第3页
第3页 / 共32页
《计算机科学导论》课后练习(翻译)要点_第4页
第4页 / 共32页
《计算机科学导论》课后练习(翻译)要点_第5页
第5页 / 共32页
点击查看更多>>
资源描述

《《计算机科学导论》课后练习(翻译)要点》由会员分享,可在线阅读,更多相关《《计算机科学导论》课后练习(翻译)要点(32页珍藏版)》请在金锄头文库上搜索。

1、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

2、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、算术逻辑单元、控制单元和输入/输出系统。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 mode

4、rn 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.计算机中存储器

5、子系统的功能是什么?答: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, AL

6、U, and the input/output subsystem.计算机中控制单元子系统的功能是控制存储器、算术逻辑单元和输入/输出的运行。9.计算机中输入/输出子系统的功能是什么?答: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.简述

7、5个时代的计算机?答:The first generation (roughly 19501959) is characterized by the emergence of commercial computers and were used only by professionals. The second-generation (roughly 19591965) computers used transistors instead of vacuum tubes. The third generation (roughly 1965 and 1975) started with the

8、 invention of the integrated circuit that reduced the cost and size of computers even further. The fourth generation (approximately 19751985) saw the appearance of microcomputers. The fifth generation started in 1985. It witnessed the appearance of laptop and palmtop computers, improvements in secon

9、dary storage media (CD-ROM, DVD, etc.), the use of multimedia, and the phenomenon of virtual reality.第一代计算机(约19501959)的特点是商业计算机的出现和仅由专业人士使用。第二代计算机(约19591965)用晶体管替代了真空管。第三代计算机(约19651975)开始于集成电路的发明,这大大降低了计算机的成本和尺寸。第四代计算机(约19751985)开始出现微型计算机。第五代计算机始于1985年,以笔记本电脑和掌上电脑的出现为依据,辅助存储媒体得到改进(CD-ROM,、DVD等),多媒体得

10、到应用,虚拟现实得以实现。选择题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.根据冯诺伊曼模型,( )被存在存

11、储器中。A.只有数据 B.只有程序C.数据和程序 D.以上都不是17.问题的分步骤解决被称为( )。A.硬件 B.操作系统C.计算机语言 D.算法18.FORTRAN和COBOL是( )的例子。A.硬件 B.操作系统C.计算机语言 D.算法19.在17世纪能执行加法和减法运算的计算机器是( )。A.Pascaline B.Jacquard loomC.Analytical Engine D.Babbage machine20.在计算机语言中,( )是告诉计算机如何处理数据的一系列指令。A.操作系统 B.算法C.数据处理器 D.程序21.( )是以结构化的形式来设计和编写程序。A.软件工程 B.

12、硬件工程C.算法开发 C.教育体系22.第一台特殊用途的电子计算机被称为( )。A.Pascal B.PascalineC.ABC D.EDVAC23.第一代基于冯诺伊曼模型的计算机中有一个被称为( )。A.Pascal B.PascalineC.ABC D.EDVAC24.第一台使用存储和编程的计算机器被称为( )。A.the Madeline B.EDVACC.the Babbage machine D.the Jacquard loom25.( )将程序设计任务从计算机运算任务中分离出来。A.算法 B.数据处理器D.高级程序设计语言 D.操作系统11. b 12. c 13. a 14.

13、 b 15. d 16. c17. d 18. c 19. a 20. d 21. a 22. c23. 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

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 中学教育 > 其它中学文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号