answersLogoWhite

0


Best Answer

a + bc + d

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What values are equivalent to the boolean expression a or b and c or d?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


An example of a boolean expression?

a ⊕ b = ab' + a'b


Construct a logic circuit diagram in Boolean expression?

a+C+BD+B


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


Why do people use double ampersands?

In Electrical and Computer Engineering there is a particular kind of mathematics dealing with "logical expressions." This math is usually referred to as Boolean Algebra, the && represents the logical AND gate. This operator is used to compare two values (usually in binary algebra, which is Boolean Algebra on a base 2 number system, such as binary (the language of electronics and computers), a system with only 1 and 0 as possible values; or Boolean using true and false), an expression will be true only when both values are both true. i.e.: Will use Boolean for this system (only true or false are possible values). If we have an expression such as: y = a && b; whereas y, a, and b are variables which can equal only 0 (false) or 1 (true). You have these possible outcome combinations: | y | a | b | | 0 | 0 | 0 | | 0 | 0 | 1 | | 0 | 1 | 0 | | 0 | 1 | 1 |


A plus b?

The value of a + b depends on the values of the individual variables.The expression a + b cannot be simplified.


How do you write each subtraction expression as an equivalent addition expression?

A - B = A + (-B) A - B = A + (-B) A - B = A + (-B) A - B = A + (-B)


Which expression is equivalent to 7 plus b-b?

7


What is the answer to ab-b-a 1?

There is no answer since there is no equation (nor an inequality), only an expression. Without the values of a and b, the expression cannot be evaluated.


Which expression is equivalent to b b b b?

bubble bubble bubble bubble


How can Boolean be used in Java?

An expression is anything that can be evaluated ("calculated"), to get a value. Numeric expressions are more common: anything that you can calculate, and get a number. For example, if a and b are numbers, a + b will give you another number - it is therefore a numeric expression. The variables by themselves are also numeric expressions.A boolean expression is anything that you can evaluate and get a result that is boolean, i.e., either true or false. Here are some examples:a == ba > ba >= 5 && a ba >= 5 && a ba >= 5 && a ba >= 5 && a


Which expressions are equivalent to 4b?

4b-b