Exam 6: Loop Structures
Exam 1: Introduction to Visual Basic 2017 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 Structures111 Questions
Exam 6: Loop Structures112 Questions
Select questions type
It is best to indent the body of the loop to identify clearly the code that is being repeated.
(True/False)
4.9/5
(45)
A ____-controlled loop tests the condition before the loop body is executed.
(Multiple Choice)
4.9/5
(33)
The installation files created by the ClickOnce Publishing Wizard can be used for a software release.
(True/False)
4.7/5
(34)
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.8/5
(47)
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
(39)
A(n) ____________________ is a strip across the top of a window that contains one or more menu names.
(Short Answer)
4.7/5
(37)
The Publish Wizard allows you to create an install file to be placed on a ____.
(Multiple Choice)
4.8/5
(31)
How many times will the following loop execute? For intCount = 10 To 1 Step -2
'Body of loop
Next
(Multiple Choice)
4.7/5
(33)
A(n) ____ is a group of commands, or items, presented in a list.
(Multiple Choice)
4.8/5
(35)
The ____________________ property of a ListBox identifies which item is selected.
(Short Answer)
4.9/5
(42)
You must test the data a user enters to ensure it is accurate and that its use in other programming statements will not cause a program exception.
(True/False)
4.8/5
(42)
The Step value for a For...Next loop must be a positive whole integer value.
(True/False)
5.0/5
(33)
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)
4.8/5
(32)
The ____ function provides a dialog box that prompts the user to enter a value.
(Multiple Choice)
4.8/5
(43)
To remove all objects from a ListBox object, the ____ method is used.
(Multiple Choice)
4.8/5
(32)
Identify the letter of the choice that best matches the phrase or definition
Premises:
A variable that contains an accumulated value such as a running total
Responses:
bottom-controlled
ListBox
accumulator
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(42)
The Checked property of a ListBox object identifies which item in the ListBox has been selected. _________________________
(True/False)
4.9/5
(42)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)