Question:medium

Which logic gate is represented by the following combination of logic gates?
logic gate is represented by the following combination of logic gates

Show Hint

When you see a combination of NOT gates followed by an AND gate, it typically represents a NAND gate because the NOT gates invert the inputs before performing the AND operation.
Updated On: Nov 28, 2025
  • NAND
  • AND
  • NOR
  • OR
Hide Solution

The Correct Option is A

Solution and Explanation

Step 1: Circuit Overview - The circuit uses two
NOT gates and one
AND gate. - Input \( A \) goes through a
NOT gate, resulting in \( \overline{A} \). - Input \( B \) also goes through a
NOT gate, resulting in \( \overline{B} \). - The outputs \( \overline{A} \) and \( \overline{B} \) from the NOT gates are inputs to an
AND gate. - The AND gate's output is \( Y = \overline{A} \cdot \overline{B} \). Step 2: Gate Identification The circuit functions as a
NAND gate because the output \( Y \) is the inverse of the AND operation. This is equivalent to \( Y = \overline{A \cdot B} \), which defines a
NAND gate. Step 3: Answer The correct answer is: \[ \boxed{(A) \, \text{NAND}} \]
Was this answer helpful?
0