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
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.7/5
(41)
Developers can code Visual Basic applications to make decisions based on the input of users or other conditions that occur.
(True/False)
4.7/5
(26)
____ objects are used to gather related RadioButtons together so that the user can select one radio button from each group.
(Multiple Choice)
4.9/5
(44)
The ____________________ logical operator reverses the logical value of a condition.
(Short Answer)
4.9/5
(44)
A variable defined between the Then keyword and the Else keyword in an If...Then...Else structure can be referenced from within the Else section of the structure.
(True/False)
4.9/5
(39)
Inserting code ____________________ is an effective way to enhance productivity or to ensure that you understand the syntax and requirements for a given type of statement.
(Short Answer)
4.8/5
(20)
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.7/5
(33)
When different operations must occur based upon the value in a single field, it is best to use a(n) ____________________ statement to test the value.
(Short Answer)
4.9/5
(36)
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.7/5
(39)
To use multiple conditions in a single If...Then...Else statement, ____ conditions are required.
(Multiple Choice)
4.9/5
(32)
The Panel object performs in the same manner as the ____ object.
(Multiple Choice)
4.8/5
(41)
To specify a range of values to be tested in a Case statement within a Select Case structure, the word ____ must be used.
(Multiple Choice)
4.9/5
(35)
Which of the following CANNOT be contained in a code snippet?
(Multiple Choice)
4.8/5
(45)
In Visual Basic, the message in a message box window is displayed using the ____ procedure of the MessageBox class.
(Multiple Choice)
4.8/5
(33)
The ampersand (&) symbol is the operator used to ____ two strings together.
(Multiple Choice)
4.8/5
(36)
In Unicode, numbers are considered to be ____________________ than uppercase or lowercase letters.
(Short Answer)
4.7/5
(35)
A Panel object can have a caption, but a GroupBox object cannot.
(True/False)
4.7/5
(30)
Showing 41 - 60 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)