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
When a condition is tested in a Visual Basic program,this is a possible outcome: ____.
(Multiple Choice)
4.9/5
(35)
In an If...Then...Else statement,if the condition is false,the statements between the Else and End If keywords will be executed.
(True/False)
4.9/5
(37)
The ____________________ keyword terminates the If...Then block of code.
(Short Answer)
4.9/5
(32)
To end a Select Case structure,a(n)____ statement is used.
(Multiple Choice)
4.8/5
(29)
Within an event handler,an If...Then...Else statement is considered a block of code.
(True/False)
4.8/5
(40)
An expression using the logical operator ____ will evaluate to true when either of the compound conditions is true.
(Multiple Choice)
4.9/5
(34)
You can create your own code snippets but they cannot be added to the library.
(True/False)
4.7/5
(32)
When comparing two data values in Visual Basic,both values must be the same data type.
(True/False)
4.9/5
(37)
To use multiple conditions in a single If...Then...Else statement,____ conditions are required.
(Multiple Choice)
4.8/5
(37)
The ____ object provides several options not available with the Panel object.
(Multiple Choice)
4.9/5
(30)
A message box like the one shown in the accompanying figure is also known as a(n)____ box.


(Multiple Choice)
4.8/5
(40)
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)
5.0/5
(34)
Showing 101 - 112 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)