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

Edwin said:   1 decade ago
Smart answer::
Output of and gate is high when all the inputs of the and gate is high.

RENA said:   1 decade ago
A B O/P
0 0 0
0 1 0
1 0 0
1 1 1

For AND gate O/P is high, when all inputs are high.

Manish Kumar said:   1 decade ago
Bcoz in AND GATE Y=A*B then we multiply in AND GATE and we know that to obtain output high.We should give inputs high i,e A=1 B=1 and C=1.

Shekhar manjrekar said:   1 decade ago
The AND Gate function is to multiply
exmaple
input output
0 0
1 1

Kathiravan.S said:   1 decade ago
A B C Y
0 0 0 0
0 0 1 0
0 1 0 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1

If all the inputs are high output is high. Other wise low.

Rashi said:   1 decade ago
Table for AND gate

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

Output is high only when both the inputs are high.

Disha khare said:   1 decade ago
For AND gate if A, B, C are three inputs than it's output is given by A.B.C .

So output of AND gate will obtain high only when A=1, B=1, C=1.

Because in electronic high means 1 and 1 will obtain if all of three input will high (1).

If any one input will be 0 (low) then output will be low (0).

That's why answer in which A=B=C=1 is correct.

Shubhangi said:   1 decade ago
Output of an AND gate is high when all inputs are high a=1, b=1, c=1.

Kader sarker said:   1 decade ago
When there all the inputs of an AND gate are 1 or HIGH then the output will be HIGH or 1.

Venkatesh said:   1 decade ago
And is gate which multiply all the inputs so all inputs should be high to get o/p as high.


Post your comments here:

Your comments will be displayed after verification.