About 78,100,000 results
Open links in new tab
  1. NOT Gate - GeeksforGeeks

    Jul 23, 2025 · A NOT Gate, also called an inverter, has only one input and one output. The output of the NOT gate is logic 0 when its input is logic 1 and the output is logic 1 when its input is …

  2. NOT Gate: What is it? (Working Principle & Circuit Diagram)

    Feb 24, 2012 · What is a NOT Gate? A NOT gate, also called an inverter, flips its digital input signal: it outputs high (logical 1) when the input is low (logical 0) and vice versa. This action …

  3. Inverter (logic gate) - Wikipedia

    The NOT gate is one of three basic logic gates from which any Boolean circuit may be built up. Together with the AND gate and the OR gate, any function in binary mathematics may be …

  4. Logic NOT Gate Tutorial with Logic NOT Gate Truth Table

    The standard NOT gate is given a symbol whose shape is of a triangle pointing to the right with a circle at its end. This circle is known as an “inversion bubble” and is used in NOT, NAND and …

  5. Understanding the NOT Gate: Definition, Working, Truth Table

    Nov 30, 2025 · What Is a NOT Gate? A NOT gate, also known as an Inverter, is a digital logic gate that flips its input value. If the input is 1 (HIGH or TRUE), the output is 0 (LOW or …

  6. NOT Gate in Digital Electronics: A Detailed Tutorial

    May 14, 2025 · The NOT gate is one of the simplest and most fundamental logic gates in digital electronics. It performs the logical negation operation, also known as inversion.

  7. NOT Gate in Digital Electronics - Online Tutorials Library

    The NOT gate is a type of basic logic gate used in digital electronics to implement the inversion function. Since it performs the inversion operation, it is also known as inverter.

  8. Logic NOT Gate Tutorial | Next.gr Electronics

    The NOT gate, or inverter, is a fundamental building block in sequential logic circuits, particularly in memory cells and flip-flops. Its primary function is to ensure proper signal inversion, which is …

  9. Not Gate - (Intro to Engineering) - Vocab, Definition, Explanations ...

    A Not gate is a fundamental logic gate that implements logical negation, outputting the opposite value of its input. In simple terms, if the input is true (or 1), the output is false (or 0), and vice …

  10. NOT Gate — Logicly

    A NOT gate, often called an inverter, is a nice digital logic gate to start with because it has only a single input with simple behavior. A NOT gate performs logical negation on its input.