answersLogoWhite

0


Best Answer

true or false

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What values can the boolean variables take in boolean algebra?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between algebra and Boolean algebra?

Algebra is a very broad topic covering all sorts of things, including Boolean algebra. Boolean algebra in itself is the study of a variable called "Boolean." This variable can only take two values: true and false. See 'related links' for more information.


How do you simplify this circuit?

To simplify a circuit you must first find a Boolean expression for the circuit and then apply Boolean algebra to take it down to the simplest form, to implement the fewest gates.


How many bytes does an Boolean take in a c program?

There is no boolean in C, we usually use int/short/char to store logical values.


When would you need to create a line plot with fractions?

When the variables take fractional values, particularly if the domain and codomain are not very big.When the variables take fractional values, particularly if the domain and codomain are not very big.When the variables take fractional values, particularly if the domain and codomain are not very big.When the variables take fractional values, particularly if the domain and codomain are not very big.


What are the laws and rules of Boolean algebra?

boolean algebra is a type of algebra which only uses two numbers 0 and 1 (true and false) it only has two operations "and":* and "or":+ a+b=1 if a=1 or b=1 a+b=0 if a=0 and b=0 a*b=0 if a=0 or b=0 a*b=1 if a=1 and b=1 also a line above a variable means "not". (not)a=1 if a=0 (not)a=0 if a=1 one of the great things about boolean algebra is that almost any equation can be solved by testing since each variable can only take one of the two values. Read more:


How are the independent and dependent variables related?

Independent variables can take values within a given boundary. The dependent variable will take values based on the independent variable and a given relationship at which the former can take its values.


What is boolean alegbra?

boolean algebra is a type of algebra which only uses two numbers 0 and 1 (true and false) it only has two operations "and":* and "or":+ a+b=1 if a=1 or b=1 a+b=0 if a=0 and b=0 a*b=0 if a=0 or b=0 a*b=1 if a=1 and b=1 also a line above a variable means "not". (not)a=1 if a=0 (not)a=0 if a=1 one of the great things about boolean algebra is that almost any equation can be solved by testing since each variable can only take one of the two values.


How are dependent variables and independent variable the related?

Independent variables can take values within a given boundary. The dependent variable will take values based on the independent variable and a given relationship at which the former can take its values.


Which course is better pre-algebra 1 or pre-algebra 2?

It depends on how far you are on Pre-algebra. If you don't know anything, I recommend you take Pre-algebra 1. If you are advanced in Pre-algebra and you know variables and expressions then I recommend you take Pre-algebra 2


Why are variables used in expressions?

They take the place of an unknown quantity. They can change values, thus they are called variables, their quantity varies.


What do z mean in a algebra problem?

It is simply a variable - it represents a number which can take different values.


When you combine AND and OR operators the OR operators take precedence meaning their Boolean values are evaluated first?

in some cases, aloop control variable does not have to be initialized.