Loop Control Structure

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

What is a pass through a loop called?

 
 
 
 

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

 
 
 
 

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

 
 
 
 

In which loop is the condition placed at the end?

 
 
 
 

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?

 
 
 
 

Question 1 of 9