Question:medium

According to De Morgan's first theorem a NOR Gate is equivalent to a __________ Gate.

Show Hint

Rewrite NOT(A+B) as (NOT A)(NOT B), an AND with inverted inputs.
Updated On: Jul 2, 2026
  • Bubbled NOR
  • XNOR
  • XAND
  • Bubbled AND
Show Solution

The Correct Option is D

Solution and Explanation

Start from the definition of NOR and push the inversion inside using De Morgan.

\[\overline{A + B} = \overline{A}\,\overline{B}\]

The transformed form is an AND of the two inputs, but each input is inverted first. In gate-symbol language, an inversion drawn at an input is shown as a small bubble, so an AND gate with bubbles on both inputs is a $bubbled\ AND$.

Hence a NOR gate and a bubbled AND gate produce identical outputs for every input combination.

\[\boxed{\text{Bubbled AND (D)}}\]
Was this answer helpful?
0