SlideShare a Scribd company logo
By: Vhonz Sugatan
POWER School
Last week…
Decimal to Binary
Conversion of Fraction
Decimal to Binary
Conversion of Real
Values
Binary to Decimal
Conversion of Real
Values
Binary Addition
Binary Subtraction
Binary Subtraction
0 - 0 =
Binary Subtraction
0 - 0 = 0
Binary Subtraction
0 - 0 = 0
1 - 0 =
Binary Subtraction
0 - 0 = 0
1 - 0 = 1
Binary Subtraction
0 - 0 = 0
1 - 0 = 1
1 - 1 =
Binary Subtraction
0 - 0 = 0
1 - 0 = 1
1 - 1 = 0
Binary Subtraction
0 - 0 = 0
1 - 0 = 1
1 - 1 = 0
0 - 1 =
Binary Subtraction
0 - 0 = 0
1 - 0 = 1
1 - 1 = 0
0 - 1 = 0
Binary Subtraction
0 - 0 = 0
1 - 0 = 1
1 - 1 = 0
0 - 1 = 0 With a borrow of 1
Example:
Example:
1010
Example:
1010
100
Example:
1010
100
Example:
1010
100
Example:
1010
100
0
Example:
1010
100
0
Example:
1010
100
0
Example:
1010
100
10
Example:
1010
100
10
Example:
1010
100
10
Example:
1010
100
10
Example:
1010
100
10
2
Example:
1010
100
110
2
Example:
1010
100
110
20
Example:
1010
Example:
1010
101
Example:
1010
101
101
Example:
100011
1111
Example:
100011
1111
10100
Example:
1000.11
11.01
Example:
1000.11
11.01
101.10
Example:
10000
1111
Example:
10000
1111
1
The One’s Compliment Method
The One’s Compliment Method
11010
The One’s Compliment Method
11010 is 00101
The One’s Compliment Method
111101
The One’s Compliment Method
111101
000010
Example:
110011(Base2)
Example:
110011(Base2)
11101(Base2)
Step 1:
Step 1:
Get the one’s compliment of
subtrahend
Step 1:
Get the one’s compliment of
subtrahend.
The one’s compliment of
11101is 00010
Step 2:
Step 2:
Get the binary sum of the minuend
and the one’s compliment of the
subtrahend.
Step 2:
Get the binary sum of the minuend
and the one’s compliment of the
subtrahend.
110011 + 00010 = 110101
Step 3:
Step 3:
Add the and-around carry by
taking the leftmost digit of the
binary sum and adding it with the
first digit.
Step 3:
110101
Step 3:
110101
Step 3:
10101
1
+
Step 3:
10101
1
+
10110
Step 3:
10101
1
+
10110
Binary Multiplication
Binary Multiplication
0 x 0 =
Binary Multiplication
0 x 0 = 0
Binary Multiplication
0 x 0 = 0
1 x 0 =
Binary Multiplication
0 x 0 = 0
1 x 0 = 0
Binary Multiplication
0 x 0 = 0
1 x 0 = 0
0 x 1 =
Binary Multiplication
0 x 0 = 0
1 x 0 = 0
0 x 1 = 0
Binary Multiplication
0 x 0 = 0
1 x 0 = 0
0 x 1 = 0
1 x 1 =
Binary Multiplication
0 x 0 = 0
1 x 0 = 0
0 x 1 = 0
1 x 1 = 1
Example
Example
111
Example
111
101x
Example
111
101x
111
Example
111
101x
111
000
Example
111
101x
111
000
111
Example
111
101x
111
000
111+
Example
111
101x
111
000
111+
100011
Example
101
Example
101
101x
Example
101
101x
101
Example
101
101x
101
000
Example
101
101x
101
000
101
Example
101
101x
101
000
101+
Example
101
101x
101
000
101+
11001
Example 11.00
Example 11.00
10.10x
Example 11.00
10.10x
00 00
Example 11.00
10.10x
00 00
110 0
Example 11.00
10.10x
00 00
110 0
0000
Example 11.00
10.10x
00 00
110 0
0000
1100
Example 11.00
10.10x
00 00
110 0
0000
1100+
Example 11.00
10.10x
00 00
110 0
0000
1100+
1111000
Example 11.00
10.10x
00 00
110 0
0000
1100+
111.1000
Binary Division
Binary Division
0 / 1 =
Binary Division
0 / 1 = 0
Binary Division
0 / 1 = 0
1 / 1 =
Binary Division
0 / 1 = 0
1 / 1 = 1
Binary Division
0 / 1 = 0
1 / 1 = 1
1 / 0 =
Binary Division
0 / 1 = 0
1 / 1 = 1
1 / 0 = is undefined
Example
100 1100
Example
100 1100
Example
100 1100
Example
100 1100
Example
100 1100
1
Example
100 1100
1
100
Example
100 1100
1
100-
Example
100 1100
1
100-
10
Example
100 1100
1
100-
100
Example
100 1100
11
100-
100
Example
100 1100
11
100-
100
100
Example
100 1100
11
100-
100
100-
Example
100 1100
11
100-
100
100-
000
The Octal Number
System
Decimal to Octal Conversion
Decimal to Octal Conversion
Example:
Convert 56(base 10) to its octal
equivalent.
Decimal to Octal Conversion
Example:
Division Quotients Remainders
56 / 8
Decimal to Octal Conversion
Example:
Division Quotients Remainders
56 / 8 7
Decimal to Octal Conversion
Example:
Division Quotients Remainders
56 / 8 7 0
Decimal to Octal Conversion
Example:
Division Quotients Remainders
56 / 8 7 0
7 / 8
Decimal to Octal Conversion
Example:
Division Quotients Remainders
56 / 8 7 0
7 / 8 0
Decimal to Octal Conversion
Example:
Division Quotients Remainders
56 / 8 7 0
7 / 8 0 7
Decimal to Octal Conversion
Example:
Division Quotients Remainders
56 / 8 7 0
7 / 8 0 7
Decimal to Octal Conversion
Example:
56(base 10) is equivalent to
70(base8)
Decimal to Octal Conversion
568
7
56
0
Decimal to Octal Conversion
8 7
Decimal to Octal Conversion
8 7.0
Decimal to Octal Conversion
8 7.0
0.
Decimal to Octal Conversion
8 7.0
0.8
Decimal to Octal Conversion
8 7.0
0.8
64
Decimal to Octal Conversion
8 7.0
0.8
64
Decimal to Octal Conversion
8 7.0
0.8
64
6
Decimal to Octal Conversion
8 7.00
0.8
64
60
Decimal to Octal Conversion
8 7.00
0.87
64
60
Decimal to Octal Conversion
8 7.00
0.87
64
60
56
Decimal to Octal Conversion
8 7.00
0.87
64
60
56
Decimal to Octal Conversion
8 7.00
0.87
64
60
56
4
Decimal to Octal Conversion
8 7.000
0.87
64
60
56
40
Decimal to Octal Conversion
8 7.000
0.875
64
60
56
40
Decimal to Octal Conversion
8 7.000
0.875
64
60
56
40
40
Decimal to Octal Conversion
8 7.000
0.875
64
60
56
40
40
0
Decimal to Octal Conversion
Seat Work
Decimal to Octal Conversion
Seat Work
1.) 171 base10 to base8
2.) 1254 base10 to base8
3.) 1573 base10 to base8
Octal to Decimal Conversion
Octal to Decimal Conversion
Example:
Convert 70(base 8) to its decimal
equivalent.
Octal to Decimal Conversion
Example:
70 base8
7 0
Octal to Decimal Conversion
Example:
70 base8
7 0x8 x8
Octal to Decimal Conversion
Example:
70 base8
7 0x8 x8+
Octal to Decimal Conversion
Example:
70 base8
7 0x8 x8+
01
Octal to Decimal Conversion
Example:
70 base8
7 0x8 x8+
01
0
Octal to Decimal Conversion
Example:
70 base8
7 0x8 x8+
01
056
Octal to Decimal Conversion
Example:
70 base8
7 0x8 x8+
01
56 + 0
Octal to Decimal Conversion
Example:
70 base8
7 0x8 x8+
01
56 +
56
0
Octal to Decimal Conversion
Example:
Convert 36471(base 8) to its
decimal equivalent.
Octal to Decimal Conversion
Example:
3x8+6x8+4x8+7x8+1x8
01234
Octal to Decimal Conversion
Example:
3x8+6x8+4x8+7x8+1x8
01234
1
Octal to Decimal Conversion
Example:
3x8+6x8+4x8+7x8+1x8
01234
156
Octal to Decimal Conversion
Example:
3x8+6x8+4x8+7x8+1x8
01234
156256
Octal to Decimal Conversion
Example:
3x8+6x8+4x8+7x8+1x8
01234
1562563072
Octal to Decimal Conversion
Example:
3x8+6x8+4x8+7x8+1x8
01234
156256307212288
Octal to Decimal Conversion
Example:
3x8+6x8+4x8+7x8+1x8
01234
156256307212288 ++++
Octal to Decimal Conversion
Example:
3x8+6x8+4x8+7x8+1x8
01234
156256307212288 ++++
= 15673
Octal to Binary Conversion
Octal to Binary Conversion
OCTAL
NUMBER
BINARY
EQUIVALENT
0 000
1 001
2 010
3 011
4 100
5 101
6 110
7 111
Octal to Binary Conversion
Example:
Octal to Binary Conversion
Example:
Convert 13(base 8) to its binary
equivalent.
Octal to Binary Conversion
Example:
1 (base8) in binary is equal to 001
Octal to Binary Conversion
Example:
1 (base8) in binary is equal to 001
3 (base8) in binary is equal to 011
Octal to Binary Conversion
Example:
1 (base8) in binary is equal to 001
3 (base8) in binary is equal to 011
Therefore 13 (base8) is equal
to 001011 or 1011
Octal to Binary Conversion
Example:
Convert 765(base 8) to its binary
equivalent.
Octal to Binary Conversion
Example:
7 (base8) to binary is 111
Octal to Binary Conversion
Example:
7 (base8) to binary is 111
6 (base8) to binary is 110
Octal to Binary Conversion
Example:
7 (base8) to binary is 111
6 (base8) to binary is 110
5 (base8) to binary is 101
Octal to Binary Conversion
Example:
7 (base8) to binary is 111
6 (base8) to binary is 110
5 (base8) to binary is 101
Therefore 765 (base8) is equal to
111110101
Binary to Octal Conversion
Binary to Octal Conversion
Example:
Convert 10101010(base2) to its
octal equivalent.
Binary to Octal Conversion
Step 1:
Arrange the binary into groups of 3.
Binary to Octal Conversion
Step 1:
Arrange the binary into groups of 3.
10101010
Binary to Octal Conversion
Step 1:
Arrange the binary into groups of 3.
10101010
Binary to Octal Conversion
Step 2:
For each group, convert each digit
to decimal by multiplying it by its
positional value.
Binary to Octal Conversion
Step 2:
GROUP CONVERSION TO OCTAL
010 0x2+1x2+0x2 = 2
101 1x2+0x2+1x2 = 5
10 1x2+0x2 = 2
Binary to Octal Conversion
Step 2:
GROUP CONVERSION TO OCTAL
010 0x2+1x2+0x2 = 2
101 1x2+0x2+1x2 = 5
10 1x2+0x2 = 2
Binary to Octal Conversion
Therefore the 10101010 (base2)
is equivalent to 252 (base8)
The Hexadecimal
Number System

