in Digital Logic edited by
5,554 views
22 votes
22 votes

Which one of the following circuits is NOT equivalent to a $2$-input $XNOR$ (exclusive $NOR$) gate?

in Digital Logic edited by
5.6k views

2 Answers

28 votes
28 votes
Best answer
  1. $(AB'+A'B)'=A\odot B$
  2. $(A'(B')'+(A')'B')'=(A\oplus B)'=A\odot B$
  3. $A'B'+(A')'B=A\odot B$
  4. $((AB')'.(A+B'))'=(AB')+(A+B')'=AB'+A'B=A\oplus B$


So, Answer is (D)

edited by

1 comment

$((A.B')'.(A+B'))' = A.B' + (A+B')' = A.B' + A'.B = A \oplus B$

I think this should be the expression.  Please re-check your option D)
@ srestha
1
1
7 votes
7 votes
All options except D produce XNOR. See following image (Source: http://clweb.csa.iisc.ernet.in/rahulsharma/gate2011key.html)

 

 

 

Source :GeeksforGeeks
edited by

2 Comments

Correction : All options except D produce XNOR.

0
0
Corrected, thank you.
1
1
Answer:

Related questions