To print headings on multiple pages, you click Print Titles in the ________

A) Headings group on the PAGE LAYOUT tab
B) Page Setup group on the PAGE LAYOUT tab
C) Headings group on the PAGE VIEW tab
D) Page Setup group on the PAGE VIEW tab

Answer: B

Computer Science & Information Technology

You might also like to view...

The ________ function causes the entire program to terminate, regardless of which function or control mechanism is executing.

A) terminate() B) return() C) continue() D) exit() E) break()

Computer Science & Information Technology

An advantage of inheritance is that:

a. All methods can be inherited. b. All instance variables can be uniformly accessed by subclasses and superclasses. c. Objects of a subclass can be treated like objects of their superclass. d. None of the above.

Computer Science & Information Technology