Exam 9: Sub and Function Procedures
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 can use the ____ function to return a number rounded to a specific number of decimal places.
(Multiple Choice)
4.8/5
(38)
When you pass a variable by value, the receiving procedure can change the value stored inside the variable.
(True/False)
4.7/5
(34)
The rules for naming an independent Sub procedure are the same as those for naming variables.
(True/False)
4.8/5
(40)
Unlike a Sub procedure header, a function's header includes the ____ section.
(Multiple Choice)
4.9/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.8/5
(35)
The last statement in a function is typically the ____________________.
(Short Answer)
4.7/5
(43)
A(n) ____ Sub procedure is processed only when called (invoked) from code.
(Multiple Choice)
4.9/5
(42)
You pass a variable by ____ when you want the receiving procedure to change the contents of the variable.
(Multiple Choice)
4.8/5
(30)
A(n) ____ procedure returns a value after performing its assigned task.
(Multiple Choice)
5.0/5
(37)
The parameterList lists the data type and name of one or more memory locations, called ____.
(Multiple Choice)
4.9/5
(26)
Desk‑checking is also called ____________________ because you use a pencil and paper to follow each of the instructions by hand.
(Short Answer)
4.8/5
(24)
The position of the arguments listed in the calling statement should agree with the position of the parameters listed in the receiving procedure's _____.
(Multiple Choice)
4.8/5
(33)
You can invoke an independent Sub procedure using the ____ statement.
(Multiple Choice)
4.9/5
(38)
On what basis should you decide whether you should pass a variable's value or address to the receiving procedure?
(Essay)
5.0/5
(47)
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.8/5
(44)
Variables declared using the ____ data type do not have a set of properties.
(Multiple Choice)
5.0/5
(42)
The process of manually walking through your code, using sample data is called ____.
(Multiple Choice)
4.8/5
(43)
What is the difference between Sub procedures and Function procedures?
(Essay)
4.8/5
(33)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)