in Digital Logic edited by
2,796 views
2 votes
2 votes

The output of the following combinational circuit

is :

  1. $X . Y$
  2. $X + Y$ 
  3. $X \bigoplus Y$
  4. $X \bigoplus Y$
in Digital Logic edited by
2.8k views

1 comment

@makhdoom ghaya Sir, it needs editing → Duplicate picture + No XNOR Gate available in options.

0
0

2 Answers

4 votes
4 votes
Best answer

In option D it should be complement of X⨁Y  which is the ans 

o/p of first NAND     gate    (x'y')'=x+y

o/p of second  NAND gate (xy)'=x'+y'

p/p of final NAND gate ((x+y)(x'+y')) ' =(xy'+yx')'=(x⨁y)'=x XNOR y option D 

selected by
2 votes
2 votes
x'y'+xy (ans)

Related questions