Programming concepts Flashcards
1
Q
What is selection?
A
The principle of choosing what action to take based on certain criteria
2
Q
What is nesting?
A
Placing one set of instructions within another
3
Q
What is iteration?
A
The principle of repeating processes
4
Q
What is definite iteration?
A
A process that repeats a set number of times
5
Q
What is indefinite iteration?
A
A process that repeats until a certain condition is met
6
Q
What is a loop?
A
A repeated process