"Conversion of Binary to Octal, Hexadecimal":
- A binary number can be converted into octal or hexadecimal number using a shortcut method.
Method of Conversion of Binary to Octal, Hexadecimal:
- The shortcut method is based on the following information:
- An octal digit from 0 to 7 can be represented as a combination of 3 bits, since 23 = 8.
- A hexadecimal digit from 0 to 15 can be represented as a combination of 4 bits, since 24 = 16.
No comments:
Post a Comment