Question: Given the following table of 5 numeric values (listed both in hexadecimal and 8-bit binary representation).
Solution the question below, using the ID to identify the number you wish to specify as the correct answer. Place answer in blank provided.
ID Hex Binary
Num1 FF 1111 1111
Num2 07 0000 0111
Num3 F8 1111 1000
Num4 87 1000 0111
Num5 80 1000 0000
Real problem: Suppose Num3 is interpreted as a 1's complement number which of the above numbers corresponds to the signed-magnitude representation of the similar number?