Computer Science, asked by piyush7693, 1 year ago

How to convert binary number to octal number?

Answers

Answered by Abrarkhan1
1
Start from the right to make your groups. For example, the binary number 101001 would break down to 101 001. Add zeros to the left of the last digit if you don't have enough digits to make a set of three. Thebinary number 10011011 has eight digits, which, though not a multiple of three, can still convert to octal.
Attachments:
Similar questions