Exam 6: Loop Structures
Exam 1: Introduction to Visual Basic 2008 Programming107 Questions
Exam 2: Program and Graphical User Interface Design107 Questions
Exam 3: Program Design and Coding107 Questions
Exam 4: Variables and Arithmetic Operations107 Questions
Exam 5: Mobile Applications Using Decision Structures107 Questions
Exam 6: Loop Structures107 Questions
Select questions type
Figure 6-2 As demonstrated in the accompanying figure, a loop that does not terminate is called a(n) ____ loop.

(Multiple Choice)
4.9/5
(33)
A(n) ____________________ is used to pause the execution of code while debugging.
(Short Answer)
4.8/5
(40)
A(n) ____________________ loop should be used when the iterations should continue as long as a condition remains true.
(Short Answer)
4.8/5
(34)
A(n) ____ object displays a collection of items, or values, with one item per line.
(Multiple Choice)
4.8/5
(47)
An InputBox object allows user input without the need for a TextBox object on the Windows Form object.
(True/False)
4.8/5
(29)
A(n) ____ variable keeps track of how many times a loop has executed.
(Multiple Choice)
4.8/5
(37)
When nesting loops, the inner loop must be completely contained in the outer loop and must use a different control variable.
(True/False)
4.8/5
(46)
Showing 101 - 107 of 107
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)