Methods are considered ____, that is, they can more easily be transported to and reused by multiple programs when variables and constants are declared within the methods that use them.

A. efficient
B. moveable
C. reliable
D. portable


Answer: D

Computer Science & Information Technology

You might also like to view...

When you overload an operator, you cannot change the number of __________ taken by the operator.

a. arguments b. parameters c. operations d. operands e. None of these

Computer Science & Information Technology

If the programmer is writing a function that requires four input values, but most of the time when the function is called, three of the inputs are the same (only changed occasionally). How should the programmer design this function?

What will be an ideal response?

Computer Science & Information Technology

When you define a name, the stored definition is a(n) ________ reference and includes the worksheet name

Fill in the blank(s) with correct word

Computer Science & Information Technology

Case 2Carolyn is a web designer who is responsible for the home page for a real estate company with branches in all 50 states.  The home page should be attractive and functional, allowing potential sellers and buyers to find information quickly. The code Carolyn has written for the site is getting very long and complex.  What can she do to display the code in a more condensed way?

A. She can collapse sections of code using tools found in the tools menu. B. She can collapse sections of code using the Collapse Selection buttons on the Coding toolbar. C. She can use the Simplify Code button on the Coding toolbar. D. She can recode longer sections using the Code Simple toolbar.

Computer Science & Information Technology