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
You can invoke an independent Sub procedure using the ____ statement.
(Multiple Choice)
4.9/5
(44)
A(n) ____ Sub procedure is processed only when called (invoked) from code.
(Multiple Choice)
4.8/5
(32)
What is the difference between Sub procedures and Function procedures?
(Essay)
4.7/5
(37)
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
-The last statement within a function
(Short Answer)
4.7/5
(28)
All event procedures contain the ____ parameters in their procedure header.
(Multiple Choice)
4.9/5
(35)
A(n) ____ procedure returns a value after performing its assigned task.
(Multiple Choice)
4.9/5
(39)
The last statement in a function is typically the ____________________.
(Short Answer)
4.7/5
(40)
To pass a variable by value, you include the keyword ____ before the name of its corresponding parameter in the procedure's parameterList.
(Multiple Choice)
4.9/5
(37)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)