0100 1000 0110 1001 0000 1101 0000 1010
What does it represent, assuming it is:
a. A 32-bit two's complement integer? (Specify the result in decimal.) (4 pts)
b. A 32-bit unsigned integer? (Specify the result in decimal.) (4 pts)
c. Four consecutive, 8-bit ASCII values? (4 pts) Use the ASCII table on p. 142
for the standard character values. Also note the following special codes which do
not appear in the table:
ASCII 0 = NUL (C string null terminator) ASCII 8 = BS (Backspace) ASCII 9 = TAB ASCII 10 = LF (Line Feed) ASCII 13 = CR (Carriage Return)