Exam 5: Decision Structures
Exam 1: Introduction to Visual Basic 2015 Programming111 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding110 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures111 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling110 Questions
Exam 9: Creating Web Applications111 Questions
Exam 10: Incorporating Databases With Adonet111 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps111 Questions
Select questions type
To create a compound condition in an If statement,a(n)____ operator is required.
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
B
To display a message box window like the one in the accompanying figure,use the ____ procedure of the MessageBox class.
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
B
The Panel object performs in the same manner as the ____ object.
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
A
Every If statement block must be terminated by the ____ keyword.
(Multiple Choice)
4.9/5
(39)
The process of validating input data is fundamental to programming when using a graphical user interface.
(True/False)
4.9/5
(31)
The logical operator ____ reverses the logical value of a condition.
(Multiple Choice)
4.7/5
(32)
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.8/5
(30)
It is important to ____ the line in the code editing window in the exact location where you want to insert a code snippet to produce the shortcut menu with the Insert Snippet command.
(Multiple Choice)
4.8/5
(40)
A Case statement in a Select Case structure can test for a range of values.
(True/False)
4.9/5
(42)
Variables declared within a block of code can only be referenced within that block.
(True/False)
4.9/5
(30)
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.
(Essay)
4.8/5
(44)
You can create your own code snippets but they cannot be added to the library.
(True/False)
4.7/5
(34)
With the logical operator ____________________,as soon as a condition is found to be true,no further conditions are tested and the compound condition is true.
(Essay)
4.9/5
(26)
The logical operator ____ has the highest priority and is evaluated first.
(Multiple Choice)
4.9/5
(42)
Showing 1 - 20 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)