Digital Logic Gates
The AND gate
- The AND gate is a logic gate that has two or more inputs.
- The output of the AND gate is such that the output is a binary 1 if and only if all inputs are binary 1.
- If any of the inputs is binary 0 the output will be binary 0.
- The standard logic symbol for the AND gate.
![[and1.gif]](images/and1.gif)
- The equation at the output of an AND gate is Y=A*B or Y=AB, expresses the output Y in terms
of the input variables A and B. It is read, Y equals A and B.
- The AND function is designated by the dot between the two input variables A and B.
- The AND function is designated by an expression similar to the product of
algebraic variables. It is referred to as a Boolean expression for an AND
gate.
- The truth table for an AND gate.