113k views
3 votes
What's the 16-bit hexadecimal representation of the signed decimal integer, -331? Answeers?

1 Answer

5 votes

Solution:

The 16-bit hexadecimal representation of the signed decimal integer -331 is:

-[3*10^2+3*10^1+1*10^0]

This is the required answer.

User Steve Hatcher
by
5.0k points