AND gate

From Fox Labs Wiki
Revision as of 18:53, 8 November 2023 by Inari (talk | contribs) (Created page with "{| class="wikitable floatright" style="text-align:center" |- ! colspan="3" | AND gate truth table |- bgcolor="#ddeeff" |colspan=2|'''Input''' || '''Output''' |- bgcolor="#ddeeff" | A || B || A AND B |- |{{no2|0}} || {{no2|0}} || {{no2|0}} |- |{{no2|0}} || {{yes2|1}} || {{no2|0}} |- |{{yes2|1}} || {{no2|0}} || {{no2|0}} |- |{{yes2|1}} || {{yes2|1}} || {{yes2|1}} |} In digital electronics, an '''AND gate''' is a logic gate which produces an output of true when...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
AND gate truth table
Input Output
A B A AND B
0 0 0
0 1 0
1 0 0
1 1 1

In digital electronics, an AND gate is a logic gate which produces an output of true when all its inputs are true. A LOW (0) output results when any of the inputs to the gate are LOW; if all of the inputs are HIGH (1), a HIGH output results.

Logic

A two-input AND gate can be expressed in Boolean logic as , or .