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
The installation files created by the ClickOnce Publishing wizard can be used for a software release.
(True/False)
4.9/5
(37)
Breakpoints are stop points placed in the code where execution will be paused when running the program in Visual Studio in debug mode.
(True/False)
4.7/5
(21)
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:
accumulator
infinite
Do Until
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(35)
Critical Thinking Questions Case 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
(49)
In Visual Studio 2008, a(n) ____________________ object is used to place menus at the top of a Windows Application form.
(Short Answer)
4.9/5
(38)
If the user enters a numeric value in an InputBox object, the InputBox function will return a numeric data type.
(True/False)
4.9/5
(36)
Figure 6-3 By default, when a program reaches the item shown in the accompanying figure and pauses execution, the line of code that is about to be executed is highlighted in what color?

(Multiple Choice)
4.8/5
(37)
A(n) ____________________ is a strip across the top of a window that contains one or more menu names.
(Short Answer)
4.9/5
(35)
A(n) ____________________ value is the value in a For...Next loop that is added to, or subtracted from, the beginning value on each iteration of the loop.
(Short Answer)
4.8/5
(43)
A(n) ____-controlled loop tests the condition after the code in the loop body has been executed.
(Multiple Choice)
4.8/5
(40)
A(n) ____ variable collects a total value over a period of time.
(Multiple Choice)
4.9/5
(38)
A(n) ____________________ object is a dialog box used to allow the program to accept input from the user.
(Short Answer)
4.8/5
(35)
In Visual Basic 2008, a deployed program can be created easily by using ____________________ Deployment.
(Short Answer)
4.8/5
(34)
The keyword ____________________ is the last line of a For loop.
(Short Answer)
4.9/5
(40)
A(n) ____-controlled loop tests the condition before the loop body is executed.
(Multiple Choice)
4.9/5
(35)
Figure 6-1 As shown in the accompanying figure, Action Tags provide an easy way for you to specify ____ actions for an object as you design a form.

(Multiple Choice)
4.8/5
(34)
The beginning, ending, and step values used in a For...Next loop can vary based on input from a user.
(True/False)
4.7/5
(32)
It is best to indent the body of the loop, to identify clearly the code that is being repeated.
(True/False)
4.7/5
(30)
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.8/5
(36)
Showing 41 - 60 of 107
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)