answers verified to pass 2025
This is a prewritten function that is built into a programming language.
a. standard function
b. library function
c. custom function
d. cafeteria function - correct answer library function
This term describes any mechanism that accepts input, performs some
operation that cannot be
seen on the input, and produces output.
a. glass box
b. white box
c. opaque box
d. black box - correct answer black box
This part of a function definition specifies the data type of the value that the
function returns.
a. header
b. footer
c. body
d. Return statement - correct answer header
In pseudocode, this statement causes a function to end and sends a value
back to the part of
the program that called the function.