CBSE Class 11 Informatics Practices Question 75 of 75

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.