answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the Boolean expression for or gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the boolean expression for xnor gate?

(a'b+b'a)'


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.


Enter a boolean expression and drow the circuit of that boolean expression?

Construct circuit for Boolean expression (Mention out put at each step) (PÚ~ Q) Ù (P Ú Q)


What are Boolean algebra rules?

need help to simplify boolean expression


What is an expression evaluates as either true or false?

Boolean expression


Why demorganization is used in boolean expression?

demorganization is used to reduce the Boolean expressions


In evaluating a logical expression of the boolean expression 1 and and boolean expression 2 both the boolean expression are not always evaluted?

That is correct. Any processor worth it's salt will, when evaluating an expression like "1 and 0 and 1 and 1 and 0" will get as far as the first zero and "realize" that full expression will result in false regardless of the rest.