Program Flow control Flashcards
1
Q
What is sequence?
A
A set of instructions where each instruction follows the previous one
2
Q
What is selection?
A
Code that only runs if a given condition is met
3
Q
What is iteration
A
The repetition of code until a condition is met
4
Q
What is flow control?
A
The order in which instructions are executed ( run)
6
A
decision (sometimes known as the decision diamond)