Exam 6: Loop Structures
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
The Step value for a For...Next loop must be a positive whole integer value.
(True/False)
4.8/5
(35)
____ are stop points placed in the code to tell the Visual Studio 2017 debugger where and when to pause the execution of the program.
(Multiple Choice)
5.0/5
(42)
If ____ appears as the first line of a loop, the loop is a top-controlled Do loop that will stop execution when a condition becomes true.
(Multiple Choice)
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.9/5
(30)
How many times will the following loop execute?
For intCount = 10 To 16 Step 2
'Body of Loop
Next
(Multiple Choice)
5.0/5
(35)
A(n) ____________________ loop should be used when the iterations should continue until a condition becomes true.
(Short Answer)
4.7/5
(38)
The ____ function provides a dialog box that prompts the user to enter a value.
(Multiple Choice)
4.8/5
(46)
To remove all objects from a ListBox object, the ____ method is used.
(Multiple Choice)
4.9/5
(37)
The Checked property of a ListBox object identifies which item in the ListBox has been selected. _________________________
(True/False)
4.8/5
(36)
Smart actions can be specified for a menu by using Action Tags .
(True/False)
4.8/5
(37)
An InputBox object allows user input without the need for a TextBox object on the Windows Form object.
(True/False)
4.8/5
(37)
A(n) ____ variable keeps track of how many times a loop has executed.
(Multiple Choice)
4.8/5
(36)
The BackgroundImage property of the Form object cannot use an imported image as the background image; the image must be drawn from the Visual Studio library.
(True/False)
4.8/5
(31)
A(n) ____________________ loop should be used when the iterations should continue as long as a condition remains true.
(Short Answer)
4.8/5
(31)
A(n) ____________________ is a variable that calculates a running total.
(Short Answer)
4.8/5
(30)
Starting a loop with a preset value for the variable tested in the condition is called priming the loop.
(True/False)
4.8/5
(38)
____ is a fundamental process that repeats instructions until a condition is true or while a condition is true.
(Multiple Choice)
4.8/5
(30)
Showing 61 - 80 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)