Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

quiz 3 - loops which programming concept refers to behavior caused by l…

Question

quiz 3 - loops
which programming concept refers to behavior caused by loops?
iteration
abstraction
argument
selection

Explanation:

Brief Explanations

Iteration is the process of repeating a set of instructions in programming, which is the behavior caused by loops. Abstraction is about hiding implementation details. An argument is data passed to a function. Selection involves making choices like if - else statements.

Answer:

A. iteration