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
In Visual Basic 2017, a deployed program can be created easily by using ____________________ Deployment.
(Short Answer)
4.7/5
(39)
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
(31)
The ____________________ statement is the last line of a For loop.
(Short Answer)
5.0/5
(47)
A(n) ____________________ is a group of commands, or items, presented in a list.
(Short Answer)
4.8/5
(39)
The beginning, ending, and Step values used in a For...Next loop can vary based on input from a user.
(True/False)
4.7/5
(36)
The compound operator ____ is used to add a string to an existing string.
(Multiple Choice)
4.9/5
(40)
To code an event handler for an Exit menu item, enter the ____________________ procedure call to close the window and exit the application.
(Short Answer)
4.9/5
(31)
One advantage of a ___________ is that it conserves space instead of cluttering a form with objects such as buttons.
(Multiple Choice)
4.8/5
(32)
In Visual Studio 2017, a(n) ____________________ object is used to place menus at the top of a Windows Form.
(Short Answer)
4.9/5
(42)
A(n) ____________________ loop should be used when the iterations should continue while or until a condition is true or false.
(Short Answer)
4.8/5
(31)
A ____-controlled loop tests the condition after the code in the loop body has been executed.
(Multiple Choice)
4.8/5
(38)
A(n) ____________________ is a strip across the top of a window that contains one or more menu names.
(Short Answer)
4.7/5
(37)
Use a For...Next loop when the number of repetitions is unknown.
(True/False)
4.7/5
(42)
Double-clicking a button object on the Windows Form object opens the event handler for that button.
(True/False)
4.7/5
(36)
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.8/5
(32)
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.8/5
(35)
The hot key for a menu item can be activated with the keyboard by pressing the ____ key and the hot key at the same time.
(Multiple Choice)
4.8/5
(31)
The ____ property of a ListBox object identifies which item in the ListBox was selected.
(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)