Exam 5: Decision Structures
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
After the Not operator, the ____ logical operator has the next precedence.
(Multiple Choice)
4.9/5
(33)
You can display a code snippet to ensure you understand the syntax and requirements for a given type of statement.
(True/False)
4.9/5
(36)
The ____ object provides several options not available with the Panel object.
(Multiple Choice)
4.7/5
(33)
In string comparison, a number is more than an uppercase letter. _________________________
(True/False)
4.8/5
(41)
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
(41)
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
(35)
When comparing two data values in Visual Basic, both values must be the same data type.
(True/False)
4.7/5
(35)
Variables declared within a block of code can only be referenced within that block.
(True/False)
4.8/5
(28)
The process of validating input data is fundamental to programming when using a graphical user interface.
(True/False)
4.9/5
(37)
A RadioButton's Selected property will indicate if the radio button has been selected by the user. _________________________
(True/False)
4.8/5
(38)
An If...Then statement can be used to compare two string values. _________________________
(True/False)
4.8/5
(42)
A ____ object forces the user to select only one option from a group of options.
(Multiple Choice)
4.9/5
(34)
Visual Basic contains a code library of almost ____ pieces of code called code snippets.
(Multiple Choice)
4.7/5
(35)
When using an If...Then...Else statement, if the condition evaluates to false, the statement(s) between the _______________ keyword and the End If keyword will be executed.
(Short Answer)
4.9/5
(38)
In the era of IntelliSense, developers need no longer anticipate that users will enter invalid data.
(True/False)
4.9/5
(40)
The IsNumeric function returns a(n) ____________________ type value.
(Short Answer)
4.7/5
(38)
The ____ function is used to determine if an input value can be converted into a numeric value.
(Multiple Choice)
4.9/5
(40)
An expression using the logical operator ____ will evaluate to true when either of the compound conditions is true.
(Multiple Choice)
4.8/5
(30)
Showing 81 - 100 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)