Not Gate

1 revision
#11 week ago
+6
Migrated from pages table
+The **Not Gate**, or inverter, is a fundamental [logic gate](/wiki/logic_gate) that produces an output that is the inverse of its input. If the input is true (1), the output is false (0), and vice-versa, embodying the simplest form of [Boolean Logic](/wiki/boolean_logic). It plays a crucial role in building more complex digital circuits.
+## See also
+- [AND Gate](/wiki/and_gate)
+- [OR Gate](/wiki/or_gate)
+- [Digital Circuit](/wiki/digital_circuit)
... 1 more lines