Exam 6: More on the Selection Structure
Exam 1: Overview an Introduction to Programming17 Questions
Exam 2: An Introduction to Visual Basic 201542 Questions
Exam 3: Creating a User Interface42 Questions
Exam 4: Memory Locations and Calculations42 Questions
Exam 5: Making Decisions in a Program42 Questions
Exam 6: More on the Selection Structure42 Questions
Exam 7: Repeating Program Instructions42 Questions
Exam 8: More on the Repetition Structure42 Questions
Exam 9: Sub and Function Procedures42 Questions
Exam 10: Arrays42 Questions
Exam 11: String Manipulation and Menus42 Questions
Exam 12: Structures and Sequential Files42 Questions
Exam 13: Access Databases and Linq42 Questions
Exam 14: Creating Simple Web Applications42 Questions
Exam 15: Creating Classes and Objects42 Questions
Select questions type
You add a radio button to a form using the ____ tool in the toolbox.
(Multiple Choice)
4.7/5
(44)
You use the ____ keyword when you know only one end of a range (either the upper or lower end).
(Multiple Choice)
4.8/5
(36)
If the Select Case statement includes a Case Else clause, the Case Else clause must be the ____ clause in the statement.
(Multiple Choice)
4.7/5
(36)
Match each item with a statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(37)
The expression 1 To 5 in the Case 1 To 5 clause specifies the range of numbers from ____.
(Multiple Choice)
4.7/5
(46)
How does the diamond in the multiple-alternative selection structure differ from the diamonds in the single-alternative and dual-alternative selection structures?
(Essay)
5.0/5
(28)
In situations where the selection structure has many paths from which to choose, it is often simpler and clearer to code the selection structure using the ____ statement.
(Multiple Choice)
4.8/5
(36)
A primary decision is always made by an outer selection structure, while a secondary decision is always made by a nested selection structure.
(True/False)
4.7/5
(40)
A(n) ____ selection structure can choose from several alternatives.
(Multiple Choice)
4.8/5
(42)
To include two groups of radio buttons in an interface, at least one of the groups must be placed within a ____, such as a group box, panel, or table layout panel.
(Multiple Choice)
5.0/5
(36)
To prevent a text box from accepting an inappropriate character, you first use the ____ parameter's KeyChar property to determine the pressed key.
(Multiple Choice)
4.8/5
(41)
An application may need to communicate with the user during run time.
(True/False)
4.9/5
(40)
A nested selection structure can appear within or immediately before the True path or the False path of the outer selection structure.
(True/False)
4.9/5
(35)
When either a selection structure's True path or its False path contains another selection structure, the inner selection structure is referred to as a ____.
(Multiple Choice)
4.9/5
(37)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)