GATE Question Of The Day - Digital Electronics

In the following circuit, X is given by,




(A)        X =                 (B)        X = 
(C)        X =                                  (D)        X =    

One of the toughest question, will be ask in GATE 2013. 

19 comments:

  1. i hope many aspirants do have the same confidence level. yes you are correct friends. its "A" the answer.

    ReplyDelete
  2. From the first mux output Y=A Xor B and the second MUX output is X=YXorC. Substitute Y in X.
    => X=A Xor B Xor C .

    ReplyDelete
  3. plzz answer with explanation...

    ReplyDelete
  4. y=A'B'(0)+ AB'(1)+A'B(1)+AB(0)
    =A'B+AB'
    Now
    x=(A'B+AB')'C'(0)+(A'B+AB')C'(1)+ (A'B+AB')'C(1)+ (A'B+AB')C(0)
    = (A'B+AB')C'+ (A'B+AB')'C
    =A'BC'+AB'C'+A'B'C+ABC
    =ANSwer

    ReplyDelete