Home » Microprocessor » Advanced Microprocessors » Question

Advanced Microprocessors

  1. The largest positive number that can be stored in a computer that has 16-bit word length and uses 2’s complement arithmetic is—
    1. 32
    2. 32767
    3. 32768
    4. 65536
Correct Option: B

Largest number = + (2n – 1 – 1) = 216 – 1 – 1 = 215 – 1 = 32768 – 1 = 32767



Your comments will be displayed only after manual approval.