Minimum Number of Bits Required for Two's Complement Form (from Hexadecimal)

-3

I know that I am supposed to use the form [-2N, 2N - 1] and add 1 to the exponent to get the answer. But I don't know why the below equation is true.

howManyBits(0x80000000) = 32

twos-complement
asked on Stack Overflow Feb 2, 2020 by TilAye • edited Feb 2, 2020 by John Kugelman

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0