answersLogoWhite

0

0..65535

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

User Avatar

Wiki User

15y ago

What else can I help you with?

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


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

how to write 40000 in numeric values


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


What range of unsigned integer numbers can be represented by 8 bits?

An 8-bit unsigned integer can represent values ranging from 0 to 255. This is because, with 8 bits, there are (2^8 = 256) possible combinations of binary digits. Therefore, the smallest value is 0 (all bits are 0) and the largest value is 255 (all bits are 1).


What is a numerical number?

A redundancy. Numbers are numeric by definition.


What is the significance of declaring a constant unsigned integer?

What is the significance of declaring a constant unsigned integer?


What is the range of unsigned binery numbers?

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