In a mail merge, the document that contains the text or formatting that remains constant

a. main document
b. data source
c. merged document

A

Computer Science & Information Technology

You might also like to view...

Given a folder with images in it, create an index HTML page with links to each image. Write a function that takes a string which is the path to a directory. You will create a page in the folder named index.html that should be an HTML page containing a link to every JPEG file in the directory. You will also generate a thumbnail (half the size) copy of each image. Use makeEmptyPicture to create a blank picture of the right size, then scale down the original picture into the blank picture. Name the new image “half-” + the original filename (e.g., if the original filename was fred.jpg, save the half-size image as half-fred.jpg). The anchor in the link to each full-size picture should be the half-size image.

What will be an ideal response?

Computer Science & Information Technology

Match each item with a statement below:

A. A template, or blueprint, that serves as the basis for new objects B. Creates aDateobject containing the current date C. Elements required for a source program to communicate with an object D. Converts a number to a string using the number of decimal places specified E. Returns the square root of the specified value F. Programming code and data that can be treated as an individual unit or component G. The easiest way to declare a custom object H. Type of array that enables you to add object properties incorporating numbers I. Returns a value rounded to the nearest integer J. ?A function assigned a name within a custom object

Computer Science & Information Technology