Question:

The truth table given below corresponds to the logic gate arrayc|c|c A & B & X
0 & 0 & 1
1 & 0 & 0
0 & 1 & 0
1 & 1 & 0 array

Show Hint

NOR gate gives output 1 only when all inputs are 0.
Updated On: Mar 17, 2026
  • OR
  • NOR
  • AND
  • NAND
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The output is 1 only when both inputs are 0, which is the defining characteristic of a NOR gate.
Was this answer helpful?
0
0