Question:

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
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Write the NOR output. For inputs A and B, a NOR gate gives \(\overline{A + B}\).

Step 2: Apply De Morgan's first theorem, which states \(\overline{A + B} = \overline{A} \cdot \overline{B}\).

Step 3: Read the right side. \(\overline{A} \cdot \overline{B}\) is an AND operation performed on the complemented (inverted) inputs.

Step 4: An AND gate whose inputs each carry an inversion bubble is called a bubbled AND gate. So a NOR gate equals a bubbled AND gate. The answer is Bubbled AND (option D).
Was this answer helpful?
0
0