COA第一二章作业.docx
文本预览下载声明
前二章作业
1. 计算机的四个基本功能(Functions)是什么?
答:1)、Data processing 2)、Data storage 3)、Data movement 4)、Control
2. 在计算机的top-level structure view中,四个structural components 是什么? 答:1)、Input/output 2)、Main memory 3)、System interconnection 4)、Central processing unit(CPU)
3. 谁提出了 store-program concept ?你能用汉语简单地描述这个存储程序的概念吗? 答:1)、von Neumann Machine 2)、程式与资料一样可以在编码存入主记忆体中.如果控制单元被设计成从主记 忆体取用程式,再将指令解码,并且执行,那麼改变电脑程式时只要改变电脑主记忆体的内容而不必像以前那样去控制单元重新接线。
4. CPU的英文全称是什么?汉语意义是什么? 答:1)、Central processing unit 2)、中央处理单元
5. ALU的英文全称是什么?汉语意义是什么? 答:1)、Arithmetic / Logic unit 2)、算术/逻辑单元
6. Von Neumann 的IAS机的五大部件都是什么? 答:1)、Main memory (M) 2)、Arithmetic-logic unit (CA) 3)、Program control unit (CC) 4)、Input (I) 5)、Output (O)
7. 在第一章中我们认识到的四个结构性部件(第2题)与Von Neumann的IAS机(第 6题)中部件有本质差别吗? 答:没有,在Von Neumann的IAS机中CA和CC相当于top-level structure view中 的CPU,其他的都一样,在Von Neumann的IAS机中5大部件可以相互转换这相当于top-level structure view中的System interconnection。
8. Fundamental Computer Elements 有哪几个?它们与计算机的四个基本功能的关系 是什么? 答:1)、Gate,Memory cell 2)、Data processing:Provided by memory cells Data storage:Provided by gates Data movement:move data from memory to memory and from memory through gates to memory Control:carry control signals
9. Moore’s Law在中文翻译为什么?它描述了什么事物的一般规律?
答:(1):摩尔定律
(2):集成电路芯片上所集成的电路的数目,每隔18个月就翻一番
Number of IC integrated circuit, doubling every 18 months
10. 本书的次标题和第二章第二节标题均为“Designing for Performance”,Performance 主
要指什么?Performance Balance的(balance)平衡要平衡什么?
10.(1) Speed capacity cost (2) CPU speed Memory speed
11. 本书作者将他要研究的范围局限在“desktop, workstation , server“中,它们的中文 名称是什么?各自的工作范围是什么?
答:Desktop桌面体(Desktop台式机、Notebook笔记本)、Workstation工作站(Complex engineering复杂工程、Scientific applications科学应用、Calculating ability计算能力强)
、Server服务站(Required storage capacity and transmission capacity要求存储能力和传输能力强)
。
1.Gordon Moore observed that the number of transistors that could be put on a single chip was doubling every ____C____ months.
A. 24 B. 18 C. 12 D. 15
2.__C___
显示全部