All of the following are true about a macro in Word EXCEPT ________

A) it automates repetitive tasks
B) it can record your keystrokes
C) it can only be used once
D) it can be deleted

C

Computer Science & Information Technology

You might also like to view...

For table II, compute support, the interest measure, and the ? correla- tion coefficient for the association pattern {A, B}. Also, compute the confidence of rules A ? B and B ? A.

Consider the contingency tables shown in Table 6.6.

Computer Science & Information Technology

Which is equivalent to if (!(grade == sentinelValue))?

a) if (grade !== sentinelValue) b)if (grade != sentinelValue) c) if (grade == sentinelValue) d) if (grade !== sentinelValue)

Computer Science & Information Technology