Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

another term for a repeated loop options: comment (red), counter - cont…

Question

another term for a repeated loop
options: comment (red), counter - controlled loop (blue), nested loop (yellow), counter - controlled loop (green)

Explanation:

Brief Explanations

A repeated loop (especially in programming, related to Computer Science which is a subfield of Natural Science) can be a counter - controlled loop (which repeats a set number of times, controlled by a counter). "Comment" is for code documentation, "nested loop" is a loop inside another loop, not a general term for a repeated loop. The blue and green options seem to have a typo (green also says "Counter - controlled loop"), but the correct term for a repeated loop (when controlled by a counter) is counter - controlled loop. Assuming the blue option is the intended one (maybe a typo in the green), the correct option is the blue one: Counter - controlled loop.

Answer:

Blue. Counter - controlled loop