In Excel if you want to create a worksheet with all elements as they will appear on the printed page, you should choose the ____ View.

A. Publishing Layout
B. Print Layout
C. Page Layout
D. Notebook Layout

Answer: C

Computer Science & Information Technology

You might also like to view...

An explicit constructor:

a. Cannot be called outside of the class it is declared in. b. Can be implicitly called by the compiler to perform a data type conversion. c. Does not initialize its class’s data members. d. Must take exactly one argument.

Computer Science & Information Technology

When two or more arrays have a relationship such that you are able to use the same subscript or index to refer to related elements in the arrays, you have ____ arrays.

A. parallel B. two dimensional C. dynamic D. related

Computer Science & Information Technology