in Digital Logic edited by
1,510 views
0 votes
0 votes

Assume the operands are in 2’s Complement. To decrement A by 1, lines K,Cn and B should be :

  1. K = 1 , Cin = 1 , B = 1
  2. K = 0 , Cin = 1 , B = 1
  3. K = 0 , Cin = 1 , B = 0 
  4. K = 1 , Cin = 0 , B = 0
in Digital Logic edited by
by
1.5k views

1 Answer

0 votes
0 votes
Answer is option C ?

4 Comments

do by logic , let A2A1 = 11 means -1 in 2s complement , so we should get the result -2 i.e S2S1 = 10 by applying the inputs now put all th inputs u will get D as the result
0
0
Brother please Elaborate your Example a little :)
0
0
we can take any number like 11,10,01 it is in 2's complement number  in the form of  A2A1 now apply hit and trial for all option only option(d) is satisfy.
0
0