Convert 101010 into octal number
Answers
Answered by
0
Answer:
52
Explanation:
(101010)2 = (52)8
Step by step solution
Step 1: Write down the binary number
(101010)2
Group all the digits in sets of three starting from the LSB (far right). Add zeros to the left of the last digit if there aren't enough digits to make a set of three.
101 010
Step 2: Use the table below to convert each set of three into an octal digit. In this case,
101=5, 010=2.
So, the number 52 is the octal equivalent to 101010 in binary.
Similar questions