Computer Science for IGCSE & O level - Data Representation (Section 10 - No. 33)
What is the two's complement of the binary number 1111?
0001
0000
1111
1000
Explanation
To find the two's complement, flip the bits (0000) and add 1, resulting in 0001.
Comments (0)