More Related Content

Viewers also liked

Binary Mathematics Sample Lesson
Binary Mathematics Sample LessonBinary Mathematics Sample Lesson
Binary Mathematics Sample Lesson
Joji Thompson
 
Math1003 1.9 - Converting Decimal to Binary and Hex
Math1003 1.9 - Converting Decimal to Binary and HexMath1003 1.9 - Converting Decimal to Binary and Hex
Math1003 1.9 - Converting Decimal to Binary and Hex
gcmath1003
 

Viewers also liked (9)

Binary to decimal Conversion
Binary to decimal ConversionBinary to decimal Conversion
Binary to decimal Conversion
 
Binary Mathematics Sample Lesson
Binary Mathematics Sample LessonBinary Mathematics Sample Lesson
Binary Mathematics Sample Lesson
 
Math1003 1.9 - Converting Decimal to Binary and Hex
Math1003 1.9 - Converting Decimal to Binary and HexMath1003 1.9 - Converting Decimal to Binary and Hex
Math1003 1.9 - Converting Decimal to Binary and Hex
 
Inflection in Morphology (Linguistics)
Inflection in Morphology (Linguistics)Inflection in Morphology (Linguistics)
Inflection in Morphology (Linguistics)
 
Maths: Number System Worksheet (CBSE Grade II)
Maths: Number System Worksheet (CBSE Grade II)Maths: Number System Worksheet (CBSE Grade II)
Maths: Number System Worksheet (CBSE Grade II)
 
