1.

What is an XOR gate? Write its truth table.

Answer»

XOR gate is a logic gate whose output is HIGH only when odd number of inputs are HIGH.

InputOutput
ABY = A + B
001
010
100
111


Discussion

No Comment Found