Digital Electronics - Logic Gates - Discussion

Discussion Forum : Logic Gates - General Questions (Q.No. 26)
26.
If the output of a three-input AND gate must be a logic LOW, what must the condition of the inputs be?
All inputs must be LOW.
All inputs must be HIGH.
At least one input must be LOW.
At least one input must be HIGH.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Rahul said:   1 decade ago
Inputs = a, b, c. and output = y. So resultant will be y = abc.

truth table of and gate:

a b c y
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1

Pitamber said:   8 years ago
Thanks @Rahul.

Post your comments here:

Your comments will be displayed after verification.