Question:

Two's complement of 110010 is -------.

Show Hint

Remember, the two's complement is used for representing negative numbers in binary.
  • 001101
  • 001111
  • 000111
  • 001110
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To find the two's complement of a binary number, invert all the bits and add 1 to the result. The given number is 110010. After inverting the bits, we get 001101. Now, adding 1 to this gives 001111.
Was this answer helpful?
0
0