Answer: True The magnitude of the binary number is equivalent to (16 + 32 = 48), and the sign bit is '1', making the 8-bit number negative.
Answer: False. In unsigned binary, the largest possible value is , since it consists of ones. In fact there are possible -bit strings, from all zeros to all ones; therefore, there are possible unsigned binary numbers.
Answer: False. The easiest way to do this is to go from octal to binary to hex, padding the most significant bit with 0's as needed. So, can be written as or . Another way is to recognize that .
Answer: False If we convert to base 2, and treat it as a
2's complement number, then we have , which is negative
since the sign bit is 1. However, this mere mortal can't identify
the magnitude directly; so, we can take the two's complement of the
number in this form, to get
Thus, the original bit pattern is the 2's complement representation of , which is not .
Answer: Do the math to get meters.