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 position of the items stored in a list box depends on the value stored in the list box's ____ property.
(Multiple Choice)
5.0/5
(35)
____ means adding a number to the value stored in the counter or accumulator.
(Multiple Choice)
4.7/5
(46)
In a(n) ____ loop, the condition is evaluated before the instructions within the loop are processed.
(Multiple Choice)
4.8/5
(41)
What is customary in Windows applications that allow a user to make only one selection from a list box?
(Essay)
4.9/5
(35)
Describe the similarities and differences between a pretest loop and a posttest loop.
(Essay)
4.9/5
(28)
Incrementing or decrementing the value stored in the counter or accumulator is also referred to as ____.
(Multiple Choice)
4.8/5
(39)
When adding items to a list box, describe how the items in the Items collection for a list box appear.
(Essay)
4.8/5
(44)
The ____________________ list box item is the item already selected when the interface appears.
(Short Answer)
4.9/5
(37)
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
(39)
The Do ... Loop statement can be used to code both a pretest loop and a posttest loop.
(True/False)
4.8/5
(33)
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.9/5
(38)
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)
Which method can you use to delay program execution? What is the syntax of the method?
(Essay)
4.8/5
(37)
When accessing items in a list box, the first item in the collection has an index of ____.
(Multiple Choice)
4.7/5
(37)
A form's ____________________ event occurs when an application is started.
(Short Answer)
4.8/5
(37)
What two list box properties can be used to determine the item selected in the list box and to select a list box item from code?
(Essay)
4.7/5
(43)
____ means to assign a beginning value to the counter or accumulator.
(Multiple Choice)
4.9/5
(33)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)