Exclusive-OR (XOR) logic gates can be constructed from what other logic gates?

A OR gates only
B AND gates and NOT gates
C AND gates, OR gates, and NOT gates
D OR gates and NOT gates

Correct Answer: AND gates, OR gates, and NOT gates

Expression for XOR is: A.(B’)+(A’).B So in the above expression, the following logic gates are used: AND, OR, NOT. Thus, 2 AND gates with two-inputs and 1 OR gate with two-inputs will be required for constructing a XOR gate.

Related Questions

Next steps