Exam 6: Loop Structures
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
You must include a Step value in a For...Next loop, even if the Step value is 1.
(True/False)
4.9/5
(42)
After an application is completely debugged and working properly, you can ____________________ it.
(Short Answer)
4.8/5
(31)
When nesting loops, the inner loop must be completely contained in the outer loop and must use a different control variable.
(True/False)
5.0/5
(40)
The ____ values used in a For...Next loop can vary based on input from a user.
(Multiple Choice)
4.8/5
(44)
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.9/5
(38)
A ____ object displays a collection of items, or values, with one item per line.
(Multiple Choice)
4.9/5
(49)
When the user clicks the Cancel button in an input box and the InputBox function returns a null character, the program can test for the null character to determine further processing.
(True/False)
4.9/5
(36)
A ListBox object displays a group of values, called ____________________.
(Short Answer)
4.9/5
(41)
A(n) ____ key provides a keyboard shortcut for opening a menu.
(Multiple Choice)
4.9/5
(41)
A(n) ____ variable collects a total value over a period of time.
(Multiple Choice)
4.9/5
(30)
Which line of code will add the value "East" to a ListBox object named lstDirections?
(Multiple Choice)
4.8/5
(43)
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)
You can place an executable version of a program on your hard disk by using the ____ process.
(Multiple Choice)
4.9/5
(42)
A compound operator allows you to ____ values, storing the result in the same variable.
(Multiple Choice)
4.8/5
(33)
The ____ function can be used to test if data entered by the user is numeric.
(Multiple Choice)
4.8/5
(49)
In a Do While loop, the body of the loop is executed until the condition becomes true.
(True/False)
4.9/5
(36)
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 wants to guarantee that the instructions within the loop are executed one time regardless of the status of a condition. Which of the following should he use?
(Multiple Choice)
4.8/5
(33)
The InputBox function returns a null string ("") when a user taps or clicks the Cancel button.
(True/False)
4.8/5
(41)
MenuStrip objects can be placed along any edge of the form, depending on which side is closer to the mouse pointer.
(True/False)
4.7/5
(34)
Showing 41 - 60 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)