Matching
Match each item with a statement below.
Premises:
Returns a value after performing its assigned task
The last statement within a function
Does not return a value after performing its assigned task
Used to invoke an independent Sub procedure
Reviewing the program instructions
Location in the computer's internal memory
Used to specify the data type of the value returned by the function
Allows the programmer to avoid duplicating code in different sections of a program
Stores information passed to a procedure when it is invoked
Responses:
Calling statement
Return statement
Sub procedure
parameter
As datatype clause
independent Sub procedure
address
Function procedure
hand-tracing
Correct Answer:
Premises:
Responses:
Returns a value after performing its assigned task
The last statement within a function
Does not return a value after performing its assigned task
Used to invoke an independent Sub procedure
Reviewing the program instructions
Location in the computer's internal memory
Used to specify the data type of the value returned by the function
Allows the programmer to avoid duplicating code in different sections of a program
Stores information passed to a procedure when it is invoked
Premises:
Returns a value after performing its assigned task
The last statement within a function
Does not return a value after performing its assigned task
Used to invoke an independent Sub procedure
Reviewing the program instructions
Location in the computer's internal memory
Used to specify the data type of the value returned by the function
Allows the programmer to avoid duplicating code in different sections of a program
Stores information passed to a procedure when it is invoked
Responses:
Related Questions
Q3: What is an event procedure?
Q4: Associating a procedure with more than one
Q5: The number of arguments in the Call
Q6: The Return statement's syntax is _ expression
Q7: How do you invoke a function that
Q9: The function's header and footer contain the
Q10: The _ clause in an event procedure's
Q11: You can cast a variable from the
Q12: What is desk-checking?
Q13: The process of converting a variable from