1.

Convert 11110101 binary to octal

Answer» 365<br>(11110101)2\xa0= (365)8Step by step solutionStep 1: Write down the binary number(011110101)2Group 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.011 110 101Step 2: Use the table below to convert each set of three into an octal digit. In this case,011=3, 110=6, 101=5.So, the number 365 is the octal equivalent to 11110101 in binary.To convert from binary to octal use the following table:\tBin:000001010011100101110111Octal:01234567\t<br>8


Discussion

No Comment Found