Multiple Choice
CASE
Critical Thinking Questions
Case 6-1
Chris is trying to decide which kind of loop is the best loop for him to use to solve a couple of different programming challenges that he faces.
-Chris wants to guarantee that the instructions within the loop are executed one time regardless of the status of a condition.Which of the following should he use?
A) bottom-controlled Do Until
B) top-controlled Do Until
C) For…Next
D) top-controlled Do While
Correct Answer:

Verified
Correct Answer:
Verified
Q42: A For...Next loop with a beginning value
Q43: The beginning,ending,and Step values used in a
Q44: The Checked property of a ListBox object
Q45: The Publish Wizard allows you to create
Q46: The InputBox function returns a null string
Q48: The beginning and ending values for a
Q49: The hot key for a menu item
Q50: Use a For...Next loop when the number
Q51: If _ appears as the first line
Q52: Writing an event handler for a menu