Solveeit Logo

Question

Physics Question on Logic gates

The circuit given below represents which of logic operations?

A

AND

B

NOT

C

OR

D

NOR

Answer

AND

Explanation

Solution

Let two inputs are AA and BB. The circuit can be shown as : The two gates shown are NAND gates. The output of gate 1,Y1=AB-1, Y _{1}=\overline{ A \cdot B } The output of gate 2,Y=Y1Y1-2, Y =\overline{ Y _{1} \cdot Y _{1}} or Y=ABABY =\overline{\overline{ A \cdot B } \cdot \overline{ A \cdot B }} =AB=\overline{\overline{ A \cdot B }} =AB= A \cdot B Thus, the combination behaves as it is an AND gate.