Exam 5: Decision 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
To display a message box window like the one in the accompanying figure, use the ____ procedure of the MessageBox class.
(Multiple Choice)
4.8/5
(32)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The kind of statement between the If keyword and the Then keyword in an If...Then statement
(Multiple Choice)
4.8/5
(39)
Which of the following CANNOT be contained in a code snippet?
(Multiple Choice)
4.9/5
(33)
To end a Select Case structure, a(n) ____ statement is used.
(Multiple Choice)
4.9/5
(43)
A variable defined between the Then keyword and the Else keyword in an If...Then...Else structure can be referenced from within the Else section of the structure.
(True/False)
4.7/5
(40)
The Panel, GroupBox, and TabControl objects are examples of ____ objects.
(Multiple Choice)
4.9/5
(37)
____________________ is the MsgBoxButtons argument that, after an error occurs, allows the user to choose Retry or Cancel.
(Essay)
4.9/5
(35)
An End Case statement is used to terminate a Select Case structure.
(True/False)
4.9/5
(29)
The plus sign is the operator for concatenation. _________________________
(True/False)
4.8/5
(30)
When the object indicated by a RadioButton is selected by the user, the ____ property changes from False to True.
(Multiple Choice)
4.7/5
(36)
-Message boxes like the ones in the accompanying figure also are known as ____________________ boxes.

(Essay)
4.8/5
(27)
After the Not operator, the ____ logical operator has the next precedence.
(Multiple Choice)
4.8/5
(40)
____________________ is the MsgBoxButtons argument that displays the Yes and No buttons.
(Essay)
4.9/5
(39)
In the era of IntelliSense, developers need no longer anticipate that users will enter invalid data.
(True/False)
4.8/5
(38)
If the condition tested in an If statement evaluates to ____________________, the statement(s) between the If and the End If keywords will be executed.
(Essay)
4.8/5
(34)
An If...Then statement can be used to compare two string values. _________________________
(True/False)
4.8/5
(38)
A ____ structure is used to deal with different conditions that occur based on values entered into an application.
(Multiple Choice)
4.9/5
(38)
Each code snippet inserted by the command in the accompanying figure consists of a complete programming task.
(True/False)
4.8/5
(45)
Showing 21 - 40 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)