Identify the letter of the choice that best matches the phrase or definition.

A. Which button merges different versions of a document?
B. Which button makes the change marked up by a reviewer?
C. Which button is used to insert references to headings, figures, or page numbers?
D. Which button updates a table of authorities?
E. Which button compiles a bibliography?


A. Compare button
B. Accept button
C. Cross-reference button
D. Update Table of Authorities button
E. Bibliography button

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) A GUI allows the user to interact with the program visually. 2) A ComboBox can display info and also have the user input info. 3) A Label allows input to be typed into it. 4) ListBoxes and ComboBoxes are the same other than the fact that ComboBoxes have a drop-down list.

Computer Science & Information Technology

Which of the following statements is true?

a. The capacity of a StringBuilder is equal to its length. b. The capacity of a StringBuilder cannot exceed its length. c. The length of a StringBuilder cannot exceed its capacity. d. Both a and b are true.

Computer Science & Information Technology

Speed Fill enters text based on patterns it finds in the data. _________________________  

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the following statements, the printf statement will be executed ____ times.count = 10;while (count <= 10)    printf("%d ",count);

A. 0 B. 1 C. 10 D. an infinite number of

Computer Science & Information Technology