A variable or expression listed in a call to a function is called the ____.
A. formal parameter
B. actual parameter
C. data type
D. type of the function
Answer: B
You might also like to view...
____ are a commonly accepted means of confirming the proper functioning of a given entity.
A. Audits B. Reviews C. Assessments D. Tests
Which of the following statements would clear the text displayed in a Label control named city Label?
a. cityLabel.Text = "empty"; b. cityLabel.Text = "none"; c. cityLabel.Text = "clear"; d. cityLabel.Text = "";
Write a method for Turtle to draw an equilateral triangle. Pass in the length of the sides.
What will be an ideal response?
When writing a set of instructions for the computer:
a. The instructions must be in proper order. b . The instructions must be complete. c. The instructions assume the computer knows nothing. d. All of the above.