Question:

What is the 2's complement of 1010?

Show Hint

To find the 2's complement, first invert the bits and then add 1.
Updated On: May 3, 2025
  • 0110
  • 1001
  • 1011
  • 0101
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

To find the 2's complement of a binary number: 1. Invert the bits: \( 1010 \) becomes \( 0101 \). 2. Add 1 to the result: \( 0101 + 1 = 0110 \).
Thus, the 2's complement of \( 1010 \) is \( 0110 \).
Was this answer helpful?
0
0

Top Questions on Binary Operations

View More Questions