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
____ objects are used to gather related RadioButtons together so that the user can select one radio button from each group.
Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
A
Only one condition can be tested in an If statement.
Free
(True/False)
4.9/5
(33)
Correct Answer:
False
In an If...Then statement,the ____ symbol is used to test for inequality.
Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
D
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
(38)
The logical operator ____ reverses the logical value of a condition.
(Multiple Choice)
4.9/5
(30)
Of all the following objects provided by Visual Basic for Windows applications,the ____ object is used most often.
(Multiple Choice)
4.8/5
(31)
To create a compound condition in an If statement,a(n)____ operator is required.
(Multiple Choice)
4.7/5
(25)
The ____________________ function can be used to determine if an input value can be converted to a numeric value.
(Short Answer)
4.9/5
(33)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Multiple conditions can be tested using this kind of statement
(Multiple Choice)
4.7/5
(32)
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.8/5
(36)
When RadioButton objects are contained in a group box,the user can select only one of the radio buttons on the panel.
(True/False)
4.8/5
(34)
To display a message box window like the one in the accompanying figure,use the ____ procedure of the MessageBox class.
(Multiple Choice)
4.7/5
(36)
If data analyzed by the IsNumeric function cannot be converted to a numeric data type,the function will return a value of ____.
(Multiple Choice)
4.9/5
(38)
In a Select Case structure,the ____ statement includes all conditions not specifically tested for in the other Case statements.
(Multiple Choice)
4.7/5
(37)
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
(45)
What are the steps for automatically indenting code in an If…Then statement?
(Essay)
4.7/5
(35)
The ____ of a variable is defined by where it is declared within a program.
(Multiple Choice)
4.8/5
(38)
Often,during design time,you should set the Checked property for the most commonly selected RadioButton object to True to save the user from having to select the most common choice.
(True/False)
4.9/5
(35)
If the condition tested in an If statement evaluates to ____________________,the statement(s)between the If and the End If keywords will be executed.
(Short Answer)
4.8/5
(29)
Showing 1 - 20 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)