edited by
2,825 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$
edited by

2 Answers

Best answer
4 votes
4 votes

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

Related questions

2 votes
2 votes
3 answers
1
makhdoom ghaya asked Oct 4, 2016
6,496 views
Which of the following 2 input Boolean logic functions is linearly inseparable ?(a) AND(b) OR(c) NOR(d) XOR(e) NOT XOR(a) and (b)(b) and (c)(c), (d) and (e)(d) and (e)
1 votes
1 votes
0 answers
2
0 votes
0 votes
1 answer
3
makhdoom ghaya asked Sep 23, 2016
2,245 views
Which of the following logic operations is performed by the following given combinational circuit ?EXCLUSIVE-OREXCLUSIVE-NORNANDNOR
1 votes
1 votes
3 answers
4
makhdoom ghaya asked Oct 4, 2016
4,090 views
Which formal system provides the semantic foundation for Prolog ?Predicate calculusLambda calculusHoare logicPropositional logic