how can we convert ocrtal number into binary
Answers
Answered by
0
this method is simple and also work as reverse of binary to octal conversion.
the algorith is explained as following below. convert octal number into 540 into binary..
octal symbol Binary equivalent
o 000
1 001
2 010
3 011
STEPS
■ take a binary number
■ Divide the binary digit into group of three(startung from right) for a integer part and start from left for fraction method..
■ the binary number would 101001 wpuld break down 101 001
■ binarry number has 1o10010 eight which not mutiple of three, can still comvert to octal
Similar questions