A __________ is a section of code that the programmer writes once, and then can use many times.

A. macro expansion
B. directive
C. macro definition
D. subroutine


C. macro definition

Computer Science & Information Technology

You might also like to view...

Which of the following statements are true about an immutable object?

a. The contents of an immutable object cannot be modified. b. All properties of an immutable object must be private. c. All properties of an immutable object must be of primitive types. d. An object type property in an immutable object must also be immutable. e. An immutable object contains no mutator methods.

Computer Science & Information Technology

Text that has had the ________ attribute applied displays as if it has been raised from the page

A) embossed B) shadow C) outline D) engraved

Computer Science & Information Technology

When you copy text into a header or footer, the text is ________ to the other header or footers for all sections

Fill in the blank(s) with correct word

Computer Science & Information Technology

Polymorphism permits the same method name to invoke one operation in objects of a parent class and a different operation in objects of a derived class.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology