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...

Almost any picture or video on the web can be ________ to Pinterest

A) pinned B) stapled C) taped D) glued

Computer Science & Information Technology

The Quicksort algorithm works by

A) repeatedly comparing adjacent items and swapping them so smaller values come before larger values B) repeatedly locating the smallest value in the unsorted portion of the array and moving it toward the lower end of the array C) repeatedly taking the first value in the unsorted portion of the array and placing it at its proper place in the part of the array that is already sorted D) partitioning the unsorted portion of the array into two sublists and a pivot and recursively sorting the two sublists

Computer Science & Information Technology