Once workbook sharing is removed, the contents of the tracking log are _______, and there is no way to retrieve the history of edits made to the document.

A. saved
B. copied
C. erased
D. backed up

Answer: C

Computer Science & Information Technology

You might also like to view...

The process of combining two or more values to create a single value is called _________

A) consolidate B) concatenate C) update D) union

Computer Science & Information Technology

Which one of the following statements initializes a variable with an integer literal?

a. int score = 2500; b. decimal total = 156.78m; c. double rate = 0.00435; d. string name = "Michelle";

Computer Science & Information Technology