Exam 6: Repeating Program Instructions
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
When using the InputBox function, you should use ____ for the prompt.
(Multiple Choice)
4.9/5
(43)
The value returned by the InputBox function depends on ____.
(Multiple Choice)
4.8/5
(36)
What is customary in Windows applications that allow a user to make only one selection from a list box?
(Essay)
4.7/5
(40)
The ____________________ list box item is the item already selected when the interface appears.
(Short Answer)
4.8/5
(43)
A form's ____________________ event occurs when an application is started.
(Short Answer)
4.9/5
(33)
The loop's condition in a flowchart is represented by the decision symbol, which is a ____.
(Multiple Choice)
4.9/5
(31)
When adding items to a list box, describe how the items in the Items collection for a list box appear.
(Essay)
4.9/5
(34)
Match each item with a statement below.
a.posttest
f.loop exit condition
b.looping condition
g.index
c.update read
h.pretest
d.repetition
i.String Collection Editor window
e.collection
-A unique number identifying each item in a list box's Items collection.
(Short Answer)
4.8/5
(33)
Match each item with a statement below.
a.posttest
f.loop exit condition
b.looping condition
g.index
c.update read
h.pretest
d.repetition
i.String Collection Editor window
e.collection
-A group of individual objects treated as one unit.
(Short Answer)
5.0/5
(29)
In most cases, counters and accumulators are initialized to ____.
(Multiple Choice)
4.8/5
(41)
In most cases, you enter a list box's Add methods in the form's ____ event procedure.
(Multiple Choice)
4.9/5
(35)
You can use the ____________________ property to determine whether an item is selected in a list box.
(Short Answer)
4.8/5
(38)
Match each item with a statement below.
a.posttest
f.loop exit condition
b.looping condition
g.index
c.update read
h.pretest
d.repetition
i.String Collection Editor window
e.collection
-A loop that evaluates the condition after the instructions within the loop are processed.
(Short Answer)
4.8/5
(34)
You can use the ____________________ statement to exit the Do...Loop statement prematurely, which means to exit it before the loop has finished processing.
(Short Answer)
4.8/5
(41)
If a list box allows the user to make only one selection, Windows applications automatically have the last list box item already selected when the interface appears.
(True/False)
4.8/5
(28)
You can use the procedures associated with the list box's SelectedValueChanged and SelectedIndexChanged events to perform one or more tasks when the selected item has changed.
(True/False)
4.7/5
(35)
The ____ function displays an input dialog box, which is one of the standard dialog boxes available in Visual Basic.
(Multiple Choice)
4.8/5
(36)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)