Exam 5: More on the Selection Structure
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
The ____ radio button is either the radio button that represents the user's most likely choice or the first radio button in a group of buttons.
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
C
When using the Select Case statement, the data type of the ____ must be compatible with the data type of the selectorExpression.
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
D
Between the Select Case and End Select clauses are the individual ____________________ clauses.
Free
(Short Answer)
4.9/5
(39)
Correct Answer:
Case
Match each item with a statement below.
a.Handled property
f.diamond
b.multiple-alternative
g.KeyChar property
c.Select Case
h.line continuation character
d.primary decision
i.KeyPress event
e.selectorExpression
-A simpler and clearer way to code a multiple-alternative selection structure.
(Short Answer)
4.9/5
(30)
Match each item with a statement below.
a.Handled property
f.diamond
b.multiple-alternative
g.KeyChar property
c.Select Case
h.line continuation character
d.primary decision
i.KeyPress event
e.selectorExpression
-Always made by an outer selection structure.
(Short Answer)
4.8/5
(36)
You add a radio button to a form using the ____ tool in the toolbox.
(Multiple Choice)
4.9/5
(38)
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.9/5
(31)
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
(36)
Match each item with a statement below.
a.Handled property
f.diamond
b.multiple-alternative
g.KeyChar property
c.Select Case
h.line continuation character
d.primary decision
i.KeyPress event
e.selectorExpression
-A property of the KeyPress event procedure's e parameter; used to cancel the key pressed by the user.
(Short Answer)
4.9/5
(45)
If the Select Case statement includes a Case Else clause, the Case Else clause must be the ____ clause in the statement.
(Multiple Choice)
4.8/5
(31)
A(n) ____ selection structure can choose from several alternatives.
(Multiple Choice)
4.8/5
(35)
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)
4.8/5
(40)
When displaying a message in the message box using the MessageBox.Show method, what three items appear in the message box?
(Essay)
4.8/5
(32)
How does the diamond in the multiple-alternative selection structure differ from the diamonds in the single-alternative and dual-alternative selection structures?
(Essay)
4.9/5
(33)
Match each item with a statement below.
a.Handled property
f.diamond
b.multiple-alternative
g.KeyChar property
c.Select Case
h.line continuation character
d.primary decision
i.KeyPress event
e.selectorExpression
-Can contain any combination of variables, constants, methods, operators, and properties.
(Short Answer)
4.7/5
(29)
A _____ decision is always made by an outer selection structure.
(Multiple Choice)
4.7/5
(32)
What is the difference between a primary decision and a secondary decision?
(Essay)
4.9/5
(37)
What are the two keywords that you can use to specify a range of values in a Case clause's expressionList? When is each keyword used?
(Essay)
4.8/5
(36)
A control's ____________________ event occurs each time the user presses a key while the control has the focus.
(Short Answer)
4.8/5
(36)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)