Exam 5: Decision Structures
Exam 1: Introduction to Visual Basic 2017 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures111 Questions
Exam 6: Loop Structures112 Questions
Select questions type
The plus sign is the preferred operator for concatenation. _________________________
(True/False)
4.8/5
(31)
Which of the following CANNOT be contained in a code snippet?
(Multiple Choice)
4.8/5
(38)
The ____________________ function can be used to determine if an input value can be converted to a numeric value.
(Short Answer)
4.8/5
(33)
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.9/5
(40)
Case 5-2 Eric used to have a small reference card that he kept handy to remind him which MsgBoxButton arguments values translate to which buttons in the dialog box, but then he lost the card. He calls over to you for help in reminding him what values correspond to what.
Now, Eric needs help in remembering which of the following options corresponds to a dialog box that displays an information icon and offers the Retry and Cancel buttons. Which of the following is the right answer?
(Multiple Choice)
4.8/5
(45)
In the era of IntelliSense, developers need no longer anticipate that users will enter invalid data.
(True/False)
4.9/5
(34)
An If...Then statement can be used to compare an arithmetic expression to a(n) ____.
(Multiple Choice)
4.9/5
(37)
In a Select Case statement, the keyword Is must be used when testing with relational operators.
(True/False)
4.8/5
(41)
. ____________________ is the MsgBoxButtons argument that, after an error occurs, allows the user to choose Retry or Cancel.
(Short Answer)
4.8/5
(41)
When you want to move a GroupBox object, you must first move its contained objects.
(True/False)
4.8/5
(37)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Every If statement needs one of these coordinating statements
Responses:
conditional
Select Case
End If
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(50)
In an expression using the logical operator ____, as soon as one of the compound conditions is found to be true, no further conditions are tested and the expression evaluates to true.
(Multiple Choice)
4.8/5
(35)
Inserting code ____________________ is an effective way to enhance productivity or to ensure that you understand the syntax and requirements for a given type of statement.
(Short Answer)
4.7/5
(35)
You can display a code snippet to ensure you understand the syntax and requirements for a given type of statement.
(True/False)
4.8/5
(41)
After the Not operator, the ____ logical operator has the next precedence.
(Multiple Choice)
4.8/5
(30)
Visual Basic contains a code library of almost ____ pieces of code called code snippets.
(Multiple Choice)
4.8/5
(42)
With the logical operator ____________________, as soon as a condition is found to be true, no further conditions are tested and the compound condition is true.
(Short Answer)
4.8/5
(31)
The Panel, GroupBox, and TabControl objects are examples of ____ objects.
(Multiple Choice)
4.8/5
(40)
Showing 41 - 60 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)