Conversion of Number system Unit Outcome: 1a.
Description: Conversion of Number system Unit Outcome: 1a. Convert the given number into the specified number system. How to Convert From Any Number Based System To Decimal Contents Binary to Decimal Octal to Decimal Hexadecimal to Decimal Binary to
Related Topics
Download Presentation
"Conversion of Number system Unit Outcome: 1a." is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.
Presentation Transcript
slide1. Conversion of Number system Unit Outcome:
1a. Convert the given number into the specified number system.<br>
slide2. How to Convert From Any Number Based System To Decimal<br>
slide3. Contents Binary to Decimal
Octal to Decimal
Hexadecimal to Decimal
Binary to Octal
Binary to Hexadecimal
Octal to Binary
Hexadecimal to Binary<br>
slide4. Binary to Decimal Hexadecimal Decimal Octal Binary<br>
slide5. Binary to Decimal Conversion Digits: a binary digit representing a 0 or a 1.
Binary numbers are of base 2
instead of decimal places such as 1s, 10s, 100s, 1000s, etc., binary uses powers of two to have 1s, 2s, 4s, 8s, 16s, 32s, 64s, etc.<br>
slide6. Examples:<br>
slide7. Octal to Decimal Hexadecimal Decimal Octal Binary<br>
slide8. Octal to Decimal Conversion Base or radix of Octal numbers is 8.
Octal numbers uses powers of 8.
Digits: Octal digit representing {0, 1, 2, 3, 4, 5, 6, 7}.<br>
slide9. Conversion Octal to Decimal<br>
slide10. Solve Convert following Octal numbers to Decimal
(753.41)8
(123.76)8
3. (56)8
4. (235)8<br>
slide11. Hexadecimal to Decimal Hexadecimal Decimal Octal Binary<br>
slide12. Hexadecimal to Decimal Conversion Hex numbers are numbers of base 16.
Hex numbers uses powers of 16.
Digits: Hex digit representing : {0, 1, 2, 3, 4, 5, 6, 7,8,9,A,B,C,D,E,F}.<br>
slide13. Conversion Hexadecimal to Decimal<br>
slide14. Solve Convert following Hexadecimal numbers to Decimal
(892.41)16
(A234.CD)16
(2F5)16
(AB)16<br>
slide15. Binary to Octal Hexadecimal Decimal Octal Binary<br>
slide16. Convert From Binary To Octal In octal 1 digit corresponds to 3 digits in binary, because
for the conversion from binary to octal there are two cases
1.If decimal point is not present
Start to make a group of 3 bits from rightmost bit to leftmost bit.
Assign the corresponding octal digit to each group.
2.if decimal point is present
Divide the given number into two parts before decimal point and after decimal
point
for a part of before decimal point
Start to make a group of 3 bits from rightmost (LSB) bit to leftmost bit(MSB).
Assign the corresponding octal digit to each group.
For a part of after decimal point
Start to make a group of 3 bits from leftmost (LSB) bit to rightmost bit(MSB).
Assign the corresponding octal digit to each group<br>
slide17. Binary To Octal 1011010111.0111112 = ?8 1011010111.0111112 = 1327.378<br>
slide18. Solve<br>
slide19. Binary to Hexadecimal Hexadecimal Decimal Octal Binary<br>
slide20. Convert From Binary To Hexadecimal In hexadecimal 1 digit corresponds to 4 digits in binary, because
for the conversion from binary to octal there are two cases
1.If decimal point is not present
Start to make a group of 4 bits from rightmost bit to leftmost bit.
Assign the corresponding hexadecimal digit to each group.
2.if decimal point is present
Divide the given number into two parts before decimal point and after decimal point
for a part of before decimal point
Start to make a group of 4 bits from rightmost (LSB) bit to leftmost bit(MSB).
Assign the corresponding hexadecimal digit to each group.
For a part of after decimal point
Start to make a group of 4 bits from leftmost (LSB) bit to rightmost bit(MSB).
Assign the corresponding hexadecimal digit to each group<br>
slide21. Binary To Hexadecimal<br>
slide22. Solve<br>
slide23. Convert From Octal To Binary<br>
slide24. Hexadecimal to Binary Hexadecimal Decimal Octal Binary<br>
slide25. Convert From Hexadecimal To Binary<br>
slide26. Hexadecimal To Binary 10AF.C416 = ?2 10AF.C416 = 0001000010101111.110001002<br>
slide27. Solve 45A6.F216 = ?2
1CD5.A716 = ?2
(2F5)16 = ?2
(AB)16 = ?2<br>
slide28. Exercise – Convert ...<br>
slide29. Exercise – Convert …to verify<br>
slide30. Exercise – Convert ...<br>
slide31. Exercise – Convert … to verify<br>
1a. Convert the given number into the specified number system.<br>
slide2. How to Convert From Any Number Based System To Decimal<br>
slide3. Contents Binary to Decimal
Octal to Decimal
Hexadecimal to Decimal
Binary to Octal
Binary to Hexadecimal
Octal to Binary
Hexadecimal to Binary<br>
slide4. Binary to Decimal Hexadecimal Decimal Octal Binary<br>
slide5. Binary to Decimal Conversion Digits: a binary digit representing a 0 or a 1.
Binary numbers are of base 2
instead of decimal places such as 1s, 10s, 100s, 1000s, etc., binary uses powers of two to have 1s, 2s, 4s, 8s, 16s, 32s, 64s, etc.<br>
slide6. Examples:<br>
slide7. Octal to Decimal Hexadecimal Decimal Octal Binary<br>
slide8. Octal to Decimal Conversion Base or radix of Octal numbers is 8.
Octal numbers uses powers of 8.
Digits: Octal digit representing {0, 1, 2, 3, 4, 5, 6, 7}.<br>
slide9. Conversion Octal to Decimal<br>
slide10. Solve Convert following Octal numbers to Decimal
(753.41)8
(123.76)8
3. (56)8
4. (235)8<br>
slide11. Hexadecimal to Decimal Hexadecimal Decimal Octal Binary<br>
slide12. Hexadecimal to Decimal Conversion Hex numbers are numbers of base 16.
Hex numbers uses powers of 16.
Digits: Hex digit representing : {0, 1, 2, 3, 4, 5, 6, 7,8,9,A,B,C,D,E,F}.<br>
slide13. Conversion Hexadecimal to Decimal<br>
slide14. Solve Convert following Hexadecimal numbers to Decimal
(892.41)16
(A234.CD)16
(2F5)16
(AB)16<br>
slide15. Binary to Octal Hexadecimal Decimal Octal Binary<br>
slide16. Convert From Binary To Octal In octal 1 digit corresponds to 3 digits in binary, because
for the conversion from binary to octal there are two cases
1.If decimal point is not present
Start to make a group of 3 bits from rightmost bit to leftmost bit.
Assign the corresponding octal digit to each group.
2.if decimal point is present
Divide the given number into two parts before decimal point and after decimal
point
for a part of before decimal point
Start to make a group of 3 bits from rightmost (LSB) bit to leftmost bit(MSB).
Assign the corresponding octal digit to each group.
For a part of after decimal point
Start to make a group of 3 bits from leftmost (LSB) bit to rightmost bit(MSB).
Assign the corresponding octal digit to each group<br>
slide17. Binary To Octal 1011010111.0111112 = ?8 1011010111.0111112 = 1327.378<br>
slide18. Solve<br>
slide19. Binary to Hexadecimal Hexadecimal Decimal Octal Binary<br>
slide20. Convert From Binary To Hexadecimal In hexadecimal 1 digit corresponds to 4 digits in binary, because
for the conversion from binary to octal there are two cases
1.If decimal point is not present
Start to make a group of 4 bits from rightmost bit to leftmost bit.
Assign the corresponding hexadecimal digit to each group.
2.if decimal point is present
Divide the given number into two parts before decimal point and after decimal point
for a part of before decimal point
Start to make a group of 4 bits from rightmost (LSB) bit to leftmost bit(MSB).
Assign the corresponding hexadecimal digit to each group.
For a part of after decimal point
Start to make a group of 4 bits from leftmost (LSB) bit to rightmost bit(MSB).
Assign the corresponding hexadecimal digit to each group<br>
slide21. Binary To Hexadecimal<br>
slide22. Solve<br>
slide23. Convert From Octal To Binary<br>
slide24. Hexadecimal to Binary Hexadecimal Decimal Octal Binary<br>
slide25. Convert From Hexadecimal To Binary<br>
slide26. Hexadecimal To Binary 10AF.C416 = ?2 10AF.C416 = 0001000010101111.110001002<br>
slide27. Solve 45A6.F216 = ?2
1CD5.A716 = ?2
(2F5)16 = ?2
(AB)16 = ?2<br>
slide28. Exercise – Convert ...<br>
slide29. Exercise – Convert …to verify<br>
slide30. Exercise – Convert ...<br>
slide31. Exercise – Convert … to verify<br>