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
You can place an executable version of a program on your hard disk by using the ____ process.
(Multiple Choice)
4.7/5
(35)
A compound operator allows you to ____ values, storing the result in the same variable.
(Multiple Choice)
4.8/5
(39)
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 ^= 2, what value does she get?
(Multiple Choice)
4.8/5
(44)
A(n) ____ variable collects a total value over a period of time.
(Multiple Choice)
4.9/5
(42)
How many times will the following loop execute? For intCount = 10 To 16 Step 2
'Body of Loop
Next
(Multiple Choice)
4.8/5
(37)
Which line of code will add the value "East" to a ListBox object named lstDirections?
(Multiple Choice)
4.7/5
(38)
The hot key for a menu item can be activated with the keyboard by pressing the ____ key and the hot key at the same time.
(Multiple Choice)
4.9/5
(34)
The BackgroundImage property of the Form object cannot use an imported image as the background image; the image must be drawn from the Visual Studio library.
(True/False)
4.8/5
(47)
You must include a Step value in a For...Next loop, even if the Step value is 1.
(True/False)
4.8/5
(35)
Breakpoints are stop points placed in the code where execution will be paused during the execution of the program
(True/False)
4.8/5
(38)
Case 6-1 Chris is trying to decide which kind of loop is the best loop for him to use to solve a couple of different programming challenges that he faces.
Chris knows the exact number of repetitions he needs the loop to execute. Which of the following is the best choice for him?
(Multiple Choice)
4.8/5
(39)
Identify the letter of the choice that best matches the phrase or definition
Premises:
Loop in which the body of the loop is executed until the condition becomes true
Responses:
breakpoint
looping
InputBox
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(30)
A(n) ____________________ is a variable that calculates a running total.
(Short Answer)
4.8/5
(32)
Menu item hot keys are case sensitive. _________________________
(True/False)
4.7/5
(29)
If ____ appears as the first line of a loop, the loop is a top-controlled Do loop that will execute as long as a condition remains true.
(Multiple Choice)
4.9/5
(40)
As shown in the accompanying figure, Visual Basic 2017 contains a(n) ____ Tag that allows you to create a full standard menu bar commonly provided in Windows programs.
(Multiple Choice)
5.0/5
(31)
Identify the letter of the choice that best matches the phrase or definition
Premises:
A loop that never ends
Responses:
breakpoint
Do Until
InputBox
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(39)
Using a preset value for the variable tested in a loop condition is a process called ____ the loop.
(Multiple Choice)
4.8/5
(35)
If ____ appears as the last line of a loop, the loop is a bottom-controlled Do loop that will stop execution when a condition becomes true.
(Multiple Choice)
4.8/5
(35)
____________________ loop should be used when the iterations should continue until a condition becomes true.
(Short Answer)
4.7/5
(39)
Showing 61 - 80 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)