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 5 of 6.

Sumitha said:   8 years ago
The output of AND gate is high and all the inputs are high or 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.

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

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.

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

George said:   6 years ago
The question are encouraging and need more of them.
(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)

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

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

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

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


Post your comments here:

Your comments will be displayed after verification.