In ____, changes to the data made in either the source file or the destination file dynamically update that data in the linked file as long as both files are open.

A. embedding
B. indexing
C. copying and pasting
D. linking


Answer: D

Computer Science & Information Technology

You might also like to view...

To declare a constant MAX_LENGTH as a member of the class, you write

a. final static MAX_LENGTH = 99.98; b. final static float MAX_LENGTH = 99.98; c. static double MAX_LENGTH = 99.98; d. final double MAX_LENGTH = 99.98; e. final static double MAX_LENGTH = 99.98;

Computer Science & Information Technology

When linking a table to another Access database, changes made to the data in the Access database will be propagated to the source data

Indicate whether the statement is true or false

Computer Science & Information Technology

The Print tab in Backstage view enables you to look at a document as it will appear when printed before you actually print.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When we use a B-tree to store a large number of entries, the space requirements can become excessive because up to 50% of the entries can be empty.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology