Multiple choice What is iteration? A process of looping or repeating sections of a program A process of fixing a program A program that uses selection A program that performs bug checks continuously Reveal answer Fill a bubble to check yourself A Correct answer Explanation Iteration is the process of repeating a specific block of code multiple times, usually controlled by a loop structure.