Which command should you use to password-protect a document?

A. Encrypt with Password
B. Mark as Final
C. Manage Versions
D. Change File Type


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is not one of the three general types of computer languages?

a. Machine languages. b. Assembly languages. c. High-Level languages. d. Spoken languages.

Computer Science & Information Technology

What will be the output from the source code?

Computer Science & Information Technology

Which of the following is NOT a view when working with forms?

A) Form B) Layout C) Design D) Tabular

Computer Science & Information Technology

Which of the following is not specified by the following code segment:

for (c = 1; c <= 10; c++) a) initial value of the loop counter b) loop continuation test c) increment of the loop counter d) body statement of the loop

Computer Science & Information Technology