A tiny change in the document can cause the next row of a table to move to the next page, thus making the header row the second row of the table when you:

A) delete the header row. B) disregard the header row.
C) automatically repeat header rows. D) manually copy the header row.


D

Computer Science & Information Technology

You might also like to view...

If set Side is a Square class function and box is a Square object, which of the following statements would set the length of box's side to 5?

A) set Side(5); B) box.set Side(5); C) Square.set Side(5); D) Square.set Side = 5; E) None of the above

Computer Science & Information Technology

You can assign the contents of one array to another by using

A) the assignment operator. B) the equality operator. C) both array names. D) A and C together. E) none of the above.

Computer Science & Information Technology

The ________ command is used to locate a word, phrase, or specific formatting

Fill in the blank(s) with correct word

Computer Science & Information Technology

In a presentation, slide numbers can be inserted into ________

A) only the header B) the header or footer C) only the footer D) the top placeholder in a slide

Computer Science & Information Technology