A binary number 1100011 has the decimal value equal to _____?

A binary number 1100011 has the decimal value equal to _____?

Explanation

To convert the binary number 11000111to decimal:

  1. Write down the binary number: 11000111
  2. Identify each bit's position from right to left: 20,21,22,23,24,25,26
  3. Assign the binary digits to their respective positions: 1,1,0,0,0,1,1

Now, calculate the decimal value:

1×26+1×25+0×24+0×23+0×22+1×21+1×20

=64+32+0+0+0+2+1

=99

So, the decimal value of 11000111 is 99

Therefore, the correct answer for the MCQ would be: 99.