Matching
Match the following terms with their description.
Premises:
For loop
For...Each loop
Do While loop
Loop
Do Until loop
Responses:
Used to execute a series of statements multiple times
Through an object collection or an array
Until specified condition is true
While specified condition is true
Until a specified number of loops have been completed
Correct Answer:
Premises:
Responses:
Do Until loop
Until specified condition is true
Do While loop
While specified condition is true
For...Each loop
Through an object collection or an array
For loop
Until a specified number of loops have been completed
Loop
Used to execute a series of statements multiple times
Premises:
Do Until loop
Do While loop
For...Each loop
For loop
Loop
Responses:
Until specified condition is true
While specified condition is true
Through an object collection or an array
Until a specified number of loops have been completed
Used to execute a series of statements multiple times
Related Questions
Q1: _ is a powerful programming language that
Q3: A _ has a very similar function
Q4: A type of variable that refers to
Q5: All of the following statements are TRUE
Q6: The _ window contains a list of
Q8: A message box is a form control
Q9: Protecting the VBA code with _ ensures
Q10: Methods are attributes of an object that
Q11: With a scroll bar,the value of the
Q90: All of the following statements are TRUE