Math, asked by Adhvigowda, 5 months ago



convert (356.135) octal to binary

Answers

Answered by shaludevi878
1

Answer:

How do you convert octal to binary?

Example-1 Convert octal number 540 into binary number. This is very simple conversion, you can use for mixed (integer with fractional) octal number as well. Example-2 − Convert octal number 352.563 into binary number.

...

Conversion from Octal to Binary number system.

Octal Symbol Binary equivalent

0 000

1 001

2 010

3 011

Step-by-step explanation:

How do you convert binary to octal?

So, these are following steps to convert a binary number into octal number.

Take binary number.

Divide the binary digits into groups of three (starting from right) for integer part and start from left for fraction part.

Convert each group of three binary digits to one octal digit.

Answered by mpd20700
0

Answer:

( 011101110.001011101 )₂

Step-by-step explanation:

(356.135)₈ to ( ? )₂

3 = 011

5 = 101

6 = 110

1 = 001

3 = 011

5 = 101

∴(356.135)₈ =  ( 011101110.001011101 )₂

Similar questions