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
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Message boxes can display these to represent the type of message being displayed
(Multiple Choice)
4.9/5
(34)
The ampersand (&) symbol is the operator used to ____ two strings together.
(Multiple Choice)
4.9/5
(33)
The ____________________ function can be used to determine if an input value can be converted to a numeric value.
(Essay)
4.8/5
(32)
A ____ object forces the user to select only one option from a group of options.
(Multiple Choice)
4.9/5
(32)
In a Select Case statement, the keyword Is must be used when testing with relational operators.
(True/False)
4.9/5
(36)
The ____________________ procedure found in the MessageBox class is used to display a message box, like the one in the accompanying figure.
(Essay)
4.7/5
(42)
Visual Basic contains a code library of almost ____ pieces of code called code snippets, inserted by the command shown in the accompanying figure.
(Multiple Choice)
4.9/5
(36)
The business traveling rule, "If the flight costs less than $300.00 and the hotel is less than $120.00 per night" is an illustration of ____ conditions.
(Multiple Choice)
4.8/5
(34)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-This kind of operator is used to create compound conditions
(Multiple Choice)
4.8/5
(39)
An expression using the logical operator ____ will evaluate to true when either of the compound conditions is true.
(Multiple Choice)
4.8/5
(34)
Case 5-2
Eric had a small reference card that he keeps 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.
-Eric wants your help in remembering which of the following options corresponds to a dialog box that alerts the user to an error and offers the OK and Cancel buttons. What do you tell him?
(Multiple Choice)
4.8/5
(39)
The Panel object performs in the same manner as the ____ object.
(Multiple Choice)
4.8/5
(34)
In an If...Then statement, the ____ symbol is used to test for inequality.
(Multiple Choice)
4.7/5
(41)
What are the steps for automatically indenting code in an If…Then statement?
(Essay)
4.8/5
(38)
Variables declared within a block of code can only be referenced within that block.
(True/False)
4.8/5
(40)
An expression using the logical operator ____ evaluates to true when only one but not both of the two compound conditions are true.
(Multiple Choice)
4.8/5
(35)
An If...Then statement can be used to compare an arithmetic expression to a(n) ____.
(Multiple Choice)
4.9/5
(42)
The ____ object provides several options not available with the Panel object.
(Multiple Choice)
4.8/5
(37)
An expression using the logical operator ____ will evaluate to true only when both of the conditions are true.
(Multiple Choice)
4.9/5
(33)
Showing 41 - 60 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)