《计算机专业英语》电子教案-第3章_第1页
《计算机专业英语》电子教案-第3章_第2页
《计算机专业英语》电子教案-第3章_第3页
《计算机专业英语》电子教案-第3章_第4页
《计算机专业英语》电子教案-第3章_第5页
已阅读5页,还剩38页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、计算机工程师,chapter 3编号系统管理员,计算机专业英语,3-2, key points : usefulltemsandddefinititionsofnervingsystemandbroultionaldbariffictultions : conver ra,计算机专业英语,3-3,requir 1.conceptofnumbersystemand他们的转换,2. Boolean Algebra,3. Moores Law,4 .科技英语数学公式的阅读方法,计算机专业英语, 3-4 New Words n .八进制alphabet n .字母fractional adj .分数的

2、小数whole number n .整数remainder n .馀数基准值figuren .有效数字quotient n .商algorithm n .算法馀角carry n .进位,3.1数字系统判据:二进制编码硬盘(BCH )二进制码的十六进制数,计算机专业英语,3-5, theuseofthemicroprocessorrequiresaworkingknowledgeofbinary decimal andhexadecimalnumberingsystems.thissectionprovitisabuthefort rsystems.conversionbetweendecima

3、lan d二进制、decimal and hexadecimal、andbinaryandhexadecimalaredescribebed .3.1编号系统,妈妈本节为不熟悉数学系统的读者提供了这一领域的背景知识。 显示了十进制和二进制之间、十进制和十六进制之间以及二进制和十六进制之间的转换。 计算机专业英语,3-6,之前的numbersareconvertedfromonenumberbasetoanothere,thedigitsofanumbersystemmustbeunderstood.earlyindeducation or base 10 numberwasconstructe

4、dwith 10 digits : through9. thefirstdigitinanynumberingsystemisalwayszero.for example,as E8 (octal )。 在将数据从各种数据转换为另一种数据之前,base2(binary ) number contains2digits : and1.3.1.1 Digits需要理解数据的计数系统。 在早期的教育中,我们学习了十进制或基于十的数字。 那个是由0到9的10个数字构成的。 所有计数方法的第一个数字始终为零,此规则适用于所有其他计数方法。 例如,相对于8的数字(八进制)包含八个数字,从0到7;相对于2的

5、数字(二进制)包含两个数字: 0和l。 计算机专业英语,3-7,If the base of a number exceeds 10,theadditionsusethelettersofthealphabet,beginning with an A, for example base 12 number contains 12 digits : through 9,folloowedbayforafor 10 andblfor 11, notethatbase 10 numberdoesnotcontaina 10 digit justas ABA se8 numberofdoesnetco

6、ntainan8digit.themotocommonnumberingsystemsusedwithc 二进制和水平(base 16 )为3.1.1数字,如果基数大于10,其馀的数字用从a开始的字母表示。 例如,相对于12的数字是12位,从0到9,然后a表示10,b表示11。 注意,基于10的数量不包含10,这也类似于基于8的数量并不包含8。 计算机最常见的计数方法是十进制、二进制、八进制和十六进制(基本为16 )。 每个计数制在本节中说明和应用。计算机专业英语,3-8,encerthedigitsofanumbersystemareunderstood,largernumbersareco

7、nstructedbyusingpositionalnotation.ingradesch 268)那个位置改变了位置andsoforth.(anexampleisthedecimalnumber 1323360 thisnumberhas1hundred, 3 tens and2units.) whatprobarbaswhenotrenedwheexportecontentiallvalueofaeachposition : theunitspositionhaseaweightof 100 or 1; the tens position has weight of 101,or 10;

8、andthehundredspositionhasaweightof 102,or 100 .3.1.2 Positional Notation可在理解计数数之后,通过比特计数法构成更大的数值。 小学的时候,我们一个人的左边一个是十位,十位的左边一个是百位,如下类推(比如十进制132,这个数字是百、三十、二十和一个)。 你可能没有学过每个人的指数值。 一个人的权利是l00,即1。第10位的权利是101或10。百位的权利是102或l00。 计算机专业英语,3-9 theexportecontentialpoweroftheporticallityforunderstandingnumbersin

9、thenumberingsystems.theportiontotheflofth calledadecimalpointonlyinthedecimalsystem,isalwaystheunitspositioninanynumbersystem.for example,theportiontotheleftofthebina theprotiontotheletheleftheoctactalpointis 80 or1. inan ycase,anynumberraisedtoitszeropowerisalways 1,or the units position .3.1.2 基数的

10、小数点,在十进制数中称为十进制数的小数点,其左侧的位无论哪个数都是一个位。 例如,二进制小数点左侧的位是20或1。 八进制小数点左侧的位数是80或1。 在任一情况下,任意数目的零次方总是以1或1为单位。 计算机专业英语,3-10,theportiontotheletoftheunitspositionisalwaysthenumberbaseraisedtothefirstpower; in a decimal system,this is l01,or l0.in a二进制系统,it is 21,or 2; and in an octal system it is 81,or 8. Ther

11、efore,an11 decimalhasadifferentvaluefroman 11 binary.the1 ldecimaliscomposedof1ten plus1unitan whilethebinarynumber 11 iscomposedof1twoplus 1单元,fora value of3decimal units.the 11 octahasavalueof 9un its .3.1.2位置说明二进制值为21,或二八进制值为81或8。 因此,十进制的11和二进制的11具有不同的数值。 十进制11表示10加上1的值是11二进制11表示2加1的值是3的八进制11的值是9

12、。 计算机专业英语,3-11, 在decimal system位置totheritheritoftheescompitionhavengenethefirtiontotheritionofthescompitionhavalueof 10-1 or 0.1.in the binary s thefirtiquedittotherirtofthebinarypointhasvalueof2- 1, or 0.5.in general theprinnicplesthatapplicationtodecimalnumbersalsoapplicationtumbrannyothernumbersy

13、stem .3.1.2位置注释十进制小数点后的第一位值是10-1或0.1。 在二进制中,二进制的小数点位数为2-1或0.5。 通常,十进制中使用的计数法可以使用其他的任何数。计算机专业英语,3-12 example3-1shows as 110.101 inbinary (oftenwrittensis 110.1012 ) . italsoshowsthepowerandweiterovervalueofaeachdigitposition.toconverabinarynumbertodecimal addthewerityofeachdigittoformitsdeci 2 isequi

14、valenttoa6. 625 ini decimal (420.50.125 ).noticethatthisisthessumof 22 (or4 ) plus 21 (or2 ) but20 (or1 ) isnotaddedtherearenotedisutitsunderthisposition.thefractionalpartiscomposedof2-1(0.5 ) plus2-3(or.125 ),但是thereisnodigi 3.1.2位置说明,例3-1给出了一个二进制数110.101 (通常为110.1012 ),并给出了应每数位的权重和值。 为了将二进制数转换成十进制数,将各个数字的权重相加,并且获得与其对应的十进制值。 二进制110.101等于十进制的6.625(4 2 0.5 0.125 )。 另外,因为该和的整数部分由22(4)和21(2)构成,所以不使用20(1)是因为该比特的数量为零。 小数部分由2-1(0.5 )和2-

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论