A(n) ________ is an item that serves as a placeholder for the variable data that will be inserted into the main document during the mail merge procedure

Fill in the blank(s) with correct word


merge field

Computer Science & Information Technology

You might also like to view...

Which of the following statements about pointer initialization and values is false?

a. Prior C++11, the value specified for a null pointer was 0 or NULL. b. When 0 is assigned to a pointer, it’s converted to a pointer of the appropriate type. c. The value 0 is the only integer value that can be assigned directly to a pointer variable without first casting the integer to a pointer type. d. In the new standard, you should use the constant null_ptr to initialize a pointer instead of 0 or NULL.

Computer Science & Information Technology

The Where clause of an SQL statement specifies __________.

a. the location of the database being queried b. which fields are to be displayed c. specifies the order in which the rows should appear d. specifies which rows should be retrieved

Computer Science & Information Technology

The ____ option exists as a simple solution to help you maintain a consistent light source for multiple layer styles.

A. Constant Lighting B. Global Lighting C. Use Global Light D. Same Light For All

Computer Science & Information Technology

TCP/IP provides the basic ______________ structure for communication on the Internet.

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

Computer Science & Information Technology