Name three types of parameters. List characteristics of each type.

What will be an ideal response?


Parameter Type Use
IN Passes a value into the program.
 Read-only type of value. Itcannot
be changed.  Default parameter type. For
example, constants,literal, and expressions
can be used as IN parameters.
OUT Passes a value back from the program. Write-
only type of value. Cannot assign default
value.  If a program is successful, value is
assigned. For example, a variable canbe used
as OUT parameter.

IN OUT Passes value in and returns value back. Value is
read from and then written to.  For example, a
variable can be used as a IN OUT parameter.

Computer Science & Information Technology

You might also like to view...

_________ provides service to customers in the form of software, specifically application software, running on and accessible in the cloud.

A) ?IaaS? B) SaaS C) ?RaaS ? D) PaaS

Computer Science & Information Technology

Consolidate by ________ can be used to create a summary worksheet when the source worksheets all have an identical structure

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Any type of RAM will work in your computer

Indicate whether the statement is true or false

Computer Science & Information Technology

Reports have a(n) ________ feature allowing records to be presented in sets

Fill in the blank(s) with correct word

Computer Science & Information Technology