Which of the following describes iteration in computer programming?

A.a set of instructions that can be run one time only
B.a set of instructions that can be run multiple times throughout a program

C.a set of instructions for setting the end of a program
D.a set of instructions used by a computer program to correct problems in the code

Respuesta :

The correct answer is B. Iteration in computer programming is something like a loop and as we know, loops run multiple times throughout the program.

Answer:

B

Explanation: