Iteration and Boolean Flashcards

You may prefer our related Brainscape-certified 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The 3 Boolean operators

A

And
Or
Not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a for loop

A

A for loop is a sequence that continues for a predetermined amount of time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly