To unprotect a document, the first step is to display the ____ task pane.

A. Unprotect Forms
B. Form Protection
C. Restrict Formatting and Editing
D. My Templates


Answer: C

Computer Science & Information Technology

You might also like to view...

What expression should be used to generate random numbers from the set 2, 3, 4, 5, 6, 7? (Assume that the statement Dim randomNum As New Random() has been executed.)

(A) randomNum.Next(2, 7) (B) randomNum.Next(1, 7) (C) randomNum.Next(1, 8) (D) randomNum.Next(2, 8)

Computer Science & Information Technology

To find a maximum object in an array of strings (e.g., String[] names = {"red", "green", "blue"}), use

a. Arrays.max(names) b. Arrays.sort(names) c. Collections.max(names) d. Collections.max(Arrays.asList(names)) e. None of the above

Computer Science & Information Technology

The two most basic characteristics of a brush are the diameter-the size of the brush-and the feather-how hard or soft the edge of the brush is.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To change size and view of the Notes icons, click the View tab, and then in the Arrangement group, click Large Icons, Small Icons, or ____.

A. Edit B. View C. Tools D. List

Computer Science & Information Technology