Exam 8: Sub and Function Procedures
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
Match each item with a statement below.
a.Return statement
f.parameter
b.address
g.event procedure
c.Call statement
h.As datatype clause
d.independent Sub procedure
i.Sub procedure
e.Function procedure
-A Sub procedure that is associated with a specific object and event
(Short Answer)
4.9/5
(33)
The parameterList lists the data type and name of one or more memory locations, called ____.
(Multiple Choice)
4.8/5
(27)
The ____ parameter of an event procedure contains the memory address of the object that raised the event.
(Multiple Choice)
4.9/5
(41)
After creating your own function in Visual Basic, you can invoke it from one or more places in an application's code.
(True/False)
4.9/5
(42)
The ____ clause in an event procedure's header indicates the object and event associated with the procedure.
(Multiple Choice)
4.7/5
(38)
What kind of access to a variable does the receiving procedure have when the variable is passed to it by value?
(Essay)
4.7/5
(28)
The ____ parameter in an event procedure's header contains additional information provided by the object that raised the event.
(Multiple Choice)
4.9/5
(36)
The ____ parameter in the KeyPress event procedure's header contains a character that corresponds to the key pressed by the user.
(Multiple Choice)
4.8/5
(39)
Passing a variable's address to the receiving procedure is referred to as passing by ____.
(Multiple Choice)
4.9/5
(37)
When you pass a variable ____________________, the computer passes a copy of the variable's contents to the receiving procedure.
(Short Answer)
4.8/5
(33)
The rules for naming an independent Sub procedure are the same as those for naming variables.
(True/False)
4.8/5
(35)
Match each item with a statement below.
a.Return statement
f.parameter
b.address
g.event procedure
c.Call statement
h.As datatype clause
d.independent Sub procedure
i.Sub procedure
e.Function procedure
-Used to invoke an independent Sub procedure
(Short Answer)
4.8/5
(29)
The process of converting a variable from one data type to another is referred to as ____.
(Multiple Choice)
4.9/5
(33)
Match each item with a statement below.
a.Return statement
f.parameter
b.address
g.event procedure
c.Call statement
h.As datatype clause
d.independent Sub procedure
i.Sub procedure
e.Function procedure
-Does not return a value after performing its assigned task
(Short Answer)
4.9/5
(43)
Procedure names are usually entered using ____________________ case.
(Short Answer)
4.9/5
(31)
To pass a variable by reference in Visual Basic, you include the keyword ____________________ before the variable's corresponding parameter in the receiving procedure's header.
(Short Answer)
4.7/5
(37)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)