Loop Control Structure

Which of the following is also called a counter loop?

 
 
 
 

Which of the following should be placed at the beginning and the end of a for loop if it consists of more than one statement?

 
 
 
 

Which loop is used to execute a set of statements repeatedly for a fixed number of times?

 
 
 
 

Which structure enables the programmer to execute a set of instructions repeatedly until a particular condition is met?

 
 
 
 

Which loop is used when it is required to execute the loop at least once?

 
 
 
 

Which loop is preferred to use when the number of times the loop will execute is not known in advance?

 
 
 
 

In which loop is the condition placed at the end?

 
 
 
 

Which of the following ends a multiple-statement while loop?

 
 
 
 

What is a pass through a loop called?

 
 
 
 

Question 1 of 9