Number Systems And Codes Positional Number System
- General form of a number :
- The value of the number :
- . : radix point
- r : base or radix
- dp-1 : the most significant digit
- d-n : the least significant digit
d d d d d d d
p p n − − − − − 1 2 1 1 2
... . ... D d r
i i n p i
= ⋅
= − −
∑
1
Binary System
- The form of a binary number
- The decimal value of the number is :
- r = 2 ( binary radix )
- . : binary point
- bi ( binary digit = bit ) : 0 , 1
- bp-1 : the most significant bit ( MSB )
- b-n : the least significant bit ( LSB )
B b r
i i n p i
= ⋅
= − −
∑
1
b b b b b b b
p p n − − − − − 1 2 1 1 2