Know the difference between unsigned binary and signed binary.
Know that in unsigned binary the minimum and maximum values for a given number of bits, n, are 0 and 2n -1 respectively.
Unsigned binary is used to represent only positive numbers, there is no sign included and therefore the minimum and maximum values which can be stored for n bits are 0 and 2n - 1.