[1] Data Representation
[1] Data Representation[1] Data Representation
[1] Data Representation
 
Number system
Number systemNumber system
Number system
 
Number System
Number SystemNumber System
Number System
 
Heart of Darkness examples of Racism and Imperialism
Heart of Darkness examples of Racism and Imperialism Heart of Darkness examples of Racism and Imperialism
Heart of Darkness examples of Racism and Imperialism
 

Similar to Introduction to Computer Lesson 7.0 (10)

Sketch sort ochadai20101015-public
Sketch sort ochadai20101015-publicSketch sort ochadai20101015-public
Sketch sort ochadai20101015-public
 
Introduction to Computer Lesson 5.0
Introduction to Computer Lesson 5.0Introduction to Computer Lesson 5.0
Introduction to Computer Lesson 5.0
 
Binary number system
Binary number systemBinary number system
Binary number system
 
Ashish thusoo evolution of big data architectures
Ashish thusoo   evolution of big data architecturesAshish thusoo   evolution of big data architectures
Ashish thusoo evolution of big data architectures
 
Binary Mathematics Classwork and Hw
Binary Mathematics Classwork and HwBinary Mathematics Classwork and Hw
Binary Mathematics Classwork and Hw
 
Hash Functions, the MD5 Algorithm and the Future (SHA-3)
Hash Functions, the MD5 Algorithm and the Future (SHA-3)Hash Functions, the MD5 Algorithm and the Future (SHA-3)
Hash Functions, the MD5 Algorithm and the Future (SHA-3)
 
