Question
Physics Question on Logic gates
Which logic gate is represented by the following combination of logic gates ?
A
NAND
B
AND
C
NOR
D
OR
Answer
AND
Explanation
Solution
y1=Aˉ,y2=Bˉ
y=y1+y2=Aˉ+Bˉ (using De-morgan's theorem)
y=A⋅B
Hence this logic gate represents AND gate