Match the following terms to their meanings:
I. Data source
II. Delimited
III. Mail merge
IV. Main document
V. Definition
A. Contains the text, 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
You might also like to view...
Clicking a MainMenu control in the component tray causes the IDE to ________.
a) switch to Menu mode b) switch to Menu Designer mode c) switch to code view d) switch to component tray mode e) add Menu controls to the Toolbox
What is Viewport?
What will be an ideal response?
Case-Based Critical Thinking QuestionsCase 1You have just starting working at Quantum Company. As a new programmer, you have been asked to review and correct various pseudocode.The following pseudocode is not working correctly. Which answer shows the corrected code?start Declarations Product myApple myApple.setName = "Gala" output "My favorite apple is ", myApple.getName()stop
A. Product.setName = "Gala" B. myApple.setName("Gala") C. Product = "Gala" D. Product.setName("Gala")
You should use a _____ chart to show the relationship or proportion of parts to a whole.
A. Column B. Bar C. Line D. Pie