Assuming Two's complement convert 10010110 to decimal.

To start off with as it is two's compliment (from the first bit being 1) we have to flip all the bits to get 01101001, then we must add 1 to get 01101010. Then we simply convert this to decimal using normal binary to decimal conversion while remembering that as we had to convert it it is a negative. This adds up to 106 so therefore -106.

CW

Related Computing GCSE answers

All answers ▸

i) Convert 01101001 from binary to denary. ii) Convert 27 from denary to hexadecimal. ii) State one use of hexadecimal in computing and why it is more beneficial in this application that binary.


Convert the following binary number into hexadecimal : 10111000


Explain lossless compression.


Why are certain fields chosen to be the primary key in a database?