1.

The truth table of a logic gate is given below {:("Input","Output"),(A""B,Y),("00",1),("01",1),("10",1),("11",0):} The logic gate is

Answer»

OR GATE
AND Gate
NOR Gate
NAND Gate.

SOLUTION :NAND Gate :

`{:(A,B,Y),(0,0,1),(0,1,1),(1,0,1),(1,1,0):}`
`:.` AND gate = A . B
NAND gate `Y = BAR(A.B)` .


Discussion

No Comment Found

Related InterviewSolutions