Case-Based Critical Thinking QuestionsCase 11-1Kyra needs to send a letter with an important announcement to all 500 of her clients. She decides to use mail merge.Choose the best answer to complete the steps. Kyra wants to produce envelopes with her mailing. She should click the Envelopes option from the Create group and select formatting options _____.

A. in the dialog box that opens
B. by using the Envelope Format Wizard
C. either a. or b.
D. neither a. nor b.


Answer: A

Computer Science & Information Technology

You might also like to view...

The plaintext of a sector or data unit is organized in to blocks of 128 bits. For encryption and decryption, each block is treated independently. The only exception occurs when the last block has less than 128 bits. In that case the last two blocks are encrypted/decrypted using a ___________ technique instead of padding.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Modify rolo to look for a file .rolo in each rolo user's home directory that contains the full pathname to that user's phone book file. For example:

$ cat $HOME/.rolo /users/steve/misc/phonebook $

Computer Science & Information Technology

The StringBuilder methods _____________ not only change the contents of a string buffer, but also returns a reference to the string buffer.

a. delete b. append c. insert d. reverse e. replace

Computer Science & Information Technology

The validateText() function can only return one of two possible values: ____.

A. false or true B. no or yes C. null or void D. fail or pass

Computer Science & Information Technology