Which of the following is NOT monitored by Track Changes?

A) Deletions B) Formatting changes
C) Additions D) Document versions

D

Computer Science & Information Technology

You might also like to view...

Given the following decaration:

``` enum Tree { OAK, MAPLE, PINE }; What is the value of the following relational expression? OAK > PINE ``` a. true b. false c. This is an error. You cannot compare enu-merators with relational operators.

Computer Science & Information Technology

When you want more information about a specific color in a document, use the ____ to show the color values beneath the mouse pointer.

a. Color selector b. Paint Bucket Tool c. Magic Wand Tool d. Info panel

Computer Science & Information Technology