Computer Science, asked by Namithshetty, 3 months ago

how to convert binary to octal

Answers

Answered by branilyqueen10
1
  • To convert binary numbers to octal numbers, follow the below steps:
  • Take the given binary number.
  • Multiply each digit by 2n-1 where n is the position of the digit from the decimal.
  • The resultant is the equivalent decimal number for the given binary number.
  • Divide the decimal number by 8.
  • Note the remainder.

Similar questions