Logic Gates - Technical MCQs

Q1:

If the output of a gate is OFF when the inputs are the same, and ON when they are different, the gate must be an exclusive-OR.

A True

B False

ANS:A - True

According to truth table:-
Input Input Output
0 0 0
0 1 1
1 0 1
1 1 0