- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
RepresentationofData数据表示法.doc
S4CS Ch.9 Representation of Data 數據表示法
CNEC-LWS GiP Page: PAGE 10
Representation of Data 數據表示法
1. Introduction 引言
A number can be represent in different ways, we called ( number system ).
一個數字可以用不同的方法表示,就是( 數 字 系 統 )。
1.1 Denary Number system十進制
We can write a number (e.g. 4917) in a way to denote it is in denary system:
我們可以用這個寫法來表達某數字(例如︰4917)來表達它是十進制︰
( 4 9 1 710 )Denary Digit十進制數字4917Place value位值103102101100Digit Value數值4?1039?1021?1017?100We can rewrite the number 我們可以將這數字重寫成︰
?491710= 4?103 + 9?102 + 1?101 + 7?100
The expand form of 0.213 is: / 0.213的展開式就是︰
( 0. 2 1 310 )Denary Digit十進制數字213Place value位值10-110-210-3Digit Value數值2?10-11?10-23?10-3?0.21310 = 2?10-1+1?10-2+3?10-3
We can see that, in denary system我們可以看到在十進制中︰
It is a base-10 number system.它是一個以十為底的數字系統。
There are ( 10 ) possible numbers?0~9總共有( 十 )個不同的數字?0~9
Every digit differences by ( 10 ) times.每一個數位相差( 十 )倍。
If a digit is less that one, the power of place value will be ( negative ).如果位值小於一,次方值就會是( 負 數 )。
By the conclusions above, we can go to another number system.
用以上的結論,我們可以學習另一個數字系統。
1.2 Binary system 二進制
Binary system is a base-2 system, there are only ( two ) possible values in each digit, that is ( 0 and 1).
二進制系統是一個以二為底的數字系統,當中只有( 兩 )個可能的數值,就是( 0 及 1 )。
The expand form of 11002:Binary Digit二進制數字110011002的展開式︰Place value位值23222120Digit Value數值1x231x220x210x20?11002 = 1x23 + 1x22 + 0x21 + 0x20
The expand form of 0.1012:Binary Digit二進制數字1010.1012的展開式︰Place value位值2-12-22-3Digit Value數值1x2-10x2-21x2-3?0.1022 = 1x2-1+0x2-2+1x2-3
Arithmetic operation of denary and binary system十進制及二進制的算術運算︰
Denary
System
十進制Binary
system
二進制Summation
加法9
+) 7
1656
+) 78
1340.95
+) 0.12
1.171
+) 101
11011
+) 111
10000.10
+) 1.11
10.01
1.3 Octal system八進制
It is a base-8 number system. It uses number from 0 to 7.
它是一個以8為底的系統。它所用的數字是由0 到7。
The expand form of 7128 is:Octal Digit八進制數字7127128的展開式是︰
文档评论(0)