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.
B
You might also like to view...
Answer the following statements true (T) or false (F)
1) GroupBoxes have a text display and can have scrollbars inserted into them. 2) Panels have the ability to have scrollbars should their contents get too big. 3) The AutoScroll property will cause a Panel to scroll to the bottom if the controls displayed are too large. 4) GroupBoxes can display captions and do not include scrollbars, whereas Panels can include scrollbars and do no include a caption.
A contigous segment of an array is given by specifying two subscripts, lower and upper. Which of the following expressions gives the subscript of the array element that is three quarters of the way from lower to upper?
A) lower + 3 * upper /4 B) lower /3 + upper C) (upper — lower) * 3 /4 D) lower + (upper — lower) * 3 / 4
______________________________ was designed to be the successor to Windows 98, after Microsoft's engineers had failed to bridge Windows 98 and Windows NT with Windows 2000.
Fill in the blank(s) with the appropriate word(s).
Which of the following statements are true?
a. A primary stage is automatically created when a JavaFX main class is launched. b. You can have multiple stages displayed in a JavaFX program. c. A stage is displayed by invoking the show() method on the stage. d. A scene is placed in the stage using the addScene method e. A scene is placed in the stage using the setScene method