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 Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
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
Free
(Multiple Choice)
4.9/5
(47)
Correct Answer:
D
To remove all objects from a ListBox object,the ____ method is used.
Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
A
A(n)____ is a group of commands,or items,presented in a list.
Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
C
A(n)____________________ is a strip across the top of a window that contains one or more menu names.
(Short Answer)
4.8/5
(28)
As shown in the accompanying figure,Visual Basic 2012 contains a(n)____ Tag that allows you to create a full standard menu bar commonly provided in Windows programs. 

(Multiple Choice)
4.7/5
(39)
A(n)____ key provides a keyboard shortcut for opening a menu.
(Multiple Choice)
4.8/5
(34)
MenuStrip objects can be placed along any edge of the form,depending on which side is closer to the mouse pointer.
(True/False)
4.9/5
(30)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Used to publish a program using ClickOnce Deployment
(Multiple Choice)
4.9/5
(37)
A ____-controlled loop tests the condition before the loop body is executed.
(Multiple Choice)
4.9/5
(43)
How many times will the following loop execute?
For intCount = 10 To 1 Step -2
'Body of loop
Next
(Multiple Choice)
4.8/5
(39)
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
(35)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Loop in which the body of the loop is executed until the condition becomes true
(Multiple Choice)
4.8/5
(36)
The installation files created by the ClickOnce Publishing Wizard can be used for a software release.
(True/False)
4.7/5
(36)
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.
(Short Answer)
4.8/5
(37)
After an application is completely debugged and working properly,you can ____________________ it.
(Short Answer)
4.9/5
(39)
When nesting loops,the inner loop must be completely contained in the outer loop and must use a different control variable.
(True/False)
4.7/5
(43)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A loop that is always executed at least once
(Multiple Choice)
4.8/5
(37)
A(n)____ variable collects a total value over a period of time.
(Multiple Choice)
4.8/5
(32)
The ____ character is used to indicate that a letter is a hot key on a menu item.
(Multiple Choice)
4.8/5
(31)
An InputBox object allows user input without the need for a TextBox object on the Windows Form object.
(True/False)
4.8/5
(40)
Showing 1 - 20 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)