Which of the following is NOT a Zoom option?

A) Two pages B) Page width C) Many pages D) Whole page


A

Computer Science & Information Technology

You might also like to view...

When a subclass constructor calls its superclass constructor, what happens if the superclass’s constructor does not assign a value to an instance variable?

a. A syntax error occurs. b. A compile-time error occurs. c. A run-time error occurs. d. The program compiles and runs because the instance variables are initialized to their default values.

Computer Science & Information Technology

Which statement is false?

a. The Collections API provides a set of public static methods for converting collections to unmodifiable versions. b. Unmodifable wrappers throw ModificationExceptions if attempts are made to modify the collection. c. You can use an unmodifiable wrapper to create a collection that offers read-only access to others while allowing read-write access to yourself. d. You can create the kind of collection mentioned in part (c) simply by giving others a reference to the unmodifiable wrapper while you also retain a reference to the wrapped collection itself.

Computer Science & Information Technology

Describe the features of the Intel High Definition Audio (HDA) sound standard.

What will be an ideal response?

Computer Science & Information Technology

Which of the following cannot be specified in the New Document dialog box?

A. Page size B. Number of pages C. Width of columns D. Margin color

Computer Science & Information Technology