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 Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
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.9/5
(36)
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
(34)
When the object indicated by a RadioButton is selected by the user,the ____ property changes from False to True.
(Multiple Choice)
4.9/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.
(Short Answer)
4.8/5
(35)
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.8/5
(41)
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.9/5
(33)
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.7/5
(34)
Message boxes like the ones in the accompanying figure also are known as ____________________ boxes. 

(Short Answer)
4.7/5
(43)
The logical operator ____________________ will return a value of true only if all conditions in a compound condition evaluate to true.
(Short Answer)
4.8/5
(38)
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
(29)
In an If...Then statement,the If keyword should appear on the first line with the conditional expression,and the Then keyword should appear on the second line.
(True/False)
4.8/5
(45)
If a program attempts to process invalid data,unexpected errors can occur.
(True/False)
4.9/5
(41)
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)
4.9/5
(30)
A ____ structure is used to deal with different conditions that occur based on values entered into an application.
(Multiple Choice)
4.8/5
(31)
In adding a code snippet,if you right-click outside the desired location for your code,the shortcut menu might list choices that are customized to that area of code and not include the code snippet for which you were searching.
(True/False)
5.0/5
(23)
Every If statement block must be terminated by the ____ keyword.
(Multiple Choice)
4.8/5
(33)
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
(26)
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.9/5
(29)
The ____________________ logical operator reverses the logical value of a condition.
(Short Answer)
4.9/5
(26)
Showing 61 - 80 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)