Exam 4: The Selection Structure
Exam 1: An Introduction to Visual Basic 201259 Questions
Exam 2: Designing Applications57 Questions
Exam 3: Using Variables and Constants58 Questions
Exam 4: The Selection Structure57 Questions
Exam 5: More on the Selection Structure56 Questions
Exam 6: The Repetition Structure59 Questions
Exam 7: Sub and Function Procedures56 Questions
Exam 8: String Manipulation57 Questions
Exam 9: Arrays57 Questions
Exam 10: Structures and Sequential Access Files58 Questions
Exam 11: Classes and Objects58 Questions
Exam 12: Web Applications55 Questions
Exam 13: Working With Access Databases and Linq57 Questions
Exam 14: Access Databases and SQL58 Questions
Select questions type
Comparison operators are also referred to as ____ operators.
(Multiple Choice)
5.0/5
(32)
Write an If clause to determine whether the dblTemp variable contains a number that is between 65 and 75.
(Essay)
4.8/5
(30)
The diamond symbol is used in a flowchart for a calculation task.
(True/False)
5.0/5
(37)
Which of the following If clauses would evaluate to True and apply the 10% discount for a commercial customer? 

(Not Answered)
This question doesn't have any answer yet
Which of the following conditions will evaluate to True when the intPackages variable contains the value 100?
(Multiple Choice)
4.9/5
(30)
The message provided when a customer is not a current member of the Rental Rewards Program is "Enroll this customer in the Rental Rewards Program?".The clerk must enter a decision before the application can continue.Which of the message box buttons should be used?
(Multiple Choice)
4.8/5
(20)
Before using a string in a comparison,you can use either the ToUpper method or the ToLower method to convert the string to uppercase or lowercase,respectively,and then use the converted string in the comparison.
(True/False)
4.8/5
(27)
Consider the expression 3 * 2 ^ 2 < 16 + 5 AndAlso 100 / 10 * 2 > 15 - 3.Which operation is performed second?
(Multiple Choice)
4.9/5
(31)
Which of the following statements assigns the contents of the txtGrade control,in uppercase,to the strGrade variable? 

(Not Answered)
This question doesn't have any answer yet
The ____ operator is evaluated first in the following expression: 9 * 2 - 8 > 5 + 2 / 2.
(Multiple Choice)
4.9/5
(34)
If the intInventory variable contains the value 28,the condition If intInventory <= 25 Then will evaluate to ____.
(Multiple Choice)
4.8/5
(39)
Logical operators are sometimes referred to as ____ operators.
(Multiple Choice)
4.8/5
(44)
Write an If clause that will determine if the strColor variable contains either the string "red" or the string "blue".
(Essay)
4.7/5
(36)
When coding a selection instruction in Visual Basic,the code that follows the Else statement includes those instructions that will be executed when the condition is true.
(True/False)
4.8/5
(27)
Showing 41 - 57 of 57
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)