Multiple Choice
In a nested repetition structure, one loop, referred to as the ____ loop, is placed entirely within another loop, called the ____ loop.
A) inner, outer
B) secondary, primary
C) minor, major
D) dependent, independent
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Of the two loop types, pretest and
Q10: In either pretest or posttest loops,the controlling
Q11: The condition in the Do...Loop statement can
Q12: Consider the following Visual Basic .NET code:
Q16: A text box control's _ event occurs
Q17: If the stepvalue is omitted when coding
Q18: The Do...Loop statement cannot be used to
Q19: A form's _ event is triggered when
Q54: To leave a Do...Loop structure earlier than
Q60: Which of the following loop structures always