34.8k views
1 vote
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

User Patriks
by
4.7k points

2 Answers

2 votes

Answer:

B

Step-by-step explanation:

1 vote

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.

User Pankaj Kharche
by
4.2k points