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
A(n) ____________________ loop is a loop placed completely inside another loop.
(Short Answer)
4.9/5
(36)
Identify the letter of the choice that best matches the phrase or definition
Premises:
Identified in the code editor with a bullet to the left of the line number and highlighting of the code on that line
Responses:
InputBox
Do Until
For...Next
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(36)
____ are stop points placed in the code to tell the Visual Studio 2017 debugger where and when to pause the execution of the program.
(Multiple Choice)
4.7/5
(38)
Identify the letter of the choice that best matches the phrase or definition
Premises:
Used to publish a program using ClickOnce Deployment
Responses:
InputBox
For...Next
accumulator
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(33)
When in break mode, you can use ____ to examine the value of variables.
(Multiple Choice)
4.7/5
(39)
The BackgroundImageLayout property can be changed to Center, Stretch, or Zoom.
(True/False)
4.8/5
(40)
An InputBox object allows user input without the need for a TextBox object on the Windows Form object.
(True/False)
4.9/5
(36)
The compound operator ____ is used to add a string to an existing string.
(Multiple Choice)
4.9/5
(27)
A(n) ____ variable keeps track of how many times a loop has executed.
(Multiple Choice)
4.9/5
(40)
A ____ object displays a collection of items, or values, with one item per line.
(Multiple Choice)
4.8/5
(32)
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.9/5
(32)
In order to run a program deployed with ClickOnce Deployment, the computer needs ____ installed on it.
(Multiple Choice)
5.0/5
(31)
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.9/5
(33)
A(n) ____________________ is used to pause the execution of code while debugging.
(Short Answer)
4.8/5
(43)
A(n) ____________________ object is a dialog box that prompts the user to enter a value.
(Short Answer)
4.8/5
(50)
Identify the letter of the choice that best matches the phrase or definition
Premises:
Loop that should be used when code is to be executed a known, exact number of times
Responses:
Do Until
InputBox
looping
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(30)
A(n) ____ key provides a keyboard shortcut for opening a menu.
(Multiple Choice)
4.8/5
(30)
____________________ loop should be used when the iterations should continue as long as a condition remains true.
(Short Answer)
4.8/5
(34)
The compound operator ____ adds the value of the right operand to the value of the left operand and stores the result in the left operand's variable.
(Multiple Choice)
4.8/5
(50)
Showing 41 - 60 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)