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
How many times will the following loop execute? For intCount = 10 To 1 Step -2
'Body of loop
Next
(Multiple Choice)
4.9/5
(39)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The process of repeating a set of instructions while a condition is true or until a condition is true
(Multiple Choice)
4.9/5
(42)
When nesting loops, the inner loop must be completely contained in the outer loop and must use a different control variable.
(True/False)
4.8/5
(32)
The ____ character is used to indicate that a letter is a hot key on a menu item.
(Multiple Choice)
4.9/5
(44)
The Step value for a For...Next loop must be a positive whole integer value.
(True/False)
4.8/5
(35)
Use a For...Next loop when the number of repetitions is unknown.
(True/False)
4.8/5
(27)
MenuStrip objects can be placed along any edge of the form, depending on which side is closer to the mouse pointer.
(True/False)
4.8/5
(46)
The Publish Wizard allows you to create an install file to be placed on a ____.
(Multiple Choice)
4.9/5
(39)
A ____ object displays a collection of items, or values, with one item per line.
(Multiple Choice)
4.8/5
(35)
A(n) ____ variable keeps track of how many times a loop has executed.
(Multiple Choice)
4.8/5
(41)
A(n) ____________________ loop should be used when the iterations should continue while or until a condition is true or false.
(Essay)
4.8/5
(37)
The feature shown in the accompanying figure provides an easy way for you to specify ____ actions for an object as you design a form.
(Multiple Choice)
4.9/5
(27)
The beginning and ending values for a For...Next loop must be predefined and cannot contain an expression.
(True/False)
4.9/5
(33)
The installation files created by the ClickOnce Publishing Wizard can be used for a software release.
(True/False)
4.9/5
(36)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Loop that should be used when code is to be executed a known, exact number of times
(Multiple Choice)
4.9/5
(35)
The ____ function provides a dialog box that asks the user for input and provides an input area.
(Multiple Choice)
4.8/5
(35)
A ____-controlled loop tests the condition before the loop body is executed.
(Multiple Choice)
4.9/5
(34)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)