Explanation
To convert the binary number 11000 111 to decimal: Write down the binary number: 11000 111 Identify each bit's position from right to left: 2 0 , 2 1 , 2 2 , 2 3 , 2 4 , 2 5 , 2 6 Assign the binary digits to their respective positions: 1 , 1 , 0 , 0 , 0 , 1 , 1 Now, calculate the decimal value: 1 × 2 6 + 1 × 2 5 + 0 × 2 4 + 0 × 2 3 + 0 × 2 2 + 1 × 2 1 + 1 × 2 0 = 64 + 32 + 0 + 0 + 0 + 2 + 1 = 99 = 99 So, the decimal value of 11000 111 11000 111 is 99 Therefore, the correct answer for the MCQ would be: 99.