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 Coding111 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Select questions type
____ is a fundamental process that repeats instructions until a condition is true or while a condition is true.
(Multiple Choice)
4.9/5
(38)
Starting a loop with a preset value for the variable tested in the condition is called priming the loop.
(True/False)
4.7/5
(35)
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
(38)
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
(38)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A loop that is always executed at least once
(Multiple Choice)
4.8/5
(35)
Smart actions can be specified for a menu by using Action Tags. _________________________
(True/False)
4.7/5
(32)
The ____________________ property of a ListBox identifies which item is selected.
(Essay)
4.9/5
(39)
It is best to indent the body of the loop, to identify clearly the code that is being repeated.
(True/False)
4.8/5
(32)
All data collected by an InputBox object is automatically converted to the best data type for the data.
(True/False)
4.8/5
(42)
If ____ appears as the first line of a loop, the loop is a top-controlled Do loop that will stop execution when a condition becomes true.
(Multiple Choice)
4.8/5
(37)
Using a preset value for the variable tested in a loop condition is a process called ____ the loop.
(Multiple Choice)
4.8/5
(25)
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.8/5
(32)
The compound operator ____ is used to add a string to an existing string.
(Multiple Choice)
4.8/5
(39)
A(n) ____________________ loop should be used when the iterations should continue until a condition becomes true.
(Essay)
4.9/5
(43)
The ____________________ Wizard is used to publish a program using ClickOnce Deployment.
(Essay)
4.7/5
(35)
The ____________________ procedure of the Windows Form object closes a window and terminates a program.
(Essay)
4.9/5
(38)
When in break mode, you can use ____ to examine the value of variables.
(Multiple Choice)
4.7/5
(31)
Showing 21 - 40 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)