A user needs to remove potentially-damaging comments from a Microsoft Word document. Which of the following is the best way to do this?
a. Use Remove Metadata.
b. Copy text of entire document into a new document.
c. Save document as plain text.
d. Use Document Inspector.
D. Document Inspector finds and can remove comments and other personally identifiable information from a Microsoft Word document. Remove Metadata is not a Microsoft Word feature. The other methods are slow and might require reformatting.
You might also like to view...
A StreamWriter’s ________ method closes the stream.
a) Terminate b) Finalize c) End d) Close e) Exit
If you want headings displayed and printed, make sure there are checkmark(s) in _____.
A. the Headings View box B. the Print box C. both the Headings View and Print boxes D. none of the above
Match each item with a statement below.
A. Indicates the end of the condition being tested. B. Indicates the end of the code to be repeated. C. A loop statement that specifies the number of times to execute the portion of code. D. A loop statement that causes the interpreter to continue executing the code in the until loop portion of the script as long as the condition is false. E. Starts the condition being tested. F. A loop statement that tests a condition in much the same way as if-then statements. G. Starts the portion of code specifying what to do if the condition evaluates to false. H. Indicates the beginning of the code to be repeated. I. Starts the portion of code specifying what to do if the condition evaluates to true.
Describe a situation in which an IF statement could be used.
What will be an ideal response?