Let's consider an 8-bit number.
1. What are the highest and lowest values if all 8 bits are reserved to represent a number?
2. What are the highest and lowest values if the leftmost bit is used for a sign, so that only 7 bits are left to represent the actual number?