When setting up a mail merge document to prepare the envelopes for a set of merged letters, select ____ as the type of document.

A. Directory
B. Envelopes
C. Labels
D. Letters


Answer: B

Computer Science & Information Technology

You might also like to view...

Apply the gain ratio measure to the table in Figure 17.16 to design a decision tree.

What will be an ideal response?

Computer Science & Information Technology

If a do…while structure is used:

a. An infinite loop cannot take place. b. Counter-controlled repetition is not possible. c. The body of the loop will execute at least once. d. An off-by-one error cannot occur.

Computer Science & Information Technology

What happens to a clip you added to a Scrapbook after you quit an Office program?

What will be an ideal response?

Computer Science & Information Technology

Suppose income is 4001, what is the output of the following code? if (income > 3000) { System.out.println("Income is greater than 3000"); } else if (income > 4000) { System.out.println("Income is greater than 4000"); }

a. no output b. Income is greater than 3000 c. Income is greater than 3000 followed by Income is greater than 4000 d. Income is greater than 4000 e. Income is greater than 4000 followed by Income is greater than 3000

Computer Science & Information Technology