Binary octal
Binary octalBinary octal
Binary octal
 
Week 5 - Number Systems.pdf
Week 5 - Number Systems.pdfWeek 5 - Number Systems.pdf
Week 5 - Number Systems.pdf
 
Sketch sort sugiyamalab-20101026 - public
Sketch sort sugiyamalab-20101026 - publicSketch sort sugiyamalab-20101026 - public
Sketch sort sugiyamalab-20101026 - public
 
LOGIC GATES - SARTHAK YADAV
LOGIC GATES - SARTHAK YADAVLOGIC GATES - SARTHAK YADAV
LOGIC GATES - SARTHAK YADAV
 

Recently uploaded

一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
kywwoyk
 
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
eemet
 
一比一原版UVM毕业证佛蒙特大学毕业证成绩单如何办理
一比一原版UVM毕业证佛蒙特大学毕业证成绩单如何办理一比一原版UVM毕业证佛蒙特大学毕业证成绩单如何办理
一比一原版UVM毕业证佛蒙特大学毕业证成绩单如何办理
kywwoyk
 
NO1 Uk Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Amil In La...
NO1 Uk Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Amil In La...NO1 Uk Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Amil In La...
NO1 Uk Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Amil In La...
Amil baba
 
1. WIX 2 PowerPoint for Work Experience.pptx
1. WIX 2 PowerPoint for Work Experience.pptx1. WIX 2 PowerPoint for Work Experience.pptx
1. WIX 2 PowerPoint for Work Experience.pptx
louise569794
 

