To distinguish editing done to a document by multiple authors, the changes are:

A) displayed in different colors. B) numbered—1, 2, 3, and so on.
C) highlighted in different colors. D) displayed in different fonts.

A

Computer Science & Information Technology

You might also like to view...

How is a user granted permission to access a database?

What will be an ideal response?

Computer Science & Information Technology

Write a sequence of two statements that is equivalent to the following three-statement sequence. Use operators with side effects and avoid parentheses where possible.

x = y * 10; y = y + 1; z = z * (y + 5);

Computer Science & Information Technology