And Gate

1 revision
#11 week ago
+5
Migrated from pages table
+The [And Gate](/wiki/and_gate) is a foundational [logic gate](/wiki/logic_gate) in digital circuits. It outputs a high signal (true) exclusively when all of its inputs are also high, mirroring the principle of logical conjunction.
+## See also
+- [OR Gate](/wiki/or_gate)
+- [NOT Gate](/wiki/not_gate)
+- [Boolean Algebra](/wiki/boolean_algebra)