Vocab 4 Flashcards

1
Q

Loop

A

a loop is a way to repeat code in your program

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

For Loop

A

a for loop lets us repeat code a Fixed Number Of Times

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

Control Structure

A

a control structure lets us change the flow of the code

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

While loop

A

lets us repeat code as long as something is true

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

Condition

A

a condition is code that you put inside as if statement of while-loop

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

Fencepost Problem

A

a problem when using a while loop where you forget one action at the beginning or the end

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