Computer Science for IGCSE & O level - Data Representation (Section 16 - No. 44)
What is the result of the two's complement conversion of -3 using 4 bits?
0011
1101
1100
1011
Explanation
3 in binary is 0011. Inverting to 1100 and adding 1 gives 1101.
Comments (0)
