I need to convert the following hexadecimal representation of 2’s complement binary numbers to decimal numbers I am unsure if I am doing it correctly or am I missing a step?
a. xF0
b. x7FF
c. x16
d. x8000
My Attempt at first converting it to a Decimal then Binary:
a. xF0 = 240 = 11110000
b. x7FF = 2047 = 11111111111
c. x16 = 22 = 10110
d. x8000 = 32768 = 1000000000000000