❓ Question
The output Y = 0 when:
-
A = 1 and B = 1
-
A = 0 and B = 1
-
A = 1 and B = 0
-
A = 0 and B = 0
(Which logic gate does this condition represent?)
đź–Ľ️ Question Image
✍️ Short Explanation
This problem is based on:
👉 Logic gates
👉 NAND/NOR operations
👉 Boolean algebra.
Main idea:
Break the circuit gate-by-gate and simplify the Boolean expression.
đź”· Step 1 — Identify First Gate đź’Ż
Top gate is:
Inputs:
Thus output:
đź”· Step 2 — Bottom Part
Input first passes through NOT gate:
Then enters OR gate with .
Thus OR output:
Using Boolean identity:
So lower branch output is:
đź”· Step 3 — Final Gate
Final gate is NAND gate.
Inputs are:
Thus:
This is NAND operation.
đź”· Step 4 — Find When
For NAND gate:
only when:
That means:
đź”· Step 5 — JEE Trap Alert 🚨
❌ Final gate ko NOR samajh lena
❌ simplify na kar pana
❌ Bubble notation ignore kar dena
Remember:
and:
✅ Final Answer
(Option 1)