Anna needs to leave a message for a collaborator about a specific paragraph in a document. Which of the following methods is the best way for her to communicate with her collaborator?

A) Enter the desired message in a comment attached to the paragraph.
B) Enter the desired message in the header of the document.
C) Enter the desired message in a text box placed next to the paragraph.
D) Enter the desired message as a document property.

Answer: A) Enter the desired message in a comment attached to the paragraph.

Computer Science & Information Technology

You might also like to view...

Kathleen is implementing an access control system for her organization and builds the following array: Reviewers: update files, delete files Submitters: upload files Editors: upload files, update files Archivists: delete files What type of access control system has Kathleen implemented?

A. Role-based access control B. Task-based access control C. Rule-based access control D. Discretionary access control

Computer Science & Information Technology

Code a method that finds the last occurrence of an object in an array. The method should return the index of the object if found and –1 if not found.

What will be an ideal response?

Computer Science & Information Technology