chapter 1郑州大学汇编课件.ppt

  1. 1、本文档共37页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
chapter 1郑州大学汇编课件

Chapter 1 Representing Data in a Computer Main contents Common ways that representing data (数据)in microcomputer . Aims Introduce common ways that representing data in computer Binary numbers(二进制数) Hexadecimal Numbers(十六进制数) ASCII codes for characters (ASCII 代码) BCD codes Calculation of Binary (二进制计算) Change between Binary and Hexadecimal(二进制和十六进制之间的转换) Outcomes 1. Can convert among binary, decimal, and hexadecimal numbers. 2. Can differentiate(区分) and represent numeric and alphabetic information as integers, BCD, and ASCII data. 1.1 Binary and Hexadecimal Numbers Binary numbering System Hexadecimal numbering System Octal numbering System(八进制) Conversion of Integer between Binary , Hexadecimal and Decimal Decimal Number(十进制) Being used in our life Base 10 Example: 36864=3×104+6 × 103+8 × 102+6 × 101+4 × 100 Binary Number Being used in computer Represent data in bits Binary digits , zero(0)/one(1) Base 2 Example: 1101b=1*23+1*22+0*21+1*20 Conversion between Binary Number and Decimal Number Convert from Decimal To Binary Divide Decimal Number by 2(base of Binary),getting Quotient(商) and Remainder(余数) Remainder is the next digit(right to left); Example:5876 Convert from Binary to Decimal Multiply each bit by powers of 2 Example:1101110101b Hexadecimal Number Binary Number is difficult to be read and write Hexadecimal Number is a convenient representation of binary numbers Base 16 0~9 ,A,B,C,D,E,F Example:3B8E2H Conversion between Hexadecimal Number and Decimal Number Convert from Decimal To Hexadecimal Example:5876 Divide Decimal Number by 16(base of hexadecimal), getting Quotient and Remainder Remainder is the next digit(right to left); Convert from hexadecimal to Decimal Example:8EFh Multiply each bit by powers of 16 Conversion between Hexadecimal Number and Binary Number Convert from Hexadecimal To Binary Substitute four bits for each hex digit Padding with leading zeros as needed E.g. 8EFh Convert from Binary to Hexadecimal From the right, breakin

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

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

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档