Match the following terms to their meanings:

I. Update Link
II. Edit Link
III. Open Link
IV. Linked Object
V. Paste Link

A. can make modifications within Word
B. retrieves the latest updated form of the object from the source application
C. allows you to choose Edit Link or Open Link
D. the application starts and displays the complete application
E. creates the connection to the original file


B, A, D, C, E

Computer Science & Information Technology

You might also like to view...

A node with key 8 has a left child with key 10 . Which of the following objects could this node be found in?

a. binary search tree b. max heap c. min heap d. two of the above e. none of (a), (b), and (c)

Computer Science & Information Technology

Write a short C++ program to read positive integers, until the value -1 is read and print the sum of the values.

What will be an ideal response?

Computer Science & Information Technology

According to the Nyquist rule, the sampling rate of sound should be roughly

a. half of what humans can hear b. the same as what humans can hear c. twice what humans can hear d. three times what humans can hear

Computer Science & Information Technology

What is wrong with this while loop?

``` int count = 0; while(count < 50) { cout<

Computer Science & Information Technology