Iteration and Boolean Flashcards
1
Q
What is a while loop
A
A while loop continues until something is done I.e. Until a certain condition is met
2
Q
What is Boolean
A
Boolean expressions are expressions that result in a Boolean value, meaning a value that is either true or false
3
Q
The 3 Boolean operators
A
And
Or
Not
4
Q
What is a for loop
A
A for loop is a sequence that continues for a predetermined amount of time