Which of the following is NOT true about changing the zoom settings?
A. You can show an entire page or multiple pages at the same time.
B. Default settings may vary because of screen size or screen resolution settings.
C. View and zoom settings are saved with a document.
D. The maximum setting is 200%.
Answer: D
You might also like to view...
Add a constraint to the schema that enforces the restriction that the number of books assigned to a shelf cannot exceed the shelf capacity.
What will be an ideal response?
Typing text is also called ____________________ text.
Fill in the blank(s) with the appropriate word(s).
What does a program use to access a private variable within a class?
A. private method B. public method C. public variable D. default constructor
In the array implementation of the stack, the push and pop functions don’t always run in O( 1 ) time because:
A. sometimes we have to search for an element to push or pop B. the number of elements may be very high C. the cross-over point may be too high D. we may have to copy elements