When you place an image, the ____ appears at the upper-left corner of the frame and when you mouse over it, the name of the placed file appears.

A. Link Info button
B. Relink button
C. Link Band-Aid
D. Link Badge

Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true regarding table formatting?

A) In a table design, you can define a Format field property that customizes how data is displayed and printed in tables, queries, reports, and forms. B) The Format property tells Access how data is to be displayed. C) You can define your own custom formats for Currency and Number fields. D) Formatting does not affect the way the data is stored.

Computer Science & Information Technology

In a vector, which of the following statements is true?

a. Indexing vector access is range checked. b. The range of legal index values for a vector is 0 to the value of v.size()-1 c. To add a value use the member function v.push_front( ) d. To increase or decrease a vector’s size v.new_size(newSize);

Computer Science & Information Technology