Twos Complement

Twos Complement Negative binary numbers Twos complement is a way of representing a negative number from a positive binary number. We need negative numbers for things such as freezer tempreturesThis is how we do this.

Step 1 write positive number in binary, I choose 51

Step 2 And then you inverse the binary above change the 0’s to 1’s and the 1’s to 0’s

Step 3 than you add 1 to the binary above

I check on the program setting of the calculator to make sure I did I right.