Which of the following is not a characteristic of a program module?

a. it performs a single task
b. it is self-contained and independent of other modules
c. it is relatively short
d. all of the above are characteristics of a program module

D

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. Gradient fill II. Master Layout III. Insert Layout IV. Gradient Stop A. enables you to choose the elements to include in the master B. a gradual progression of several colors C. used to apply different color combinations D. adds a custom layout to the master slide set

Computer Science & Information Technology

Write a type definition for a type called NumberPtr that will be the type for pointer variables that hold pointers to dynamic variables of type double. Also, write a declaration for a pointer variable called myPoint, which is of type NumberPtr.

What will be an ideal response?

Computer Science & Information Technology