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?

Related Questions

What is he Boolean expression for 3 input XOR gate?

Out= A'B'C+AB'C'+AC'A'+ABC


Why XOR gate and XNOR gate are not universial gate?

xor and xnor gates are derived from not gate


Is xor gate is derived gate?

yes... xor is derived gate from primary gates


Is xor gate is a universal gate?

No, XOR gate is a not a universal gate. There are basically two universal gates NAND and NOR.


Operation of XOR gate?

An XOR (exclusive OR gate) has two inputs and one output. If only one of the inputs is at level 1, then the output is 1 otherwise the output is 0. The truth table looks like this: A B Out0 0 00 1 11 0 11 1 0 Exclusive OR represents in logic what "or" means in English; for example, if asked if you want tea or coffee it's usually meant that you can have one or the other - not both.


Which combination of gates does not allow the implementation of an arbitrary boolean function?

The combination of gates that does not allow the implementation of an arbitrary Boolean function is the AND gate combined with the NOT gate (NAND gate). This setup can only create functions that are monotonic, meaning they cannot represent functions that require both positive and negative inputs. To implement any arbitrary Boolean function, at least one of the following gates is needed: OR, XOR, or NOR.


How From the truth table of an X-OR gate write the X-OR equivalent equation by using NOT OR and AND gate?

a XOR bis equivalent to: (a AND NOT b) OR (b AND NOT a)


How xor gate is linear?

its not


What are examples of a Boolean operator?

And, or, not, xor, nand, nor. There are a few others, too.


Why OR gate is an all gate?

XOR (Exclusive OR) gate is exclusively for either. OR allows 10, 01, 11. XOR allows 10 or 01, but not 11.


Why OR gate is an any-all gate?

XOR (Exclusive OR) gate is exclusively for either. OR allows 10, 01, 11. XOR allows 10 or 01, but not 11.


How many gates are used in XOR gate?

1 gate.