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
In order to run a program deployed with ClickOnce Deployment, the computer needs ____ installed on it.
(Multiple Choice)
5.0/5
(34)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Items added to this kind of object during design phase are available for selection by the user during program execution
(Multiple Choice)
4.9/5
(32)
Breakpoints are stop points placed in the code where execution will be paused during the execution of the program, and enter debug mode.
(True/False)
4.9/5
(34)
If ____ appears as the last line of a loop, the loop is a bottom-controlled Do loop that will execute as long as a condition remains true.
(Multiple Choice)
4.8/5
(39)
The InputBox function returns a null string ("") when a user taps or clicks the Cancel button.
(True/False)
4.9/5
(35)
In Visual Studio 2012, a(n) ____________________ object is used to place menus at the top of a Windows Application form.
(Essay)
4.8/5
(39)
The nongraphical Toolbox objects, such as MenuStrip objects, are organized and displayed below the form in the ____________________ at the bottom of the Visual Studio interface.
(Essay)
4.8/5
(39)
If ____ appears as the first line of a loop, the loop is a top-controlled Do loop that will execute as long as a condition remains true.
(Multiple Choice)
4.8/5
(33)
Instead of typing the menu name on a MenuStrip object, you can add a ____ by clicking the Type Here box's list arrow and selecting the appropriate choice
(Multiple Choice)
4.9/5
(34)
A(n) ____________________ value is the value in a For...Next loop that is added to, or subtracted from, the beginning value on each iteration of the loop.
(Essay)
4.8/5
(42)
An InputBox object allows user input without the need for a TextBox object on the Windows Form object.
(True/False)
4.8/5
(34)
While in break mode, you can examine the values in all variables that are within the scope of execution through the use of ____________________.
(Essay)
4.7/5
(34)
A ____ operator allows you to perform arithmetic operations with a variable and store the results back to that variable.
(Multiple Choice)
4.8/5
(33)
A ____ loop is best used when the specific number of iterations required is known.
(Multiple Choice)
4.7/5
(36)
If the user enters a numeric value in an InputBox object, the InputBox function will return a numeric data type.
(True/False)
4.9/5
(43)
To remove all objects from a ListBox object, the ____ method is used.
(Multiple Choice)
4.7/5
(44)
Showing 41 - 60 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)