Logic Gates - Technical MCQs

Q1:

The output of an exclusive-OR (XOR) gate is 1 only when the inputs are different.

A True

B False

ANS:A - True

The truth table for the XOR gate
input input output
1 1 0
0 0 0
1 0 1
0 1 1