Recently uploaded (8)

Memory compiler tutorial – TSMC 40nm technology
Memory compiler tutorial – TSMC 40nm technologyMemory compiler tutorial – TSMC 40nm technology
Memory compiler tutorial – TSMC 40nm technology
 
NO1 Pandit Black magic/kala jadu,manpasand shadi in lahore,karachi rawalpindi...
NO1 Pandit Black magic/kala jadu,manpasand shadi in lahore,karachi rawalpindi...NO1 Pandit Black magic/kala jadu,manpasand shadi in lahore,karachi rawalpindi...
NO1 Pandit Black magic/kala jadu,manpasand shadi in lahore,karachi rawalpindi...
 
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
 
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
一比一原版SDSU毕业证圣地亚哥州立大学毕业证成绩单如何办理
 
一比一原版UVM毕业证佛蒙特大学毕业证成绩单如何办理
一比一原版UVM毕业证佛蒙特大学毕业证成绩单如何办理一比一原版UVM毕业证佛蒙特大学毕业证成绩单如何办理
一比一原版UVM毕业证佛蒙特大学毕业证成绩单如何办理
 
F5 LTM TROUBLESHOOTING Guide latest.pptx
F5 LTM TROUBLESHOOTING Guide latest.pptxF5 LTM TROUBLESHOOTING Guide latest.pptx
F5 LTM TROUBLESHOOTING Guide latest.pptx
 
NO1 Uk Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Amil In La...
NO1 Uk Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Amil In La...NO1 Uk Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Amil In La...
NO1 Uk Amil Baba In Lahore Kala Jadu In Lahore Best Amil In Lahore Amil In La...
 
1. WIX 2 PowerPoint for Work Experience.pptx
1. WIX 2 PowerPoint for Work Experience.pptx1. WIX 2 PowerPoint for Work Experience.pptx
1. WIX 2 PowerPoint for Work Experience.pptx
 

Introduction to Computer Lesson 7.0

