Digital Electronics - Logic Gates - Discussion

Discussion Forum : Logic Gates - General Questions (Q.No. 17)
17.
If a 3-input AND gate has eight input possibilities, how many of those possibilities will result in a HIGH output?
1
2
7
8
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Hb2342 said:   3 years ago
Then what will be the low output for the NAND gate?

Pitamber said:   8 years ago
Thanks @Sundar.

Sundar said:   1 decade ago
For 3-input AND Gate: The output Y = A * B * C

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 <== On this case only the output will be HIGH.

Therefore, the answer is 1 possibility.

Post your comments here:

Your comments will be displayed after verification.