Iteration in programming test questions

1

In programming, what is iteration?

2

Why is iteration important?

3

What is iteration also known as?

4

In programming, what is a statement?

5

Which statements are used to implement iteration?

6

What are the two types of iteration?

7

Which type of loop uses a counter?

8

Which type of loop iterates a specified number of times?

9

Which type of loop iterates until instructed otherwise?

10

What is the name given to a loop that continues indefinitely?