Which of the following could be a natural interpretation of an 8-bit value…

2022

Which of the following could be a natural interpretation of an 8-bit value such as 10001011?

(i) 139
(ii) -117

  1. A.

    Only (i)

  2. B.

    Only (ii)

  3. C.

    Both (i) and (ii)

  4. D.

    Neither (i) nor (ii)

Attempted by 166 students.

Show answer & explanation

Correct answer: C

The bit pattern 10001011 can be interpreted in more than one natural way.

Unsigned interpretation:
10001011₂ = 128 + 8 + 2 + 1 = 139. So statement (i) is valid.

8-bit signed two’s-complement interpretation:
Since the MSB is 1, the value is negative. Its value is 139 - 256 = -117. So statement (ii) is also valid.

Therefore, both (i) and (ii) are valid interpretations. Hence, Option C is correct.

Explore the full course: Up Lt Grade Assistant Teacher 2025