Computer Science, asked by henzawafa, 7 months ago

convert octal to binary (352)8​

Answers

Answered by teena9564sharma
0

Answer:

ni pta

Explanation:

please mark me as brainlist

Answered by barmanbhargab17
0

Explanation:

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

(3)8 = (011)2

(5)8 = (101)2

(2)8 = (010)2

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

011 101 010

So, (11101010)2 is the binary equivalent to (352)8 (answer).

Similar questions