Question:medium

Identify the logic gate given in the circuit: 


 

Show Hint

Applying De-Morgan’s theorem helps simplify logic expressions and identify equivalent gate functions in complex circuits.
Updated On: Jan 13, 2026
  • NAND gate
  • OR gate
  • AND gate
  • NOR gate
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: {Circuit Analysis}
The circuit comprises NOT gates applied to inputs \( A \) and \( B \), with the outputs fed into an AND gate. 
Step 2: {Logical Expression Formulation} 
The output \( Y \) can be represented as: \[ Y = \overline{\overline{A} \cdot \overline{B}} \] Utilizing De-Morgan's theorem, this simplifies to: \[ Y = A + B \] 
Step 3: {Final Determination} 
The derived expression \( Y = A + B \) corresponds to the behavior of an OR gate. Therefore, option (B) is the correct selection. 
 

Was this answer helpful?
0