Informatics Practices
Repeated execution of a set of statements is called iteration.
Python Control Flow
1 Like
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.
Answered By
1 Like
Related Questions
The if statement is a decision-making statement.
The else block for a loop executes only in the case of normal termination of the loop.
A graphical representation of an algorithm to solve a given problem:
- Flow chart
- Pie chart
- Bar chart
- Column chart
Which of the following is not a decision-making statement?
- if-elif statement
- for statement
- if-else statement
- if statement