AND Gate
The AND gate has many inputs and one output. The symbols of two-input and three-input AND gates are
Symbol of AND gate: (a) two-input, (b) three-input
The Boolean expression of the output (Y ) for a two-input AND gate is given as follows:
Y = A · B
The truth table of two-input AND gate is
Truth table of AND gate
The AND logic function is associative; that is, any AND function with more than two inputs can be realized using two-input AND functions.
For example -
Y (A, B, C) = (A · B) · C = A · (B · C)
visit more :-
0 Comments