Matching
Match each item with a statement below.
Premises:
Used to select the contents of a text box
The default style of a combo box
Tells the computer where to begin counting for a loop
Allows the full list of choices to be hidden
Placing one loop within another
Style that always displays the List portion of a combo box
Does not allow the full list of choices to be hidden
Tells the computer where to end counting for a loop
Used when you want the computer to process instructions a precise number of times.
Responses:
combo box
DropDown
nested
startValue
SelectAll method
counter-controlled loop
endValue
list box
Simple
Correct Answer:
Premises:
Responses:
Used to select the contents of a text box
The default style of a combo box
Tells the computer where to begin counting for a loop
Allows the full list of choices to be hidden
Placing one loop within another
Style that always displays the List portion of a combo box
Does not allow the full list of choices to be hidden
Tells the computer where to end counting for a loop
Used when you want the computer to process instructions a precise number of times.
Premises:
Used to select the contents of a text box
The default style of a combo box
Tells the computer where to begin counting for a loop
Allows the full list of choices to be hidden
Placing one loop within another
Style that always displays the List portion of a combo box
Does not allow the full list of choices to be hidden
Tells the computer where to end counting for a loop
Used when you want the computer to process instructions a precise number of times.
Responses:
Related Questions
Q26: In the following For clause, when you
Q27: In the following For clause, if the
Q28: You use the _ method to select
Q29: The loop created by a For...Next statement
Q30: Describe the three combo box styles available
Q32: What is the purpose of an image
Q33: A programmer uses a counter-controlled loop to
Q34: Describe the two main differences between a
Q35: A text box's _ event occurs when
Q36: Within a For...Next statement, the loop's condition