Iteration - A group of instructions is executed repeatedly until a condition is met (a loop).
Count Controlled Loop - An iteration statement that repeats a set of instructions a given number of times
FOR loop - A type of count controlled iteration statement
For Loops
Looping a List