Where can you store data such as an author's name, purpose of the file, and the intended audience, that won't be seen directly in the document?

A) Document Inspector B) Document Panel
C) Print Preview features D) Compatibility Checker feature

B

Computer Science & Information Technology

You might also like to view...

Facebook and LinkedIn are examples of ________ sites

A) blogging B) social networking C) wiki D) podcasting

Computer Science & Information Technology

Which of the following statements is false?

a. Interface IntPredicate’s default method and performs a logical AND operation with short-circuit evaluation between the IntPredicate on which it’s called and its IntPredicate argument. b. Interface IntPredicate’s default method invert reverses the boolean value of the IntPredicate on which it’s called. c. Interface IntPredicate default method or performs a logical OR operation with short-circuit evaluation between the IntPredicate on which it’s called and its IntPredicate argument. d. You can use the interface IntPredicate default methods to compose more complex conditions.

Computer Science & Information Technology