A(n) __________ is information that is passed to a function, and a(n) __________ is information that is received by a function.

a. function call, function header
b. parameter, argument
c. argument, parameter
d. prototype, header
e. None of these


c. argument, parameter

Computer Science & Information Technology

You might also like to view...

What will be the output of the following program when the button is clicked?

Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim x, y, z As Double x = 3 y = 3 If x > y Then z = x + y Else z = y - x End If txtBox.Text = CStr(z) End Sub``` ``` (A) 6 (B) 3 (C) 0 (D) No output

Computer Science & Information Technology

Giving reasons for your answer, suggest two important types of application where you would not recommend the use of service-oriented architecture.

What will be an ideal response?

Computer Science & Information Technology

One challenge associated with table layouts is that they are ____________________ to revise.

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

Computer Science & Information Technology

Instead of the term, port, the term, ______, sometimes is used to identify audio and video ports.

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

Computer Science & Information Technology