- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
第2章计算机学科基础.ppt
Chapter 02第2章 Binary Values and Number Systems 二进制数值和记数系统 Chapter Goals 本章目标 Know the different types of numbers 区分数字分类 Describe positional notation 描述位置记数法 Convert numbers in other bases to base 10 把其他基数的数字转换成十进制数 Convert base 10 numbers into numbers of other bases 把十进制数转换成其他基数的数字 Describe the relationship between bases 2, 8, and 16 描述基数2、8和16之间的数字 Explain computing and bases that are powers of 2 解释以2的幂为基数的计算的重要性 Numbers 数字 Numbers 数字 Natural Numbers 自然数 Natural Numbers 自然数 Positional Notation 位置记数法 Positional Notation 位置记数法 Positional Notation 位置记数法 Binary 二进制 Bases Higher than 10 基数大于10 Converting Octal to Decimal转换八进制到十进制 Converting Hexadecimal to Decimal转换十六进制到十进制 Converting Binary to Decimal二进制转换为十进制 Arithmetic in Binary二进制运算 Subtracting Binary Numbers二进制数减法 Power of 2 Number System以2为幂的记数系统 Converting Binary to Octal二进制转换为八进制 Converting Binary to Hexadecimal二进制转换为十六进制 Converting Decimal to Other Bases十进制转换为其他数制的数 Converting Decimal to Hexadecimal十进制转换为十六进制 Converting Decimal to Hexadecimal十进制转换为十六进制 Binary and Computers二进制和计算机 Binary and Computers二进制和计算机 Converting Binary to Decimal 作业 2.28-2.34 6 24 2 抽象数学系统的一个单位,服从算术法则 Natural Numbers 自然数 Zero and any number obtained by repeatedly adding one to it. 0或通过在0上重复加1得到的任何数 Examples: 100, 0, 45645, 32 Negative Numbers 负数 A value less than 0, with a – sign 小于0的数,在相应正数前加负号 Examples: -24, -1, -45645, -32 3 Integers 整数 A natural number, a negative number, zero Examples: 249, 0, - 45645, - 32 Rational Numbers 有理数 An integer or the quotient of two integers 整数或两个整数的商(不包含被0除的情况) Examples: -249, -1, 0, 3/7, -2/5 4 How many ones are there in 943? 900 + 40 + 3 How many ones are there in 754? 700 + 50 + 4 5 943 is 900 + 40 + 3 in BASE 10 基数10(十进制) The base of a number determines the number of digits and the value of digit positions 数的基数决定了数字的数量和数字位置的值 以2为基数的系统中,有两个数字0和1; 以8为基数的系统中,有八个数字,从0到7; 以10为基数的系统中,有十个数字,从0到9。 6 Continuing with our example… 943 in bas
文档评论(0)