You can manage the updating of linked objects using the ____ dialog box.

A. File
B. Links
C. Tools
D. Format


Answer: B

Computer Science & Information Technology

You might also like to view...

Section 6.1. states that message passing is both time- and space-coupled – that is, messages are both directed towards a particular entity and require the receiver to be present at the time of the message send. Consider the case, though, where messages are directed towards a name rather than an address and this name is resolved using DNS. Does such a system exhibit the same level of indirection?

What will be an ideal response?

Computer Science & Information Technology

int x = 27;int y = 10;do    x = x / 3;while (x >= y);If y = 0, how many times would the loop above execute?

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology

What character is used to separate the columns referenced in the GROUP BY clause?

a. Colon : b. Semicolon ; c. Comma , d. Period .

Computer Science & Information Technology

Which of the following CANNOT be represented by a single byte?

A) A letter of the alphabet such as Y B) A word such as Tom C) A number such as 45 D) A special character such as @

Computer Science & Information Technology