Exam 6: Loop Structures
Exam 1: Introduction to Visual Basic 2015 Programming111 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding110 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures111 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling110 Questions
Exam 9: Creating Web Applications111 Questions
Exam 10: Incorporating Databases With Adonet111 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps111 Questions
Select questions type
The ____ values used in a For...Next loop can vary based on input from a user.
(Multiple Choice)
4.8/5
(50)
-The ____________________ property of a ListBox identifies which item is selected.

(Essay)
4.8/5
(41)
Identify the letter of the choice that best matches the phrase or definition
a.ListBox
b.wizard
c.bottom-controlled
d.infinite
e.accumulator
f.For...Next
g.breakpoint
h.looping
i.InputBox
j.Do Until
REFERENCES:
358
368
406
373
377
380
387
387
388
400
-A loop that never ends
(Essay)
4.7/5
(33)
Case 6-2
Robin thinks that she has a good handle on the use of compound operators but she wants to do a couple of sample problems just to make certain.In both of the problems below,Robin assumes that intResult = 24.
-When Robin correctly calculates intResult -= 3,what value does she get?
(Multiple Choice)
4.9/5
(41)
The Checked property of a ListBox object identifies which item in the ListBox has been selected._________________________
(True/False)
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
(38)
A(n)____________________ object is a dialog box that prompts the user to enter a value.
(Essay)
4.8/5
(28)
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
(25)
The installation files created by the ClickOnce Publishing Wizard can be used for a software release.
(True/False)
4.9/5
(38)
-After an application is completely debugged and working properly,you can ____________________ it.

(Essay)
4.9/5
(31)
To remove the picture in the background of a form,in the Properties window press and hold or right-click the ellipsis button of the BackgroundImage property and select Reset.
(True/False)
4.9/5
(27)
Using a preset value for the variable tested in a loop condition is a process called ____ the loop.
(Multiple Choice)
4.8/5
(32)
A ____ operator allows you to perform arithmetic operations with a variable and store the results back to that variable.
(Multiple Choice)
4.9/5
(31)
The ____ function provides a dialog box that asks the user for input and provides an input area.
(Multiple Choice)
4.8/5
(27)
Writing an event handler for a menu item is the same as writing an event handler for a button tap or click.
(True/False)
4.8/5
(36)
You can use the InputBox function instead of a TextBox object to obtain input.
(True/False)
4.8/5
(33)
Double-tapping or double-clicking a button object on the Windows Form object opens the event handler for that button._________________________
(True/False)
4.9/5
(37)
Showing 21 - 40 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)