Computer Science, asked by rbsujan, 6 hours ago

what is the 2´s complement of decinal 00000000??​

Answers

Answered by anshm9970
0

Answer:

Thus, to represent the negative of a binary number, we invert each of the bits and then add 1. This is called the twos complement representation. One special case is to check is that the twos complement of 00000000 is indeed 00000000. And adding 1 gets us back to zero

Similar questions