Match the following terms to their meanings:

I. Plain Text file
II. Delimited file
III. Imported data
IV. Source file
V. Linked Access table

A. A file where each record displays on a separate line and the fields are separated by a delimiter
B. Will not be synchronized between the imported object and the source object
C. Maintains a link to the source data
D. File being imported
E. This format contains no formatting such as bold or italics


E, A, B, D, C

Computer Science & Information Technology

You might also like to view...

Blogosphere is the practice of using social media sites to sell products and services

Indicate whether the statement is true or false

Computer Science & Information Technology

This code should iterate through an array of Packages in the objList ArrayList and print each package’s number in the lblDisplay Label. Assume objList has already been created and has had packages added to it. Find the error(s) in the following code.

 foreach ( ArrayList objValue in objList )
 {
 lblDisplay.Text += ( " " + objValue.PackageNumber );
 }

Computer Science & Information Technology

What must be enteredwhen you install software to verify that the software was purchased legally?

a. Administrator password b. Product key c. Credit card number

Computer Science & Information Technology

For all handouts to be printed in Landscape layout, this feature should be changed in the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology