Logic Gate Question Every JEE Student Should Solve! 🔥 | Find When Y = 0

 

❓ Question

The output Y = 0 when:

  1. A = 1 and B = 1

  2. A = 0 and B = 1

  3. A = 1 and B = 0

  4. A = 0 and B = 0

(Which logic gate does this condition represent?)


🖼️ Question Image

Logic Gate Question Every JEE Student Should Solve! 🔥 | Find When Y = 0


✍️ Short Solution

To find the correct answer, we analyze when the output becomes 0 for different input combinations.


Step 1 — Recall common two-input logic gates

GateExpressionOutput (Y) = 0 occurs when…
ANDY = A·BWhen A = 0 or B = 0
ORY = A + BWhen A = 0 and B = 0
NANDY = ¬(A·B)When A = 1 and B = 1
NORY = ¬(A + B)When A = 1 or B = 1
XORY = A ⊕ BWhen A = B (both 0 or both 1)
XNORY = ¬(A ⊕ B)When A ≠ B (0,1 or 1,0)

Step 2 — Given condition

The question states that Y = 0 when A = 1 and B = 1.

Let’s check which gate satisfies this.

  1. For AND gate:
    A=1, B=1 → Y=1·1=1 → Y≠0

  2. For OR gate:
    A=1, B=1 → Y=1+1=1 → Y≠0

  3. For NAND gate:
    A=1, B=1 → Y=¬(1·1)=¬1=0

That’s the correct condition!


Step 3 — Verify other inputs (optional cross-check)

Let’s create the full truth table for NAND:

ABA·BY = ¬(A·B)
0001
0101
1001
1110

✅ The output Y=0 only when A=1 and B=1, which matches perfectly with the question.


🧮 Image Solution

Logic Gate Question Every JEE Student Should Solve! 🔥 | Find When Y = 0


✅ Conclusion & Concept Recap

Final Answer:

Y = 0 when A = 1 and B = 1 → NAND Gate​

🔹 Key Points:

  • NAND gate = NOT + AND combined.

  • Boolean expression: Y=ABY = \overline{A·B}.

  • Only gives 0 when both inputs are 1.

  • In all other cases, output is 1.

Comments

Popular posts from this blog

Ideal Gas Equation Explained: PV = nRT, Units, Forms, and JEE Tips [2025 Guide]

Balanced Redox Reaction: Mg + HNO₃ → Mg(NO₃)₂ + N₂O + H₂O | JEE Chemistry

Centroid of Circular Disc with Hole | System of Particles | JEE Physics | Doubtify JEE