An (n+1) bit unsigned number has the general form:
which represents the integer:
The range of values for an (n+1) bit unsigned integer is from 0 to
.
Signed integer values are represented in several different ways including sign-magnitude, one's complement, two's complement, biased representation.
How the numbers will be used and the arithmetic operations to be performed determine the best representation.