Computer Science, asked by kishorekmicheal, 1 month ago

convert the binary number into its equivalent decimal ,octal and hexadecimal 11100111'2

Answers

Answered by rkmodi2513
0

Answer:

Step by step solution

Step 1: Write down the binary number

(011100111)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.

011 100 111

Step 2: Use the table below to convert each set of three into an octal digit. In this case,

011=3, 100=4, 111=7.

So, the number 347 is the octal equivalent to 11100111 in binary.

To convert from binary to octal use the following table:

Bin: 000 001 010 011 100 101 110 111

Octal: 0 1 2 3 4 5 6 7

Answered by rudrapratapsingh1233
0

Answer:

I think this answer should help you in doing your homework

Attachments:
Similar questions