Computer Science for IGCSE & O level - Boolean Logic (Section 7 - No. 36)
What is the output of a 2-input NOR gate if A = 1 and B = 0?
0
1
A
B
Explanation
A NOR gate inverts the OR operation. With A = 1 and B = 0, the OR would be 1. Inverting this gives an output of 0.
Comments (0)
