How do you write the Boolean expression for XOR gate?

1 answer

Answer

1291065

2026-08-09 04:20

+ Follow

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) ) ;

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.