Solveeit Logo

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_{1} = \bar{A} , \, y_{2} = \bar{B}
y=y1+y2=Aˉ+Bˉy = \overline{y_{1} + y_{2}} = \overline{\bar{A} + \bar{B}} (using De-morgan's theorem)
y=ABy =A \cdot B
Hence this logic gate represents AND gate