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
Statements for a true condition and statements for a false condition can both be executed based on a single comparison.
(True/False)
4.7/5
(28)
The ____ function is used to determine if an input value can be converted into a numeric value.
(Multiple Choice)
4.9/5
(25)
The IsNumeric function returns a(n)____________________ type value.
(Short Answer)
4.8/5
(39)
The Panel object performs in the same manner as the ____ object.
(Multiple Choice)
4.8/5
(33)
The logical operator ____________________ will return a value of true if at least one condition in a compound condition evaluates to true.
(Short Answer)
4.8/5
(33)
A condition can be true and false at the same time._________________________
(True/False)
4.9/5
(34)
An End Case statement is used to terminate a Select Case structure.
(True/False)
4.9/5
(29)
In an expression using the logical operator ____,as soon as one of the compound conditions is found to be false,no further conditions are tested and the expression evaluates to false.
(Multiple Choice)
4.9/5
(32)
____________________ is the MsgBoxButtons argument that displays the Yes and No buttons.
(Short Answer)
4.8/5
(31)
Use the ____ statement to execute one set of instructions if the condition is true,and another set of instructions if the condition is false.
(Multiple Choice)
4.8/5
(35)
Each code snippet inserted by the command in the accompanying figure consists of a complete programming task.
(True/False)
4.9/5
(27)
To specify a continuous range of values to be tested in a Case statement within a Select Case structure,the word ____ must be used.
(Multiple Choice)
4.8/5
(29)
The logical operator ____ has the highest priority and is evaluated first.
(Multiple Choice)
4.9/5
(35)
A ____ object forces the user to select only one option from a group of options.
(Multiple Choice)
4.8/5
(34)
Inserting code ____________________ as shown in the accompanying figure is an effective way to enhance productivity. 

(Short Answer)
4.8/5
(33)
Since the first days of computers,the phrase "____________________" has described the fact that allowing incorrect input data into a program produces incorrect output.
(Short Answer)
4.8/5
(31)
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
(27)
In Unicode,numbers are considered to be ____________________ than uppercase or lowercase letters.
(Short Answer)
4.8/5
(36)
A RadioButton's Selected property will indicate if the radio button has been selected by the user._________________________
(True/False)
4.8/5
(33)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)