Multiple choice

The output of XOR gate is 1, when both inputs are

  1. 0, 0

  2. 1

  3. both (1) and (2)

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The truth table of XOR gate i |||| |---|---|---| | A| B| C| | 0| 0| 0| | 0| 1| 1| | 1| 0| 1| | 1| 1| 0|