Ask Question
11 January, 07:43

What is the numeric range of a 16-bit unsigned binary value?

+3
Answers (1)
  1. 11 January, 07:53
    0
    A 16-bit integer can store 216 (or 65,536) distinct values. In an unsigned representation, these values are the integers between 0 and 65,535; using two's complement, possible values range from - 32,768 to 32,767. Hence, a processor with 16-bit memory addresses can directly access 64 KB of byte-addressable memory.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is the numeric range of a 16-bit unsigned binary value? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers