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
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.7/5
(32)
You use the ____ keyword when you know both the upper and lower values in a range.
(Multiple Choice)
4.8/5
(38)
A control's KeyPress event occurs each time the user presses a key while the control ____.
(Multiple Choice)
4.8/5
(35)
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
-Occurs each time the user presses a key while the control has the focus.
(Short Answer)
4.8/5
(45)
The recommended maximum number of radio buttons in a group is ____.
(Multiple Choice)
4.9/5
(32)
How do you prevent the entry of inappropriate characters in a text box?
(Essay)
4.8/5
(45)
You use the ____ keyword when you know only one end of a range (either the upper or lower end).
(Multiple Choice)
4.8/5
(44)
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
-The flowchart symbol for the multiple-alternative selection structure.
(Short Answer)
4.8/5
(39)
A ____ decision is always made by a nested selection structure.
(Multiple Choice)
4.9/5
(46)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)