计算机知识点总结.docxVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
1.Algorithm:An algorithm is a set of steps that defines how a task is performed. 算法是定义如何执行任务的一组步骤。(算法的非正式定义)(了解) 2.Program:A program is a representation of an algorithm ,encoded in a manner compatible with the technology of the machine.程序是一种算法的表示,以与机器技术兼容的方式进行编码。(了解) 3.Programming(填空): The process of developing a program, encoding it in machine-compatible form, and inserting it into a machine is called programming, or sometimes coding. 开发程序,以机器兼容的形式对其进行编码并将其插入机器的过程称为编程,有时也称为编码。/与program区分开,知道什么时候填什么。 Software : Programs, and the algorithms they represent, are collectively referred to as software, in contrast to the machinery itself, which is known as hardware. 程序及其所代表的算法统称为软件,与机器本身(称为硬件)相反。 1、Bits :Abstractions allow us to represent many kinds of data. but at the lowest level,inside todays computers all information is encoded as patterns of 0s and 1s.These digits are called bits(short for binary digits). 抽象允许我们表示多种数据。但在最低级别,在今天的计算机中,所有信息都被编码为0和1的模式。这些数字称为位(二进制数字的缩写)。 (概念) 5.A string of eight bits is called a byte. Thus, a typical memory cell has a capacity of one byte.) 八位的字符串称为一个字节。因此,一个典型的存储单元具有一个字节的容量。(记住) 6、编码模式coding mode——ASCII、UTF(Unicode)、UTF-8、GB2312(了解就行) Chapter2 Data Manipulation\数据操控 1、The circuitry in a computer that controls the manipulation of data is called the central processing unit, or CPU.计算机中控制数据操作的电路被称为中央处理单元,或CPU。(名词解释答到这就可以)A CPU consists of three parts:arithmetic/logic unit、control unit、register unit(简答题加上这句) 2、A CPU consists of three parts : the arithmetic/logic unit, which contains the circuitry that performs operations on data (such as addition and subtraction); the control unit, which contains the circuitry for coordinating the machine’s activities; and the register unit, which contains data storage cells (similar to main memory cells), called registers, that are used for temporary storage of information within the CPU. CPU由三个部分组成(图2.1):算术/逻辑单元,其中包含对数据执行操作的电路(如加法和减法);控制单元,其中包含用于协调机器活动的电路;和寄存器单元,它包含数据存储单元(类似于主存储单元),称为寄存器,用于在CPU内临时存储信息。(问

文档评论(0)

***** + 关注
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档