Question:easy

For the logic gates shown below, the correct output is

Show Hint

For NAND gates, always use De Morgan's law: \[ \overline{AB}=\overline{A}+\overline{B}. \] This helps simplify logic gate circuits quickly.
Updated On: Jun 26, 2026
  • \(A+B+C\)
  • \(\overline{A}\cdot \overline{B}\cdot \overline{C}\)
  • \(\overline{A}+\overline{B}+\overline{C}\)
  • \(\overline{AB}+\overline{BC}\)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Trace NAND gate circuit using De Morgan's law.
A NAND gate on a single input A gives \( \overline{A\cdot A} = \bar{A} \) (NOT gate).

Step 2: NAND of the inverted inputs.
If each input A, B, C is individually inverted, then fed into a NAND: output \( = \overline{\bar{A}\cdot\bar{B}\cdot\bar{C}} = A+B+C \). But if the three NOT-outputs \( \bar{A},\bar{B},\bar{C} \) are the final output directly (OR via De Morgan on the combined NAND), the output is \( \bar{A}+\bar{B}+\bar{C} \).

\[ \boxed{\bar{A}+\bar{B}+\bar{C}} \]
Was this answer helpful?
0