Computer Science for IGCSE & O level - Data Representation (Section 14 - No. 38)
In the two's complement system, what is the result when you invert all the bits of a binary number and add 1?
The two's complement of the original number.
The original number
The one's complement of the original number.
Zero
Explanation
Inverting the bits and adding 1 is how you calculate the two's complement, effectively representing the negative of a number.
Comments (0)
