Match the following terms to their meanings:

I. Data source
II. Delimited
III. Mail merge
IV. Main document
V. Definition

A. Contains the text, or letter or memo used in a mail merge
B. The structure of the database-fields names, data types and field properties
C. Each field is separated by a single character and records are on single lines
D. Combine a main document and a data source to create a letter or memo
E. Contains the names and addresses of individuals to be merged into a letter

E, C, D, A, B

Computer Science & Information Technology

You might also like to view...

________ CANNOT be modified

A) A master document B) Color effects C) Theme effects D) Font effects

Computer Science & Information Technology

Suppose class Child is derived from class Parent that was in turn derived from class GrandParent. When we declare an object of class Child, three constructors are called: i) Child, ii) Parent, iii )GrandParent.. What is the order?

a. Child, Parent, GrandParent b. Parent, GrandParent, Child c. GrandParent, Child, Parent d. GrandParent, Parent, Child e. GrandParent, Child, Parent

Computer Science & Information Technology