Electronics - Logic Gates - Discussion

Discussion Forum : Logic Gates - General Questions (Q.No. 1)
1.
The output will be a LOW for any case when one or more inputs are zero in a(n):
OR gate
NOT gate
AND gate
NAND gate
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
23 comments Page 1 of 3.

Kratika Dhoot said:   1 decade ago
OR gate inputs have A and B and its output is Q.

A B Q(A+B)
0 0 0
0 1 1
1 0 1
1 1 1

Here, for OR gate, output is not low when the inputs are zero.

-------------------------------------------------------
NOT gate reflects an opposite result.
That is:- when input is 0, output is 1.
When input is 1, output is 0.
Thus, it does not reflects that output is low.
------------------------------------------------------

NAND gate inputs are A and B and its output is Q.

A B Q( oomplement of A*B)
0 0 1
0 1 1
1 0 1
1 1 1

Here we have seen that, when any of the input is 0, output is high, ie. 1.
------------------------------------------------------
AND gate:- Inputs are A and B and Output is Q.

A B Q(A*B)
0 0 0
0 1 0
1 0 0
1 1 1

For AND gate, we have seen that, whenever there is 0 as an input, we are getting the l ow value that is:- zero(0).

Hence answer is AND gate.

A.MOHAMED IMRANKHAN said:   1 decade ago
We know that the AND gate will working on the principle of multiplication. The truth table of AND gate is shown below,

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

In truth table A & B are input and Y is output. Consider the truth table in multiplication principle. If any one of the input is zero,the AND gate produces the output low(zero). If two inputs is one(1 1)then the AND gate produces the output high(1).

Vikranth N said:   1 decade ago
In simple to make it clear ... The output of the AND gate will be high only if both the inputs are 1...Consider if A and B are two inputs... th output will be high only if A AND B are 1)....That is why it is caale as an AND gete!!!

G.Mahendra said:   1 decade ago
Let us consider two inputs of a gate A & B.

If A=0 & B=0 the o/p of AND gate OR gate are [0].

But A=1 & B=0 the o/p of AND gate is [0] and A=0 & B=1 here also And gate o/p is 0.

Ans:- Option C.
(1)

Seshendra chinde said:   1 decade ago
For AND gate the truth table is ...
If one of the inputs is zero(LOW),then the output is zero(LOW). We get output as one(HIGH) only whenever the inputs are one(HIGH).....

Kz mimy said:   9 years ago
Hi guys, Are AND gate true?

For me, I think it is true since when you do truth value than two or one input when they are zero the output is low.

Ashish singhal said:   1 decade ago
When both inputs are high then output is high otherwise not.

AND gate means multiply.

Truth Table:

A B Output
0 0 0
0 1 0
1 0 0
1 1 1

Izhar khan said:   1 decade ago
If any inputs is low then output must be low, both input is high then output must be high. (because the function of AND GATE is multiplication).

Ankush Tarika said:   1 decade ago
AND Gate : in case of AND if both the inputs are high then output is high means "1",otherwise it is low "zero".

Rajeev said:   1 decade ago
AND gate always works as a input multiplier & it is clear that any value multiply with 0 always gives 0 as result.


Post your comments here:

Your comments will be displayed after verification.