Besides the Page Setup dialog box, where else can you create headers or footers?

A) Home tab, Text group, Header & Footer B) Insert tab, Text group, Header & Footer
C) Page Layout tab, Text group, Header & Footer D) View tab, Text group, Header & Footer


B

Computer Science & Information Technology

You might also like to view...

You can split a statement across two or more lines by typing a(n) ____ character to signal that the statement continues on the next line.

A. underscore ( _ ) B. plus sign (+) C. pound sign (#) D. ampersand (&)

Computer Science & Information Technology

Which of the following will create a polygon that is a square?

Consider the Java code segment below: ``` Polygon poly2 = new Polygon(); poly2.addPoint(100, 30); poly2.addPoint(100, 130); ``` a. poly2.addPoint(100, 60); poly2.addPoint(100, 130); b. poly2.addPoint(200, 130); poly2.addPoint(200, 30); c. poly2.addPoint(200, 60); poly2.addPoint(200, 130); d. poly2.addPoint(100, 130); poly2.addPoint(100, 230);

Computer Science & Information Technology

A file format that preserves fonts and other formatting when sharing files with others is ________

A) USB B) PDF C) RTF D) TXT

Computer Science & Information Technology

To restrict groups that appear in a SQL query, use the ____ clause.

A. WHERE B. RESTRICT C. HAVING D. GROUP BY

Computer Science & Information Technology