________ is the Word feature that records changes made to a document

A) Comments and Changes B) Use Tracking
C) Track Edits D) Track Changes


D

Computer Science & Information Technology

You might also like to view...

The first step performed by the binary search algorithm at each iteration is to:

a. Compare the search key with the lowest element in the current subvector. b. Compare the search key with the middle element in the current subvector. c. Compare the search key with the highest element in the current subvector. d. Count the number of elements in the current subvector.

Computer Science & Information Technology

Which of the following statements is false?

a. Variables declared in the body of a particular method are local variables and can be used only in that method. b. A method’s parameters are local variables of the method. c. Every method’s body is delimited by left and right braces ({ and }). d. Keyword null indicates that a method will perform a task but will not return any information.

Computer Science & Information Technology

If you use the shifting method with a factor of 2.0 or 3.0, you'll get the sound repeated or even triplicated. Why? Because in changeFreq2 you wrap back to the front to ¯ll the rest of the sound. Can you fix it? Yes, you can change changeFreq2 to return a new sound of the correct length, instead.

What will be an ideal response?

Computer Science & Information Technology

Data CANNOT be exchanged between Access and Excel

Indicate whether the statement is true or false

Computer Science & Information Technology