Which of the following tasks is a good candidate for a macro?

A. Printing several reports
B. Modifying the design of a form
C. Building ad hoc reports
D. Creating graphs

Answer: A

Computer Science & Information Technology

You might also like to view...

Explain any constraints in using the top-down versus bottom-up approach in duration estimating.

What will be an ideal response?

Computer Science & Information Technology

ExecutorService method ________ executes a Callable passed in as its argument. Method submit returns an object of type Future (of package java.util.concurrent) that represents the future result of the executing Callable.

a. submit b. execute c. future d. perform

Computer Science & Information Technology