The ________ dialog box shows if hidden, document, or personal information was found in a document

A) Open B) Manage Versions
C) Save As D) Document Inspector


D

Computer Science & Information Technology

You might also like to view...

The __________ represent(s) the printable area of a page.

a) PrintBounds b) Boundary c) MarginBounds d) Perimeter

Computer Science & Information Technology

Which of the following gestures uses three fingers?

A. swipe B. rotate C. pinch and pan D. tap

Computer Science & Information Technology

Name two ways you can identify the PID number of the login shell.

What will be an ideal response?

Computer Science & Information Technology

Explain how to use Java reflection to construct a generic dispatcher. Give Java code for a dispatcher whose signature is:

``` public void dispatch(Object target, Method aMethod, byte[] args) ``` The arguments supply the target object, the method to be invoked and the arguments for that method in an array of bytes.

Computer Science & Information Technology