What is iteration in computing?
A loop
A pretty pattern
A function
When using Boolean logic, which expression is there to check if a condition is false?
NOT
AND
OR
When using Boolean logic, which expression checks to see if the combined result of two conditions is true?
When using Boolean logic, which expression checks to see if one or both of the conditions is true?
What is Boolean Logic?
It is a form of algebra to help you make decisions in computer programming.
It is a alien's way of explaining why they killed something.
A mathematical way of representing a sequence.
What does Boolean logic use?
Conditions
A laser beam
Expressions
How is selection implemented in programming?
IF-ELSE
ELIF-ELSE
It isn't