how to convert 312 base 8 to base 2
Answers
Answered by
0
Answer:
Given octal number(that is base 8) = 312
we have to convert it to base 2 (binary number), for that we have divide each number 2 and check the remainder.
for 3 binary will be 011 coz we have to convert it into three digit binary number
for 2 binary will be 010
for 1 binary will be 001
so the binary of the given octal number is 011010001
I hope this helped you so plz rate the answer accordingly..
Similar questions