An X-OR gate has the following truth table:

Question:

An X-OR gate has the following truth table:

It is represented by the following logic relation

$Y=\bar{A} \cdot B+A \cdot \bar{B}$

Build this gate using AND, OR, and NOT gates.

Solution:

The logic relation is y = A.B + A.B

Leave a comment