Question:medium

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
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0