Zusammenfassung der Ressource
Frage 1
Frage
What is iteration in computing?
Antworten
-
A loop
-
A pretty pattern
-
A function
Frage 2
Frage
When using Boolean logic, which expression is there to check if a condition is false?
Frage 3
Frage
When using Boolean logic, which expression checks to see if the combined result of two conditions is true?
Frage 4
Frage
When using Boolean logic, which expression checks to see if one or both of the conditions is true?
Frage 5
Frage
What is Boolean Logic?
Antworten
-
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.
Frage 6
Frage
What does Boolean logic use?
Antworten
-
Conditions
-
A laser beam
-
Expressions
Frage 7
Frage
How is selection implemented in programming?
Antworten
-
IF-ELSE
-
ELIF-ELSE
-
It isn't