The ________ feature provides a visual indication of deletions, insertions, and formatting change in a document

A) Outline B) Comment C) Reviewing pane D) Track Changes


D

Computer Science & Information Technology

You might also like to view...

Case OL 6-1Susan is an editorial assistant at Q Magazine. She completes many different tasks for the Editor in Chief and must stay organized. She uses Outlook's features to help her manage tasks. Susan will be going on vacation next week and cannot pick up an order from the print shop. She should click the ____ button to hand over the task to someone else.

A. Mark Complete B. Delete C. Assign Task D. Send Status Report

Computer Science & Information Technology

Given the following structure decaration, Employee is

``` struct Employee { string name; int idNum; }; ``` a. a member b. an array c. a tag d. None of these

Computer Science & Information Technology

A tree node that has no children is called a(n) ____________ node.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following cannot be used to concatenate strings?

a. + b. += c. append d. assign

Computer Science & Information Technology