Question:

The logic gate that performs the operation of an inverter is

Show Hint

While NAND and NOR gates are "Universal Gates" and can be used to \textit{build} an inverter, the NOT gate is the \textit{primary} gate that performs this function natively.
Updated On: Apr 24, 2026
  • AND gate
  • OR gate
  • NOT gate
  • NAND gate
  • NOR gate
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Define an Inverter

In digital electronics, an inverter is a device that outputs the opposite logic state of its input. If the input is HIGH (1), the output is LOW (0), and vice versa.

Step 2: Analyze the NOT gate

The NOT gate is a single-input, single-output gate that follows the Boolean logic \( Y = \bar{A} \).

[Image of NOT gate symbol and truth table]

Step 3: Check the Truth Table

Input (A)Output (Y)
01
10

Step 4: Conclusion

Since the NOT gate "negates" or "inverts" the input signal, it is fundamentally an inverter.

Was this answer helpful?
0
0