Computer Science, asked by surya787924, 3 months ago

convert octal number 203 into binary​

Answers

Answered by ngeramercy11
2

Answer:

Explanation:

(203)8 = (10000011)2

Step by step solution

Step 1: Look up each octal digit to obtain the equivalent group of three binary digits. You can use the table below to make these conversions.

Hexadecimal to Binary Convertion Table

Oct: 0 1 2 3 4 5 6 7

Bin: 000 001 010 011 100 101 110 111

(2)8 = (010)2

(0)8 = (000)2

(3)8 = (011)2

Step 2: Group each value of step 1 to make a binary number:

010 000 011

So, (10000011)2 is the binary equivalent to (203)8 (answer)

Similar questions