Programming- Control Flow- Iteration Flashcards
1
Q
Iteration
A
A group of instructions is executed repeatedly until a
condition is met (a loop).
2
Q
Nesting
A
When control structures are inserted within other control
structures.
3
Q
Rogue value
A
A value that will not occur as normal input and which is
used to interrupt a process.