Logic Gate — Truth TableEasyQuestion 20266
Question
NOR gate output for inputs A=1, B=0 is:
- A1
- B0Correct
- CDepends on supply voltage
- DUndefined
Correct answer
0
Explanation
NOR: Y = (A+B)̄. For A=1, B=0: A+B = 1+0 = 1. Y = 1̄ = 0. NOR output is 1 only when both inputs are 0.