If the output of a three-input AND gate must be a logic LOW, what must the condition of the inputs be? code example
Example: OR gate
0 | 0 | 0
0 | 1 | 1
1 | 0 | 1
1 | 1 | 1
AT LEAST ONE MUST BE TRUE
0 | 0 | 0
0 | 1 | 1
1 | 0 | 1
1 | 1 | 1
AT LEAST ONE MUST BE TRUE