Digital Electronics - Logic Gates - Discussion

Discussion Forum : Logic Gates - General Questions (Q.No. 1)
1.
The output of an AND gate with three inputs, A, B, and C, is HIGH when ________.
A = 1, B = 1, C = 0
A = 0, B = 0, C = 0
A = 1, B = 1, C = 1
A = 1, B = 0, C = 1
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
51 comments Page 1 of 6.

MD FURQAN ALAM said:   3 years ago
The output of an AND gate is high (1) only when all the inputs are high, even if anyone of the input is low (0) then the output will be low (0).
(2)

Vinay said:   5 years ago
A B C -> A. B.C
1 1 1 -> 1.

So, the right answer is option C.
(4)

Hassam bhutto said:   5 years ago
If any of the input is low then what happens?

Pavan said:   5 years ago
If any of the input is low then AND gate output is low.
(1)

SAMEER QCD said:   6 years ago
And gate.

A B Y
0 0 0
0 1 0
1 0 0
1 1 1.

The output is high only when both the inputs are high.
(1)

George said:   6 years ago
The question are encouraging and need more of them.
(1)

Suvarnapooja said:   7 years ago
In AND gate any 2 IP are high op is high.

Rehan said:   7 years ago
The Logic of and gate is when all the 3 inputs are high output is high when any one input is low output is low.

Aditya das said:   8 years ago
Output of an AND gate is high when all inputs are high a=1, b=1, c=1.

SUBHAJIT SAHA said:   8 years ago
IF,
A=0,B=0,C=0 - 0
A=1,B=0,C=0 - 0
A=0,B=1, C=0 -0
A=1,B=1,C=0 - 0
A=1,B=0, C=1 -0
ONLY,
A=1,B=1,C=1 - 1(HIGH) BECAUSE A*B*C.


Post your comments here:

Your comments will be displayed after verification.