Since the leading bit is 1, 11110010β is negative in two's complement. Inverting the bits gives 00001101β, and adding 1 yields 00001110β, which is 14 in decimal. Therefore, the original pattern represents β14.
Option A:
Option A properly uses the inversion-plus-one procedure to decode the two's complement representation. It finds the magnitude as 14 and attaches the negative sign, giving β14.
Option B:
Option B, β12, would require the magnitude after inversion and increment to be 12, which does not match the computed 14.
Option C:
Option C, β10, similarly fails to align with the actual magnitude and indicates a miscalculation.
Option D:
Option D, β18, corresponds to a different two's complement pattern (11101110β) and not to 11110010β.
Comment Your Answer
Please login to comment your answer.
Sign In
Sign Up
Answers commented by others
No answers commented yet. Be the first to comment!