Linked from
The 8 pages that link to AND gate, each with the reason it gives.
Logic gateBroader topic: It implements conjunction, one of the basic Boolean operations.
NAND gateRelated: NAND differs from AND only by inverting the AND result.
OR gateCompared with: It requires all inputs, unlike OR's requirement that at least one be true.
XOR gateRelated: AND combines with OR and NOT to construct XOR.
NOR gateRelated: De Morgan’s law makes NOR equivalent to an AND of inverted inputs.
XNOR gateCompared with: AND tests for all-high inputs, while XNOR tests whether inputs match.