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
While in break mode,you can examine the values in all variables that are within the scope of execution through the use of ____________________.
(Short Answer)
5.0/5
(31)
The ____ property of a ListBox object identifies which item in the ListBox was selected.
(Multiple Choice)
5.0/5
(32)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A loop that never ends
(Multiple Choice)
4.8/5
(34)
A(n)____________________ object is a dialog box that prompts the user to enter a value.
(Short Answer)
4.8/5
(41)
How many times will the following loop execute?
For intCount = 10 To 16 Step 2
'Body of Loop
Next
(Multiple Choice)
4.9/5
(35)
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
(40)
A(n)____________________ loop should be used when the iterations should continue until a condition becomes true.
(Short Answer)
4.8/5
(45)
The ____________________ Wizard is used to publish a program using ClickOnce Deployment.
(Short Answer)
4.8/5
(28)
How does a Do loop work? What is the difference between a Do While loop and a Do Until loop? A top-controlled loop and a bottom-controlled loop?
(Essay)
4.8/5
(27)
Which line of code will add the value "East" to a ListBox object named lstDirections?
(Multiple Choice)
4.8/5
(39)
All data collected by an InputBox object is automatically converted to the best data type for the data.
(True/False)
5.0/5
(31)
You can use the InputBox function instead of a TextBox object to obtain input.
(True/False)
4.9/5
(38)
A ____ operator allows you to perform arithmetic operations with a variable and store the results back to that variable.
(Multiple Choice)
4.8/5
(29)
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.7/5
(32)
A compound operator allows you to ____ values,storing the result in the same variable.
(Multiple Choice)
4.7/5
(38)
Showing 21 - 40 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)