These are the 5 boolean operators are
( )
NEAR
NOT
AND
OR
Chat with our AI personalities
AND, OR, and NOT are the basic operators in Boolean Algebra.
x and y represent the true / false
Boolean algebra deals with logic and truth as it pertains to sets and possibilities. It uses the and, or and not operators to set up truth tables to define if a statement is true or not.
You have Boolean operators (such as AND & OR) on variables, rather than mathematical operations (+ - etc). The variables can only have one of two states (values) though (True/False, on/off, 1/0).
A Boolean variable is a variable from Boolean algebra having one of only two values.