A linked object, such as an Excel chart, is created in a ____ and inserted into a destination file, such as a PowerPoint slide, while maintaining a connection between the two files.

A. original file
B. base file
C. baseline file
D. source file


Answer: D

Computer Science & Information Technology

You might also like to view...

The commonly used abbreviation for the computer's control unit is __________ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the output from each of the following loops?

a) ``` while ( 0 ) cout << ‘X’; cout << endl; ``` b) ``` do cout << ‘X’; while ( y != y ); cout << endl; ``` c) ``` int i = 1; while (i < 9) { cout i; i++; } ``` d) ``` d) char c = 'A'; do { cout << c << " "; c = c + 2; } while ( c <= 'M' ) cout << endl; ``` e) ``` int i = 0; while (i < 50) { if ( i < 20 && i != 15 ) cout << 'X'; i++; } cout << endl; ```

Computer Science & Information Technology

The process of ________ updates changes made to a document on one computing device to all devices attached to the service

Fill in the blank(s) with correct word

Computer Science & Information Technology

The pointer changes when you are creating a link between tasks in ____ view.

A. Calendar B. Network Diagram C. Gantt Chart D. All of the above

Computer Science & Information Technology