Number System
Number System
• Provides a set of symbols (digits) and rules to form numbers and perform
calculations.
• Binary (Base 2): Used in computing, it consists of only two digits: 0 and 1.
• Octal (Base 8): Uses digits 0-7 and is often applied in computer systems.
0 0 0 0000
1 1 1 0001
2 2 2 0010
3 3 3 0011
4 4 4 0100
5 5 5 0101
6 6 6 0110
7 7 7 0111
8 8 10 1000
9 9 11 1001
A 10 12 1010
B 11 13 1011
C 12 14 1100
D 13 15 1101
E 14 16 1110
F 15 17 1111
Converting Decimal to Binary
1. 25510 = ____________ 2
Converting Decimal to Binary
2. 18610 = ____________ 2
Converting Decimal to Binary
3. 20310 = ____________ 2
Converting Decimal to Octal
1. 20310 = ____________ 8
Converting Decimal to Octal
2. 18610 = ____________ 8
Converting Decimal to Octal
3. 20310 = ____________ 8
Converting Decimal to
Hexadecimal
1. 25510 = ____________ 16
Converting Decimal to
Hexadecimal
2. 18610 = ____________ 16
Converting Decimal to
Hexadecimal
3. 20310 = ____________ 16
Converting Binary to Decimal
1. 10112 = ____________ 10
Converting Binary to Decimal
2. 1101102 = ____________ 10
Converting Binary to Decimal
3. 101101012 = ____________ 8
Converting Binary to Octal
1. 1012 = ____________ 8
Converting Binary to Octal
2. 11012 = ____________ 8
Converting Binary to Octal
3. 1101012 = ____________ 8
Converting Binary to
Hexadecimal
1. 101102 = ____________ 16
Converting Binary to
Hexadecimal
2. 111010112 = ____________ 16
Converting Binary to
Hexadecimal
3. 11011111011110 = ____________ 16
Converting Octal to Binary
1. 2738 = ____________ 2
Converting Octal to Binary
2. 1468 = ____________ 2
Converting Octal to Binary
3. 7058 = ____________ 2
Converting Hexadecimal to
Binary
1. 2A16 = ____________ 2
Converting Hexadecimal to
Binary
2. 1FB16 = ____________ 2
Converting Hexadecimal to
Binary
3. D0E16 = ____________ 2
Activity 1: (1 whole yellow
paper)
Convert the following: