What Boolean operators do we use?
AND, OR, NOT
You can use multiple boolean operators at once, but how?
Use brackets when they’re long so the computer knows which to do first and are carried out in the order: NOT, AND, OR
What can boolean operators be used for?
- used to make all the different selection statements and iteration statements more efficient and versatile.
How do algorithms make use of booleans?
When they search databases they use the operators in search queries.