Multiple choice which of the following does not define iteration? using a while loop repetition using a for loop start again Reveal answer Fill a bubble to check yourself D Correct answer Explanation Iteration refers to the process of repeating a block of code. 'Start again' is not a formal definition of iteration in programming.