Computer Fundamentals - Engineering

Q1:

The 2's complement number of 110010 is

A 001101

B 110011

C 010011

D All of the above

E None of the above

ANS:E - None of the above

The first two values from the right side will be the same 10 other all will be change all 0's will be changed to 1's and all 1's will be changed to 0's direct method.
110010 = 001110.