CBSE Class 11 Computer Science Question 80 of 80

Conditional and Looping Constructs — Question 11

Back to all questions
11
Question

Question 11

Repeated execution of a set of statements is called iteration.

Answer

True

Reason — Iteration refers to the process of repeatedly executing a set of statements or a block of code for a specified number of times.