- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
FOUNDATIONS OF COMPUTER SCIENCE 1.1 THE COMPUTER AS A BLACK BOX DATA PROCESSOR You can think of a computer as a data processor. Using this definition, a computer acts as a black box that accepts input data, processes the data, and creates output data. PROGRAMMABLE DATA PROCESSOR This model adds one extra element to the computer: the program. A program is a set of instructions written in a computer language that tells the computer what to do with data. In the new model, the output data depend on the combination of two factors: the input data and the program. 1.2 VON NEUMANN MODEL Every computer today is based on the von Neumann model. It is based on three ideas. FOUR SUBSYSTEMS The model defines a computer as four subsystems: memory, arithmetic logic unit, control unit, and input/output. Memory Memory is the storage area. It is where programs and data are stored during processing. Arithmetic Logic Unit (ALU) The ALU is where calculation and logical operations take place. Control Unit The control unit controls the operations of the memory, ALU, and the input/output subsystem. Input/Output The input subsystem accepts input data and the program from outside the computer; the output subsystem sends the result of processing to the outside. STORED PROGRAM CONCEPT The von Neumann model states that the program must be stored in memory. This is totally different from the architecture of early computers in which only the data were stored in memory. Both the data and programs should have the same format because they are stored in memory. They are, in fact, stored as binary patterns (a sequence of 0s and 1s ) in memory. SEQUENTIAL EXECUTION OF INSTRUCTIONS A program in the von Neumann model is made of a finite number of instructions. In this model, the control unit fetches one instruction from memory, interprets it, and then executes it. 1.5 COMPUTER SOFTWARE PROGRAMS MUST BE STORED A SQUENCE OF INSTR
您可能关注的文档
- 延边大学发展心理学课件 胎儿生理-心理机能发展.ppt
- 延边大学发展心理学课件 小学生心理发展.ppt
- 延边大学发展心理学课件 幼儿心理发展.ppt
- 延边大学发展心理学课件 中年期心理发展.ppt
- 延边大学管理学原理课件 沟通.ppt
- 延边大学管理学原理课件 管理道德与企业社会责任.ppt
- 延边大学管理学原理课件 管理活动与管理理论.ppt
- 延边大学管理学原理课件 激励.ppt
- 延边大学管理学原理课件 计划与计划工作.ppt
- 延边大学管理学原理课件 节领导的内涵.ppt
- 云南农业大学计算机导论课件Chapter2 Data Representation.ppt
- 云南农业大学计算机导论课件Chapter3 Number Representation.ppt
- 云南农业大学计算机导论课件Chapter4 Operations on Bits.ppt
- 云南农业大学计算机导论课件Chapter5 Computer Organization.ppt
- 云南农业大学计算机导论课件Chapter6 Computer Networks.ppt
- 云南农业大学计算机导论课件Chapter7 Operating Systems.ppt
- 云南农业大学计算机导论课件Chapter8 Algorithms.ppt
- 云南农业大学计算机导论课件Chapter9 Programming Languages.ppt
- 云南农业大学计算机导论课件Chapter10 Software Engineering.ppt
- 云南农业大学计算机导论课件Chapter11 Data Structures.ppt
文档评论(0)