1.

The following configuration of gate is equivalent to :

Answer»

NAND
XOR
OR
none of these

Solution :
`Y=(A+B).bar(AB)`
The GIVEN output equation can also be written as
`Y=(A+B).(bar(A)+bar(B))""` (De Morgan.s THEOREM)
`=AbarA+AbarB+BbarA+BbarB=0+AbarB+barAB+0=barAB+AbarB`
This is the EXPRESSION for XOR GATE.


Discussion

No Comment Found

Related InterviewSolutions