Ask Question
26 June, 22:19

What is the numeric range of a 16-bit twos complement value? A 16-bit excess notation value? A 16-bit unsigned binary value?

+4
Answers (1)
  1. 26 June, 23:54
    0
    twos complement value is (-2^15 - 1) - 32768 to 32767.

    excess notation value is - 32768 to 32767.

    unsigned binary value is (2^16) 0 to 65535

    Explanation:

    Excess notation: used to represent signed integers. Always uses fixed number of bits with leftmost representing the sign.

    Twos complement notation: As opposed to excess notation, a sign bit of 0 is used to represent the non-negative (+) sign and a 1 for the negative (-); again, zero is included in the non-negative set.

    Unsigned Binary values: are binary values/bits that don't have signs
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the numeric range of a 16-bit twos complement value? A 16-bit excess notation value? A 16-bit unsigned binary value? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers