1. _________ means repeated execution of statements for fixed number of times in a program .
Answers
Answered by
20
Answer:
iteration
Explanation:
Repeating identical or similar tasks without making errors is something that computers do well and people do poorly. Repeated execution of a set of statements is called iteration. Python has two statements for iteration – the for statement, which we met last chapter, and the while statement.
Answered by
37
Iteration means repeated execution of a set of statements in a program.
Similar questions