The facts that a function assumes to be true of the arguments that it receives are called __________.

a. function input validations
b. local variables
c. postconditions
d. preconditions
e. none of the above

D

Computer Science & Information Technology

You might also like to view...

The

tag includes attributes that control how the form is processed.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In a function that receives one parameter value from the main program and passes back a changed value of the parameter, that parameter is considered __________.

a. an input parameter b. an output parameter c. an input/output parameter d. a local variable e. a stub

Computer Science & Information Technology