No other values allowed

Each of the sets of values on the previous slide constitute a set of 65,536 different values, including the value zero.

No values other than those listed on the previous slide can be stored in an instance of the type short or the type unsigned short.

For example, you cannot store the value 32,768 in an instance of the type short.  If you need to store that value, you will need to use some type other than short.