Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

processes a command or series of commands a fixed number of times loop …

Question

processes a command or series of commands a fixed number of times
loop counter
infinite loop
repeat loop
loop

Explanation:

Brief Explanations

A repeat loop is designed to execute a command or series of commands a fixed number of times. A loop counter is part of a loop's mechanism, an infinite loop runs indefinitely, and "loop" is a general term. So the correct option is the one labeled "repeat loop".

Answer:

repeat loop