Module 4
Module 4
• Number system
• Decimal Number System
• Binary Number System
• Octal Number System
• Hexadecimal Number System
• Number Conversion
• Simple Binary Arithmetic
Characteristics
1. Base or radix is 10.
2. Numbers 0 to 9.
3. Weights before decimal point
…105 104 103 102 101 100.
4. Weights after decimal point
102 101 100. 10-1 10-2 10-3 10-4 …
Characteristics
1. Base or radix is 2.
2. Numbers 0 and 1.
(25)10 = (11001)2
(12.75)10 = (1100.11)2
(101100.1101)2 = (44.8125)10
1 + 1 = 10 Sum = 0, carry = 1
1 1
1 0 0 1
0 1 1 0
0 0 1 1
Sign bit
Magnitude bits
Characteristics
1. Base or radix is 8.
2. Numbers 0 to 7. i.e. 0, 1, 2, 3, 4, 5, 6, 7
3. Weights before decimal point
…85 84 83 82 81 80.
4. Weights after decimal point
82 81 80. 8-1 8-2 8-3 8-4 …
Base = 16
The digital data is represented, stored and transmitted as group of binary bits.
This group is also called as binary code.
Logical Equation
Y = AB
Logical Equation
Y =A + B
Logical Equation
Y = A B
6/12/2020 Basic Electronics (BE 2101) Module – III 47
END