answersLogoWhite

0

For 2-input EX-OR gate, if one input is A, the other input is B, and the output is Y. Then the Boolean expression for EX-OR (XOR) function (gate) is Y=AB The output Y is true if either input A or if input B is true, but not both.

Y= ( (A and NOT B) or (NOT A and B) ) ;

User Avatar

Wiki User

16y ago

What else can I help you with?