Question:

Identify the logic operation performed by the following circuit. 
 

Show Hint

Logic circuits can be reduced systematically using Boolean algebra to identify their equivalent gates.
Updated On: Feb 3, 2025
  • OR
  • AND
  • NOT
  • NAND
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: {Understanding the Logic Circuit} 
The circuit consists of two NOR gates whose outputs are given as inputs to another NOR gate. 
Step 2: {Boolean Expression} 
Using De-Morgan’s theorem: \[ Y = \overline{\overline{A} + \overline{B}} \] \[ = A \cdot B \] 
Step 3: {Conclusion} 
The circuit implements an AND gate. Thus, the correct answer is (B). 
 

Was this answer helpful?
0
0