Vocab 4 Flashcards
1
Q
Loop
A
a loop is a way to repeat code in your program
2
Q
For Loop
A
a for loop lets us repeat code a Fixed Number Of Times
3
Q
Control Structure
A
a control structure lets us change the flow of the code
4
Q
While loop
A
lets us repeat code as long as something is true
5
Q
Condition
A
a condition is code that you put inside as if statement of while-loop
6
Q
Fencepost Problem
A
a problem when using a while loop where you forget one action at the beginning or the end