Exam 7: Repeating Program Instructions
Exam 1: Overview an Introduction to Programming17 Questions
Exam 2: An Introduction to Visual Basic 201542 Questions
Exam 3: Creating a User Interface42 Questions
Exam 4: Memory Locations and Calculations42 Questions
Exam 5: Making Decisions in a Program42 Questions
Exam 6: More on the Selection Structure42 Questions
Exam 7: Repeating Program Instructions42 Questions
Exam 8: More on the Repetition Structure42 Questions
Exam 9: Sub and Function Procedures42 Questions
Exam 10: Arrays42 Questions
Exam 11: String Manipulation and Menus42 Questions
Exam 12: Structures and Sequential Files42 Questions
Exam 13: Access Databases and Linq42 Questions
Exam 14: Creating Simple Web Applications42 Questions
Exam 15: Creating Classes and Objects42 Questions
Select questions type
The instructions in the pretest and posttest loops will always be processed at least once.
Free
(True/False)
4.8/5
(39)
Correct Answer:
False
The number of choices the user can select in a list box is controlled by the list box's ____ property.
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
B
Explain the syntax and use of the Refresh method.
Free
(Essay)
4.9/5
(42)
Correct Answer:
The Me.Refresh( statement uses the form's Refresh method to refresh the interface. The Refresh method ensures that the computer processes any previous lines of code that affect the interface's appearance.
A(n) ____ is a numeric variable used for adding together something.
(Multiple Choice)
4.9/5
(39)
You can use the ____________________ property to determine whether an item is selected in a list box.
(Short Answer)
4.9/5
(37)
In most cases, counters and accumulators are initialized to ____.
(Multiple Choice)
4.8/5
(36)
The ____________________ function displays an input dialog box, which is one of the standard dialog boxes available in Visual Basic.
(Short Answer)
4.8/5
(39)
In a(n) ____ loop, the condition is evaluated after the instructions within the loop are processed.
(Multiple Choice)
4.8/5
(45)
A ____ box displays a list of items from which the user can select zero items, one item, or multiple items.
(Multiple Choice)
4.8/5
(45)
The repetition structure is used when a programmer needs the computer to repeatedly process one or more program instructions until some condition is met.
(True/False)
4.9/5
(39)
You can use the ____________________ statement to exit the Do...Loop statement before the loop has finished processing.
(Short Answer)
4.8/5
(40)
The loop's condition in a flowchart is represented by the decision symbol, which is a ____.
(Multiple Choice)
4.8/5
(30)
The value returned by the InputBox function depends on ____.
(Multiple Choice)
4.9/5
(43)
When using the InputBox function, you should use ____ for the prompt.
(Multiple Choice)
4.8/5
(37)
Each time either the user or a statement selects an item in a list box, the list box's ____ event occurs followed by its SelectedIndexChanged event.
(Multiple Choice)
4.9/5
(35)
In most cases, you enter a list box's Add methods in the form's ____ event procedure.
(Multiple Choice)
4.7/5
(38)
A(n) ____ is a numeric variable used for counting something.
(Multiple Choice)
4.9/5
(30)
Showing 1 - 20 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)