Lucy and Margarita are collaborating on a document.
Lucy opens the Reviewing pane to view Margarita’s changes. Which of the following is NOT true about the Reviewing pane?
A. The Reviewing pane can be shown vertically or horizontally.
B. You cannot edit comments in the Reviewing pane.
C. At the top, a summary shows the number of revisions.
D. You can use the scroll bar to view additional comments.
Answer: B
Computer Science & Information Technology
You might also like to view...
__________ is an open-source, freely available software package for e-mail security which has essentially the same functionality as S/MIME.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Suppose sum, num, and j are int variables, and the input is 4 7 12 9 -1. What is the output of the following code?cin >> sum;cin >> num;for (j = 1; j > num; sum = sum + num;}cout
A. 24 B. 25 C. 41 D. 42
Computer Science & Information Technology