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

Purushothaman R said:   1 decade ago
simple logic for xor ...

suppose A xor B = AB'+BA'

That is if both A and B Value is same then result is same

Syed asif said:   1 decade ago
Yes above said by all is correct.

Aaaa said:   1 decade ago
For the output of and gate to be high we need all 1 because by the combination of any 0 in case of and we get a 0 that is low output.

Premalatha said:   1 decade ago
AND Gate is enable only when their all inputs are high.

Sathi.repala@gmail.com said:   1 decade ago
Only if all the inputs are high then only the and gate output is high.

Kailash said:   1 decade ago
In AND gate Y=A*B.

When A=HIGH & B=HIGH then the output Y=HIGH.

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.

Jagan said:   1 decade ago
Output of an And gate is high when all inputs are high or 1.


Post your comments here:

Your comments will be displayed after verification.