Jump to content

AND gate

From FoxLabs Wiki
Revision as of 05:39, 17 January 2026 by Inari (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AND gate truth table
Input Output
A B A AND B
0 0 0
0 1 0
1 0 0
1 1 1

The AND gate is a basic digital logic gate that implements the logical conjunction () from mathematical logic - AND gates behave according to their truth table. A HIGH output (1) results only if all the inputs to the AND gate are HIGH (1). If any of the inputs to the AND gate are not HIGH, a LOW (0) is outputted instead. The function can be extended to any number of inputs by multiple gates in a chain.

Symbols

ANSI Symbol

IEC Symbol

See also