Arithmetic Operations and Circuits - Technical MCQs

Q1:

The 2's complement of 1101102 is _________.

A 1101002

B 1010102

C 0010112

D 0010102

ANS:D - 0010102

1's complement of the above question is 001001.

2's complement is adding 1 to the last digit.

In digital 1+1 is 0 and the remaining 1 will be added to the next digit.

So the answer is 001010 (Base 2).