Characters that surround a merge field to distinguish where data will be populated in the mail merge are:

a. double parentheses
b. double angle brackets
c. merge characters


B

Computer Science & Information Technology

You might also like to view...

When an operation is performed on two int values, the result will be a(n) ____________.

a. decimal b. double c. string d. int

Computer Science & Information Technology

Any construct that allows you to cycle through all the items in a container is called:

a. Pointer b. Instance variable c. Iterator d. All of the above

Computer Science & Information Technology

In the __init__ method for the ArrayListIterator class, what is the missing code? def __init__(self, backingStore): self.backingStore = backingStore self.modCount = backingStore.getModCount()

A. self.first() B. self.last() C. self.next() D. self.previous()

Computer Science & Information Technology

To save a query, click the Save button on the ____.

A. Quick Access Toolbar B. Home tab on the Ribbon C. Create tab on the Ribbon D. status bar

Computer Science & Information Technology