answersLogoWhite

0

(a'b+b'a)'

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is an XNOR gate?

An XNOR gate is a logic gate performing a Boolean logic XNOR operation, also known as an equivalence gate.


Why XOR gate and XNOR gate are not universial gate?

xor and xnor gates are derived from not gate


What is the ic number of xnor gate?

7404


What is the Boolean expression for or gate?

The Boolean expression for an OR gate is represented as ( A + B ), where ( A ) and ( B ) are the input variables. In this expression, the output is true (1) if at least one of the inputs ( A ) or ( B ) is true. If both inputs are false (0), the output will also be false.


Which gate is called coincidence gate?

XNOR gate is called coincidence gate


Which logic gate is a basic comparator?

Either XOR or XNOR can be used, but the output will be inverted on the XNOR.


What is he Boolean expression for 3 input XOR gate?

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


How do you write the Boolean expression for XOR gate?

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=A⊕B 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) ) ;


What is a dual of boolean expression?

In a boolean algebraic expression if the ^ is replaced by v and v replaced by ^ then that becomes dual of that boolean expression.


What is the boolean expression for a NAND gate?

There are two forms of the NAND gate. Inverted input: Ouput = not Input1 and not Input2 and not Input3 ... Inverted output: Output = not (Input1 and Input2 and Input3 ...)


A gate has a LOW output when only one of its inputs is HIGH What type of inverting gate is it?

The gate is called EXNOR gate. its output is high when only one input is high. the Boolean expression for this gate for two inputs A and B is AB+A'B'


What is an AND gate?

An AND gate is a logic gate performing a Boolean logic AND operation.