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
The beginning, ending, and Step values used in a For...Next loop can vary based on input from a user.
(True/False)
4.8/5
(37)
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
(42)
The ____ property of a ListBox object identifies which item in the ListBox was selected.
(Multiple Choice)
4.9/5
(35)
How many times will the following loop execute? For intCount = 10 To 16 Step 2
'Body of Loop
Next
(Multiple Choice)
4.8/5
(49)
A(n) ____________________ is used to pause the execution of code while debugging.
(Essay)
4.8/5
(34)
A(n) ____________________ loop should be used when the iterations should continue as long as a condition remains true.
(Essay)
4.9/5
(34)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A loop that never ends
(Multiple Choice)
4.7/5
(39)
The ____ values used in a For...Next loop can vary based on input from a user.
(Multiple Choice)
4.8/5
(47)
A compound operator allows you to ____ values, storing the result in the same variable.
(Multiple Choice)
4.9/5
(33)
The process of ____________________ involves resolving defects in the program code.
(Essay)
4.8/5
(45)
How does a Do loop work? What is the difference between a Do While loop and a Do Until loop? A top-controlled loop and a bottom-controlled loop?
(Essay)
4.7/5
(37)
A(n) ____ variable collects a total value over a period of time.
(Multiple Choice)
4.8/5
(43)
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.9/5
(32)
In Visual Basic 2012, a deployed program can be created easily by using ____________________ Deployment.
(Essay)
4.9/5
(41)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A variable that contains an accumulated value such as a running total
(Multiple Choice)
4.9/5
(43)
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.7/5
(31)
The ____ function can be used to test if data entered by the user is numeric.
(Multiple Choice)
4.9/5
(43)
A For...Next loop with a beginning value of 1, an ending value of 25, and a Step value of 3 will execute ____ times.
(Multiple Choice)
4.8/5
(31)
Showing 61 - 80 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)