Digital Electronics - Logic Gates - Discussion

Discussion Forum : Logic Gates - General Questions (Q.No. 3)
3.
If a signal passing through a gate is inhibited by sending a LOW into one of the inputs, and the output is HIGH, the gate is a(n):
AND
NAND
NOR
OR
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
29 comments Page 1 of 3.

Anon said:   6 years ago
In this situation consider 3 inputs NAND gate.
for instance,

Where X column is the result and A B C are inputs,

A B C X
0 0 0 1
0 0 1 1
1 0 0 1
0 1 0 1
1 1 0 1
0 1 1 1
1 1 1 0

For every low input, there will be a high output.
Therefore it satisfies the given condition.
(5)

Atul said:   7 years ago
It cannot be nor, as it both the input need to low or high as the same time, not nor will not be an option, only left with Nand as one input should be low at the time which is mentioned in the here.

Abhijeet Neog said:   8 years ago
Why can't it be ex-or?
(2)

NIMASHA said:   9 years ago
@Ethan.

Check the answer using two inputs it also gives the same answer that I explain using three inputs.

Considering the truth table of NAND gate.
A B OUTPUT
0 0 1
0 1 1
1 0 1
1 1 0 = here we get the output HIGH when the two inputs are LOW.

Considering the truth table for OR gate.
A B OUTPUT
0 0 0
0 1 1
1 0 1
1 1 1 = here the output is HIGH when the two inputs are HIGH.

BUT question said first input must be LOW when the output is HIGH. So we can't get OR gate as the answer.
(1)

Ethan said:   9 years ago
According to me, Both Nand and OR gates are correct.
(4)

Shekhar Chaudhary said:   9 years ago
Drawing table:

A - B AND NAND OR NOR
0 - 0 --->0 1 0 1
0 - 1 --->0 1 1 0
1 - 0 --->0 1 1 0
1 - 1 --->1 0 1 0

Now let us take attention here in this table which will clear all the confusion.
(1)

BINODINI DAS said:   9 years ago
Expression:- y = A. B.

0 0 = 1 (high).
0 1 = 1 (high).
1 0 = 1 (high).
1 1 = 0 (low).

Simran said:   9 years ago
It combination of "AND" gate followed by "NOT" gate it is reverse operation of "AND" gate.

If both inputs are high output is low, if any one input is low output is high.

Expression:- y=A. B.

0 0=1 (high).

0 1=1 (high).

1 0=1 (high).

1 1=0 (low).

Suhani thakur said:   10 years ago
The simple answer would be to combat the confusion between NAND and OR that whenever there is an i/p signal at 0 the o/p must be 1, whatever be the 2nd i/p.

Krishna said:   1 decade ago
Simply inhibited low signal as a input means one input is fixed that is 0 what ever may be the 2nd input out is constant for that combination i.e. NAND gate check it by drawing NAND gate diagram then it is more clear.


Post your comments here:

Your comments will be displayed after verification.