Editor's Notes

  1. (CLICK NEXT TO CONTIUE)
  2. We discuss the following (CLICK NEXT TO CONTIUE)
  3. (CLICK NEXT TO CONTIUE)
  4. (CLICK NEXT TO CONTIUE)
  5. (CLICK NEXT TO CONTIUE)
  6. Still remember the previous topic guys?? Now guys we are going to proceed to new topic. This topic is called (CLICK NEXT TO CONTIUE)
  7. Binary subtraction is a little bit more easy Than Binary Addition. ( ,”) Just like Binary Addition, Binary Subtraction Is done by column. Subtracting these two numbers will Result in four possible combination. These are. (CLICK NEXT TO CONTIUE)
  8. (CLICK NEXT TO CONTIUE)
  9. (CLICK NEXT TO CONTIUE)
  10. (CLICK NEXT TO CONTIUE)
  11. (CLICK NEXT TO CONTIUE)
  12. (CLICK NEXT TO CONTIUE)
  13. (CLICK NEXT TO CONTIUE)
  14. (CLICK NEXT TO CONTIUE)
  15. (CLICK NEXT TO CONTIUE)
  16. If a larger number is subtracted with a smaller number, The answer become negative. Wanna see some (CLICK NEXT TO CONTIUE)
  17. examples? (CLICK NEXT TO CONTIUE)
  18. 1010 base2 minus (CLICK NEXT TO CONTIUE)
  19. 100 base2 (CLICK NEXT TO CONTIUE)
  20. Zero minus (CLICK NEXT TO CONTIUE)
  21. zero (CLICK NEXT TO CONTIUE)
  22. Equal to zero (CLICK NEXT TO CONTIUE)
  23. One minus (CLICK NEXT TO CONTIUE)
  24. zero (CLICK NEXT TO CONTIUE)
  25. Equal to one (CLICK NEXT TO CONTIUE)
  26. Zero minus (CLICK NEXT TO CONTIUE)
  27. One Cannot be, we will borrow one from (CLICK NEXT TO CONTIUE)
  28. One. So yung zero magiging (CLICK NEXT TO CONTIUE)
  29. Two. Two minus one is equal to (CLICK NEXT TO CONTIUE)
  30. One. (CLICK NEXT TO CONTIUE)
  31. 100 base2 Another example (CLICK NEXT TO CONTIUE)
  32. 1010 base2 (CLICK NEXT TO CONTIUE)
  33. Minus 101 base 2. Try to answer guys. (CLICK NEXT TO CONTIUE)
  34. Answer is 101 base2 (CLICK NEXT TO CONTIUE)
  35. (CLICK NEXT TO CONTIUE)
  36. Answer is 10100 base2 (CLICK NEXT TO CONTIUE)
  37. (CLICK NEXT TO CONTIUE)
  38. Answer is 101.10 base2 (CLICK NEXT TO CONTIUE)
  39. (CLICK NEXT TO CONTIUE)
  40. Answer 1 (CLICK NEXT TO CONTIUE)
  41. Binary subtraction can be accomplish using the Compliment method. It is a technique performed By a series of negative additions, or in simple terms By adding the complement of the number to be subtracted. Since 1 minus 0 is equal to 1 And 1 minus 1 is equal to zero. Complementing in the binary system Consist of putting down a 1 for a 0 and 0 for a 1. (CLICK NEXT TO CONTIUE)
  42. The one’s compliment of (CLICK NEXT TO CONTIUE)
  43. The one’s compliment of (CLICK NEXT TO CONTIUE)
  44. Find The one’s compliment of The answer is (CLICK NEXT TO CONTIUE)
  45. Now let’s use the one’s complement in binary subtraction (CLICK NEXT TO CONTIUE)
  46. (CLICK NEXT TO CONTIUE)
  47. The minuend is greater than subtrahend. (CLICK NEXT TO CONTIUE)
  48. (CLICK NEXT TO CONTIUE)
  49. Get the one’s compliment of subtrahend (CLICK NEXT TO CONTIUE)
  50. (CLICK NEXT TO CONTIUE)
  51. (CLICK NEXT TO CONTIUE)
  52. (CLICK NEXT TO CONTIUE)
  53. (CLICK NEXT TO CONTIUE)
  54. (CLICK NEXT TO CONTIUE)
  55. Take the most leftmost digit of (CLICK NEXT TO CONTIUE)
  56. 110101 what is the left most digit? (CLICK NEXT TO CONTIUE)
  57. One is the leftmost and add to (CLICK NEXT TO CONTIUE)
  58. (CLICK NEXT TO CONTIUE)
  59. Therefore the answer is (CLICK NEXT TO CONTIUE)
  60. Question?? Ok lets proceed to (CLICK NEXT TO CONTIUE)
  61. The process of multiplying binary number is the same as the one you follow in multiplying decimal numbers. It is actually easier because you are only dealing with two digits. The multiplication table for binary number is short and easy to memorize. Because there is only four Possible combinations. That is (CLICK NEXT TO CONTIUE)
  62. (CLICK NEXT TO CONTIUE)
  63. (CLICK NEXT TO CONTIUE)
  64. (CLICK NEXT TO CONTIUE)
  65. (CLICK NEXT TO CONTIUE)
  66. (CLICK NEXT TO CONTIUE)
  67. (CLICK NEXT TO CONTIUE)
  68. (CLICK NEXT TO CONTIUE)
  69. Let us look for some (CLICK NEXT TO CONTIUE)
  70. (CLICK NEXT TO CONTIUE)
  71. (CLICK NEXT TO CONTIUE)
  72. (CLICK NEXT TO CONTIUE)
  73. (CLICK NEXT TO CONTIUE)
  74. (CLICK NEXT TO CONTIUE)
  75. (CLICK NEXT TO CONTIUE)
  76. (CLICK NEXT TO CONTIUE)
  77. Another (CLICK NEXT TO CONTIUE)
  78. (CLICK NEXT TO CONTIUE)
  79. (CLICK NEXT TO CONTIUE)
  80. (CLICK NEXT TO CONTIUE)
  81. (CLICK NEXT TO CONTIUE)
  82. (CLICK NEXT TO CONTIUE)
  83. (CLICK NEXT TO CONTIUE)
  84. (CLICK NEXT TO CONTIUE)
  85. (CLICK NEXT TO CONTIUE)
  86. (CLICK NEXT TO CONTIUE)
  87. (CLICK NEXT TO CONTIUE)
  88. (CLICK NEXT TO CONTIUE)
  89. (CLICK NEXT TO CONTIUE)
  90. (CLICK NEXT TO CONTIUE)
  91. (CLICK NEXT TO CONTIUE)
  92. (CLICK NEXT TO CONTIUE)
  93. Any question guys? Next is 11011110001000111 (CLICK NEXT TO CONTIUE)
  94. The rules for binary division and decimal division are the same. The only difference is that binary division is much simpler because you are just dealing with two numbers. Division is the inverse of multiplication. Dividing by zero results undefined value. Here is complete table of division (CLICK NEXT TO CONTIUE)
  95. (CLICK NEXT TO CONTIUE)
  96. (CLICK NEXT TO CONTIUE)
  97. (CLICK NEXT TO CONTIUE)
  98. (CLICK NEXT TO CONTIUE)
  99. (CLICK NEXT TO CONTIUE)
  100. Here is my (CLICK NEXT TO CONTIUE)
  101. (CLICK NEXT TO CONTIUE)
  102. (CLICK NEXT TO CONTIUE)
  103. (CLICK NEXT TO CONTIUE)
  104. (CLICK NEXT TO CONTIUE)
  105. (CLICK NEXT TO CONTIUE)
  106. (CLICK NEXT TO CONTIUE)
  107. (CLICK NEXT TO CONTIUE)
  108. (CLICK NEXT TO CONTIUE)
  109. (CLICK NEXT TO CONTIUE)
  110. (CLICK NEXT TO CONTIUE)
  111. (CLICK NEXT TO CONTIUE)
  112. (CLICK NEXT TO CONTIUE)
  113. (CLICK NEXT TO CONTIUE)
  114. The octal number system is also referred as the base8 number system simply because it use of 8 digits namely 0 – 7. This is comparable to counting with the use of 8 fingers instead of 10. The octal number system also make use of positional notation just like in the two previous number system we discuss. Let us now discuss the steps involved in converting an octal to its binary or decimal and vice versa. (CLICK NEXT TO CONTIUE)
  115. In order to convert from decimal to octal, The number in base10 is divided by eight. And the remainders after each division are recorded. Stop the dividing upon reaching a quotient of zero. Here is the (CLICK NEXT TO CONTIUE)
  116. (CLICK NEXT TO CONTIUE)
  117. (CLICK NEXT TO CONTIUE)
  118. (CLICK NEXT TO CONTIUE)
  119. (CLICK NEXT TO CONTIUE)
  120. (CLICK NEXT TO CONTIUE)
  121. (CLICK NEXT TO CONTIUE)
  122. (CLICK NEXT TO CONTIUE)
  123. (CLICK NEXT TO CONTIUE)
  124. Therefore 56 base10 is equivalent to 70 base8. Now guys who can show me the solution On how the 56 base10 is equivalent to 70 base8? (CLICK NEXT TO CONTIUE)
  125. (CLICK NEXT TO CONTIUE)
  126. Seven divided by 8 cannot be. We will put a period and then add zero. (CLICK NEXT TO CONTIUE)
  127. Seventy divided by eight (CLICK NEXT TO CONTIUE)
  128. Just add zero and point. Before the answer Again seventy divided by eight. (CLICK NEXT TO CONTIUE)
  129. Eight Eight times eight (CLICK NEXT TO CONTIUE)
  130. Sixty-four And then (CLICK NEXT TO CONTIUE)
  131. Seventy minus sixty four (CLICK NEXT TO CONTIUE)
  132. Answer is six Add zero (CLICK NEXT TO CONTIUE)
  133. Sixty divided by eight (CLICK NEXT TO CONTIUE)
  134. Answer is seven Seven times eight (CLICK NEXT TO CONTIUE)
  135. Answer fifty six. then (CLICK NEXT TO CONTIUE)
  136. Subtract 56 to 60 answer is (CLICK NEXT TO CONTIUE)
  137. Four. Then add another zero (CLICK NEXT TO CONTIUE)
  138. Four. Then add another zero Forty divided by eight? (CLICK NEXT TO CONTIUE)
  139. Answer five. Five times eight? (CLICK NEXT TO CONTIUE)
  140. Answer is forty. Forty minus forty? (CLICK NEXT TO CONTIUE)
  141. Answer is zero Any question guys?? (CLICK NEXT TO CONTIUE)
  142. Answer the following (CLICK NEXT TO CONTIUE)
  143. 1.) 253 2.) 2346 3.) 3045 (CLICK NEXT TO CONTIUE)
  144. In the octal number system, each digit corresponds to power of eight (8). To convert an octal value to decimal, each octal digit is multiplied by its positional value and the resulting products are added. Almost the same with binary to decimal. (CLICK NEXT TO CONTIUE)
  145. (CLICK NEXT TO CONTIUE)
  146. (CLICK NEXT TO CONTIUE)
  147. (CLICK NEXT TO CONTIUE)
  148. (CLICK NEXT TO CONTIUE)
  149. (CLICK NEXT TO CONTIUE)
  150. (CLICK NEXT TO CONTIUE)
  151. (CLICK NEXT TO CONTIUE)
  152. (CLICK NEXT TO CONTIUE)
  153. (CLICK NEXT TO CONTIUE)
  154. (CLICK NEXT TO CONTIUE)
  155. (CLICK NEXT TO CONTIUE)
  156. 1x8=1 (CLICK NEXT TO CONTIUE)
  157. 1x8=1 7x8=56 (CLICK NEXT TO CONTIUE)
  158. 1x8=1 7x8=56 4x8=32x8=256 (CLICK NEXT TO CONTIUE)
  159. 1x8=1 7x8=56 4x8=32x8=256 6x8=48x8=384x8=3072 (CLICK NEXT TO CONTIUE)
  160. 1x8=1 7x8=56 4x8=32x8=256 6x8=48x8=384x8=3072 3x8=24x8=192x8=1536x8=12288 (CLICK NEXT TO CONTIUE)
  161. 12288+3072+256+56+1 (CLICK NEXT TO CONTIUE)
  162. 15673 Question guys? Next is (CLICK NEXT TO CONTIUE)
  163. The most easiest conversion. Any octal number up to seven may be converted to its binary equivalent. Each digit is converted one at a time To its binary equivalent. For your convenience I prepare a table of conversion From octal to binary. (CLICK NEXT TO CONTIUE)
  164. (CLICK NEXT TO CONTIUE)
  165. (CLICK NEXT TO CONTIUE)
  166. (CLICK NEXT TO CONTIUE)
  167. (CLICK NEXT TO CONTIUE)
  168. (CLICK NEXT TO CONTIUE)
  169. (CLICK NEXT TO CONTIUE)
  170. (CLICK NEXT TO CONTIUE)
  171. (CLICK NEXT TO CONTIUE)
  172. (CLICK NEXT TO CONTIUE)
  173. (CLICK NEXT TO CONTIUE)
  174. Question guys? Now let’s go to (CLICK NEXT TO CONTIUE)
  175. Binary to Octal is the reverse of Octal to Binary. This kind of conversion is very easy . ( ,”) (CLICK NEXT TO CONTIUE)
  176. (CLICK NEXT TO CONTIUE)
  177. (CLICK NEXT TO CONTIUE)
  178. (CLICK NEXT TO CONTIUE)
  179. (CLICK NEXT TO CONTIUE)
  180. (CLICK NEXT TO CONTIUE)
  181. (CLICK NEXT TO CONTIUE)
  182. (CLICK NEXT TO CONTIUE)
  183. Question guys?? (CLICK NEXT TO CONTIUE)
  184. Next week we will discuss the Hexadecimal number system. And we have a very short quiz. ( ,”) (CLICK NEXT TO CONTIUE)