A called method accepts the value of an argument passed to it as its ____.

A. parameter
B. reference
C. baseline
D. argument


Answer: A

Computer Science & Information Technology

You might also like to view...

When should a parameter be a value parameter?

a) When the parameter is carrying information into the function that does not have to be returned b) When the parameter is carrying information into the function that may be changed and the new value should be returned c) When the information is to be returned from the function using the parameter. d) When the parameter is an output parameter

Computer Science & Information Technology

When using a selection tool, you can unintentionally miss some of the pixels; this can create a ____ ____ .

a. pixel ghost b. ghost shadow c. fringe pixel d. fringe ghost

Computer Science & Information Technology

A ____ space is a three-dimensional representation of the specific plotted points of color designated by the numerical values of color that can be produced by a color model.

a. plot b. numerical c. working d. color

Computer Science & Information Technology

Which of the following is a characteristic of high-level languages?

A. use an assembler to convert the code to machine language B. do not need to be converted to machine language C. use mnemonics to represent machine language instructions D. portable to many different computers E. closely related to machine language

Computer Science & Information Technology