11111111 = 255 in standard binary. think of it like so: 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 1 1 1 1 1 1 1 1
in other words, (1x128) + (1x64) etc. etc. In Signed Binary however, this would equal -127 since in signed binary, the first bit represents the sign for plus or minus. e.g 0 = +, 1 = -. as such: Plus or minus | 64 | 32 | 16 | 8 | 4 | 2 | 1 1 (-) 1 1 1 1 1 1 1
Chat with our AI personalities
31 is the correct answer.
We arrive at the answer by the following process:
24 + 23 + 22 + 21 + 20 = 16+8+4+2+1=31 in decimal.
The highest unsigned integer is 255; The highest signed integer is 127.
Decimal 30 = binary 11110. The decimal binary code (BCD), however, is 11 0000.
BAD16: Binary = 10111010110100010110 Decimal = 765206
8 in decimal is 1000 in binary
The number 6 in binary is 110