KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Science

How will you convert a Binary number to an Octal number

Number System

4 Likes

Answer

To convert a binary number into its equivalent octal number, group the binary numbers in 3 bits form from right hand side towards left hand side. If required, add zeros to the left to make the group in 3 bits. Convert each binary group of 3 bits into its octal equivalent.

Answered By

1 Like


Related Questions