Selection, Iteration and Sequence. Flashcards
1
Q
What is sequence?
A
- Executing one instruction after another.
2
Q
What is selection?
A
- Program branching depending on conditions.
3
Q
What is iteration?
A
- Containing a loop that allows a task to be repeated.