Case WDX 1-1Sharon is working on a sensitive company document and needs to make sure only authorized personnel can view or make changes to the document. Sharon wants to allow a few people to read the document, but wants no one to be able to make changes. Where can she do that?
A. Signature Setup dialog box
B. Encrypt Document dialog box
C. Word Options dialog box
D. Restrict Formatting and Editing task pane
Answer: D
You might also like to view...
Which of the following is an example of code injection?
a. CSS b. XSS c. DoS d. MITM
What does the following method do for the call printArray(a, a.length) for the array a = { 54, 23 36 }? What is wrong with this method? Fix the problem, if you can.
``` void printArray( int[] values, int n ) { if ( n < 0 ) return; n--; printArray( values, n ); System.out.print( values[n] ); } ```
A Web site should include at least seven main categories.
Answer the following statement true (T) or false (F)
____ operations provide the computing agent with data values from the outside world that it may use in later instructions.
A. Ingoing B. Outgoing C. Input D. Output