Asked by Ashley Ochoa on Jun 03, 2024

verifed

Verified

A repetition structure is also known as a(n) ____ structure.

A) sequence
B) selection
C) iteration
D) invocation

Iteration

Iteration refers to the process of repeating a set of instructions or steps in programming until a specific condition is met.

Sequence

A list or string of items, characters, or numbers arranged in a particular order and often governed by specific rules or patterns.

Selection

Rephrased (from "Selection Statement"): A process in programming that involves choosing between two or more paths in the code based on condition evaluation.

  • Comprehend the principle and implementation of iteration within programming contexts.
verifed

Verified Answer

SS
Surendra SinghJun 05, 2024
Final Answer :
C
Explanation :
A repetition structure is also known as an iteration structure, which allows a set of instructions to be repeated multiple times.