Remarks added to a macro to provide information to those writing or reviewing the macro are called ________

A) instructions
B) dialog
C) a conversation
D) comments


D

Computer Science & Information Technology

You might also like to view...

Which of the following statements is true?

a. Local variables are automatically initialized. b. Every instance variable has a default initial value—a value provided by Java when you do not specify the instance variable’s initial value. c. The default value for an instance variable of type String is void. d. The argument types in the method call must be identical to the types of the corresponding parameters in the method’s declaration.

Computer Science & Information Technology

The principal disadvantage of the _________ approach is that the transfer of control from one thread to another within the same process requires a mode switch to the kernel.

A) ?KLT ? B) ?LWP ? C) ?VAX ? D) ?ULT

Computer Science & Information Technology

A(n)________ is a large, planned software update that addresses multiple problems, or adds multiple features

a. bug b. hotfix c. patch d. service pack

Computer Science & Information Technology

Sometimes you want to take action when one or the other of two conditions is true, this type of compound condition is called a(n) ____ decision.

A. AND B. OR C. NOR D. NOT

Computer Science & Information Technology