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
Every If statement block must be terminated by the ____ keyword.
(Multiple Choice)
4.8/5
(44)
The logical operator ____ has the highest priority and is evaluated first.
(Multiple Choice)
4.9/5
(30)
Developers can code Visual Basic applications to make decisions based on the input of users or other conditions that occur.
(True/False)
4.9/5
(39)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Kind of object that associates items as a group, allowing the user to select one item from the group
(Multiple Choice)
5.0/5
(35)
When using an If...Then...ElseIf statement, a trailing ____________________ statement can be placed at the end to handle a condition that does not meet any of the conditions tested.
(Essay)
4.9/5
(28)
To test a second condition only after the result of the first condition is known, ____________________ If statements can be used.
(Essay)
4.9/5
(38)
In string comparison, a number is more than an uppercase letter. _________________________
(True/False)
4.8/5
(42)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Keyword automatically added by Visual Studio to a Select Case statement that uses relational operators
(Multiple Choice)
4.9/5
(38)
The process of validating input data is fundamental to programming when using a graphical user interface.
(True/False)
4.8/5
(37)
When relational operators are used in a Case statement within a Select Case structure, the keyword ____ must be used with the relational operator.
(Multiple Choice)
4.8/5
(45)
In a Select Case structure, the ____ statement includes all conditions not specifically tested for in the other Case statements.
(Multiple Choice)
4.8/5
(31)
The ____________________ logical operator reverses the logical value of a condition.
(Essay)
4.8/5
(27)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A conditional expression tested uses this kind of operator to evaluate to either true or false
(Multiple Choice)
4.8/5
(36)
When you want to move a GroupBox object, you must first move its contained objects.
(True/False)
4.9/5
(37)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-When this kind of object is contained in a group box, the user can select only one of the radio buttons
(Multiple Choice)
4.8/5
(32)
-A message box like the one shown in the accompanying figure is also known as a(n) ____ box.

(Multiple Choice)
4.8/5
(37)
The logical operator ____________________ will return a value of true if at least one condition in a compound condition evaluates to true.
(Essay)
4.8/5
(38)
Within an event handler, an If...Then...Else statement is considered a block of code.
(True/False)
4.9/5
(44)
When using multiple ____ operators in an If statement, the order of precedence of the operators should be established through the use of parentheses.
(Multiple Choice)
4.8/5
(33)
Showing 61 - 80 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)