Exam 6: Loop Structures
Exam 1: Introduction to Visual Basic 2012 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding111 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Select questions type
Which line of code will add the value "East" to a ListBox object named lstDirections?
(Multiple Choice)
4.9/5
(43)
Double-tapping or double-clicking a button object on the Windows Form object opens the event handler for that button. _________________________
(True/False)
4.8/5
(34)
A loop's ____ variable is a numeric variable that keeps track of the number of iterations the loop completes.
(Multiple Choice)
4.9/5
(44)
-The values in a ListBox like the kind shown in the accompanying figure are called ____________________.

(Essay)
4.9/5
(43)
The Checked property of a ListBox object identifies which item in the ListBox has been selected. _________________________
(True/False)
5.0/5
(31)
A(n) ____ key provides a keyboard shortcut for opening a menu.
(Multiple Choice)
4.9/5
(36)
When used in a menu name, the asterisk character is used to indicate that a character is a hot key. _________________________
(True/False)
4.8/5
(36)
What will be the value of the variable intTotalCount when the following code is executed? For intOuterCount = 1 to 5
For intInnerCount = 1 to 4
IntTotalCount +=1
Next
Next
(Multiple Choice)
4.9/5
(44)
A(n) ____________________ object is a dialog box that prompts the user to enter a value.
(Essay)
4.9/5
(30)
In a Do While loop, the body of the loop is executed until the condition becomes true.
(True/False)
4.8/5
(34)
A(n) ____________________ is a group of commands, or items, presented in a list.
(Essay)
4.8/5
(38)
Showing 101 - 112 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)