answersLogoWhite

0


Best Answer

0..65535

Note: check me using your calc.exe: 65535 = 2^16-1

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the numeric range of 16-bit unsigned binary value?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the maximum count of decimal of a 5-bit binary counter?

A 5-bit binary counter, interpreted as an unsigned integer, has a range of 0 to 31. Interpreted as a two's complement signed integer, it has a range of -16 to +15.


What is the binary range in decimal of a byte?

Nobody knows what you are talking about, but if you mean what the biggest number is in a byte, it is 255 or 127. The former is only for unsigned, while the latter is the maximun if the byte is signed. If you mean how many numbers can be represented, it is 256 or 128. Again, the former is if it is unsigned and the latter is if it is signed.


What is the largest decimal number that can be represented using 6 binary bits?

The largest unsigned integer is 26 - 1 = 63, giving the range 0 to 63; The largest signed integer is 25 - 1 = 31, giving the range -32 to 31.


What is range of 8 bit unsigned integer?

Bits administrator


What is the difference between unsigned and int?

The value range. Example for 16-bit integers: signed: -32768..32767 unsigned: 0..65535


How many bytes are required to store an unsigned integer range?

4


What is the range of unsigned numbers that can be stored in an 8 bit register?

8


How do you write salary range 40000 to 45000 in specific numeric value?

how to write 40000 in numeric values


What is the significance of declaring a constant unsigned integer?

What is the significance of declaring a constant unsigned integer?


What is a numerical number?

A redundancy. Numbers are numeric by definition.


What is the range of unsigned binery numbers?

2n, where n is the number of bits available.


What numbers can be stored using 32-bit binary?

A 32 binary number is a number stored by a computer in 32 bits. it can represent: 1) An unsigned number in the range 0 to 4,294,967,295 2) A signed number in the range -2,147,483,648 to 2,147,483,647 3) A single precision IEEE floating point number with 1 sign bit, 8 exponent bits and 23 mantissa bits give an accuracy of about 7.2 decimal digits and a range of ± 10^-38 to 10^38