首页>计算机>软件水平考试>复习指导>正文
计算机英语考前辅导:计算机中的代码

www.zige365.com 2008-11-24 22:57:33 点击:发送给好友 和学友门交流一下 收藏到我的会员中心
In binary, or base 2, the same reasoning applies. The units position has a power of 20, the next position21,and so on. As illustrated in Figure 1-5 a binary digit in any position other than the unit’s position has weight depending on its position in the number. A Has a weight of 1 in the units position, 2 in the 2'sposition, 4 in the 4's position and so on. Binary digits are called bits (a contraction of "binary digits").Therefore, the digit in the units position is called the east-Significant Bit (LSB) ,and so on until we reach the Most-Significant Bit (MSB).

 

翻译:

二进制数

    在二进制数系中有两个数字0和1。二进制用于计算机内部操作,因为它仅需要两种信号电开这与十进制不同,那里将需要1I信号电平。因为在个位上的数字具有0和I的值,所以比I大的数将对下一位产生进位,每个位置代表基的若干次幂。在基为10中,个位具有10“次幂,下一位为10,次幂,等等。这样,在任意位置上(除了个位之外)的数字所具有的权(值)取决于此数字在该数中的位置。例如,4在个位上具有权为4,在十位上具有权40,在百位上具有权400,等等。
   
  在二进制中(其基为2)应用同样的类推,个位具有权为2。,下一位具有权为2,等等。如图1-5所示,在任意位置上(除了个位之外)的二进制数字所具有的权,取决于此数字在该数中的位置。1在个位上具有的 为1,在2的位置上权为2,在4的位置上权为4,等等。二进制数字称为比特C bit它由”binary digits”缩写而成)。因此,在个位上的数字被称作“最低有效位”(LSB)等等,一直到我们到达“最高有效位”(MSB)为止。

Computer Codes   

  Although the capacity of their storage locations can vary,every computer stores number, letters, and other characters in a coded form. Every character in storage is represented by a string of Os and Is-the only digits found in the binary numbering system. Let's see how it's possible to use just two digits to represent any character.

1 .BCD Code   
  With BCD, it's possible to convert each decimal number into its binary equivalent rather than convert the entire decimal value into a pure binary form. The BCD equivalent of each possible symbol is shown in Figure 1-6.Since 8 and 9 require 4 bits, all decimal digits are presented in BCD by 4 bits. You've just seen that 202 is equal to 11001010 in pure binary form, converting 202 into BCD, however, produces the following result:     
202 in BCD=0010 0000 0010 or 001000000010 
 

 

  Instead of using 4 bits with only 16 possible characters,computer designers commonly use 6, 7, 8bits to represent characters in alphanumeric versions of BCD. With 6 bits, it's possible to represent 64different characters(26).This is a sufficient number to: ode the decimal digits(10), capital letters(26),and other special characters and punctuation marks(28).Figure 1-7(b)shows you how a few of the 64 possible characters are represented in a standard 6-bit BCDcode


 

2 .ASCI Character Code   
  Since 64 possible bit combinations isn't sufficient to provide decimal numbers(10),lowercase letters(26), capital letters (26), and a large numbers of other characters (28),designers have extended the 6-bit BCD code to 7 and 8 bits.With 7 bits, it's possible to provide28 different arrangements(27);with 8 bits,256 variations are possible (28).In addition to the four numeric place positions, there are three zone bit positions in a 7-bit code, and four zone bit positions in an 8-bit code: The 7-bit American Standard Code for Information Interchange (ASCII) is widely used in data communications work and is by far the most popular code used to represent data internally in personal computers.The ASCII format and the coding used to represent selected characters are shown in Figure 1-8.


 

  There are also two popular 8-bit codes in common use. One is the Extended Binary Coded Decimal Interchange Code (EBCDIC).This code is used in IBM mainframe models and in similar machines produced by other manufacturers. The other 8-bit code isASCII-8,an 8-bit version of ASCII that is frequently used in the larger machines produced by some vendors. Figure 1-9 presents the 8-bit format and show, selected characters are represented in these 8-bitcodes.The main difference is in the selection of bit patterns to use in the zone positions.


 

 


翻译:

计算机中的代码
  
  尽管计算机存储单元的容量可变,但是每台计算机都是以代码形式存储数字、字母和其它字符的。存储器中的每个字符都用0、1(二进制编码系统中仅有的数字)数串表示。下面让我们看看如何只用两个数字表示任何字符。

1 .BCD码
   
  用BCD码,可以将十进制数的每一位转换成相等的二进制数,而不是将整个十进制数转换成纯二进制数的形式。所有十进制数对应的BCD码如图1-6所示。因为8和9需要4位二进制数表示,所以,所有十进制数均用4位BCD码表示。众所周知,用纯二进制数表示202等于
11001010,但是将202转换成BCD码,结果如下;
  202(10)的BCD码=0010 0000 0010或001000000010
 
  计算机设计者普遍采用6位7位或8位BCD字母数字型字符,代替只有16种可能字符的4位BI码。用6位二进制数,可以表示个不同字符(26) ,这就有足够的数对十进制数(10个)、大写字母(26个)及其它特殊字符和标点字符(28个)进行编码。其中一些字符对应的标准6位BCD码如图1-7(b)所示。

2. ASCI工字符代码
 
  因为64种可能的位排列仍不能满足十进制数(10个)、小写字母(26个)、大写字母(26个)和大量的其它字符(26个以上)编码的需要,所以设计者将6位BCD码扩充到7位和8位。7位二进制数可以提供128种不I司的排列(2 ');8位二进制数可以有256种排列(2”)。除了4位数字位之外,在7位编码中有3个标志位,而在8位编码中则有4个标志位。7位美国信息交换标准代码(ASCII)广泛地用于数据通信,而且是个人计算机内部数据表示中最为流行的代码ASCII码的格式及所选字符的编码如图1-8所示。

  还有两种普遍使用的流行的8位编码。一种是扩充的二一十进制交换码(EBCDIC)。该编码用于IBM大型计算机及其它厂家生产的类似机器中。另一种8位编码是ASCII-8,是ASCII代码8位格式,常常用于一些厂商生产的较大机器中。'8位编码的格式及如何表示所列字符如图1-9所示。这两种编码的主要区别在于标志位模式的选择。

本新闻共2页,当前在第2页  1  2  

我要投稿 新闻来源: 编辑: 作者:
相关新闻
软件水平考试:如何提高SQLServer的安全性(上)
软考辅导:明确角色是项目管理的关键1
软件水平考试综合辅导:项目风险管理的工具[2]
软考综合辅导:项目风险管理的工具1
软考辅导:恢复和修复MSSQL数据库的MDF文件[1]
软考辅导:黄姑山上的小程序员考试心得