531,362 views
3 votes
3 votes
What is repeating a set of instructions called? But not repetition.

User John Meagher
by
2.4k points

2 Answers

13 votes
13 votes

Answer:

Iteration

Step-by-step explanation:

Iteration in context of computer programming, is a process wherein a set of instructions or structures are repeated in a sequence a specified number of times or until a condition is met.

User Sandeep Malviya
by
3.3k points
8 votes
8 votes

Answer:

Iteration.

Step-by-step explanation:

A process wherein a set of instructions or structures are repeated in a sequence a specified number of times or until a condition is met. When the first set of instructions is executed again, it is called an iteration.

User Shahzain Ali
by
3.2k points