SSD
6
Lecture 4
Representation of Data
The Contents in iCarnegie cover:
2.1 Bits and Bit Manipulation
2.2 Integers
2.3 Floating-Point Numbers
2.4 Structured Data
Lecture
3
Representation of Data
We will talk about:
Numbering System
Alphanumeric Expression
Number Expression
Structured Data in Memory
Logic Operation
Lecture
3
Representation of Data
Lecture
3
Numbering System
十进制(Decimal)数字系统
二进制(Binary)数字系统
十六进制(Hexadecimal)数字系统
Lecture
3
Numbering System
十进制(Decimal)数字系统
以 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 等十个不同符
号(symbol)组成
人类使用的数字系统: 人有十根指头
超过九的数目就必须用多位数元(digits)表
示
如 : 9+1=10, 99+1=100