answersLogoWhite

0


Best Answer

demorganization is used to reduce the Boolean expressions

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
JudyJudy
Simplicity is my specialty.
Chat with Judy
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine

Add your answer:

Earn +20 pts
Q: Why demorganization is used in boolean expression?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 are Boolean algebra rules?

need help to simplify boolean expression


What is an expression evaluates as either true or false?

Boolean expression


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.


An example of a boolean expression?

a ⊕ b = ab' + a'b


What is an yes or no decision point in an algorithm?

A boolean expression.


Simplify the boolean expression A plus AB?

According to the Law of Absorption, A+(A*B) = A. Boolean B is "absorbed" by A.Similarly, A*(A+B) = A.


What values are equivalent to the boolean expression a or b and c or d?

a + bc + d


What is a while?

The while keyword is used to create a while loop, which tests a boolean expression and executes the block of statements associated with the loop.If the expression evaluates to true, this continues until the expression evaluates to false.This keyword can also be used to create a do-while loop.Syntax:do{statements;}while(condition);


What is he Boolean expression for 3 input XOR gate?

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


Provide syntax for assert keyword?

assert (boolean expression); Example: assert (a >= 0);


What is arithmetic expression . mention different types of arithmetic expressions?

An expression that represents a numeric value. Other types of expressions can represent character or Boolean values.