iteration
Iteration is the process of repeating a sequence of steps. Iteration will involve a loop which is repeated (iterated) until the required answer is achieved. The first time the instructions in the loop are executed is the first iteration.

Iteration is the process of repeating a sequence of steps. Iteration will involve a loop which is repeated (iterated) until the required answer is achieved. The first time the instructions in the loop are executed is the first iteration.