Digital Electronics - Logic Gates - Discussion

Discussion Forum : Logic Gates - General Questions (Q.No. 12)
12.
The output of a NOR gate is HIGH if ________.
all inputs are HIGH
any input is HIGH
any input is LOW
all inputs are LOW
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

P.shanthi said:   1 decade ago
Simply NOR means not+or so in 3 cases of or gate is high if any one of the input is high or both the inputs are high the output is high but in only one case the two inputs are low the output is low. the inversion is added the or gate is changed to nor gate in this case only 1 input is high the two inputs are low.

BARIYA MEET said:   1 decade ago
FOR NOR GATE:
inputs output
0 0 0 1
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 0

Divya said:   1 decade ago
NOR is NOT of OR. If both the input is low for OR gate then output will be zero. But NOT will convert 0 into 1.

ANUJ said:   9 years ago
OR + NOT = NOR.

OR:
A B Y
0 0 0

THEN

NOT:
Y Y'
0 1

Post your comments here:

Your comments will be displayed after verification.