Week 2 - Number System - Presentation
Week 2 - Number System - Presentation
Number System
Week 002: Number System
Objectives:
Number System
Binary
• There can be only two choices for this number -- either a "0" or a "1".
Decimal
• There are ten different numbers that can enter the digit box: "0", "1",
"2", "3", "4", "5", "6", "7", "8", "9".
Octal
• There can be eight possibilities: "0", "1", "2", "3", "4", "5", "6", "7".
Hexadecimal
• Allow 16 numbers: "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B",
"C", "D", "E", and "F".
Week 002: Number System
Step 2: Add all decimal digit value where the binary digit value is 1
64 + 16 + 2 + 1 = 83
Step 2: Add all decimal digit value where the binary digit value is 1
64 + 16 + 2 + 1 = 83
Step
1/2 3: Read the remainder
0 upward
1
Remainder/Bit value
0
1 Final answer is 11001110
1 Therefore: 20610 = 110011102
1
0
0
1
Week 002: Number System
Binary Value 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1110
Week 002: Number System