The Page Break Preview window shows where the page breaks by displaying:

A) an arrow to move the pages around in the worksheet,
B) the header and footer.
C) a welcome screen.
D) blue dashed lines and the page number on the worksheet.


D

Computer Science & Information Technology

You might also like to view...

A document can be saved as ____________________ text so it can be opened by other word processing software.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ function counts the number of cells within a range that meet a certain criteria

A) COUNTIF B) IF C) SUM D) MEDIAN

Computer Science & Information Technology

Which IOS command(s) will show the matches (or hits) for each ACL?

A) show ip interface B) show acl match C) show acl D) show ip acl E) show ip access-lists F) show access-lists G) show access-lists match H) show access-lists detail

Computer Science & Information Technology

struct nodeType{  int info;  nodeType *link;};nodeType *head, *p, *q, *newNode;newNode = new nodeType; Consider the accompanying code. What is the effect of the following statement?newNode->info = 50; 

A. Stores 50 in the info field of the newNode B. Creates a new node C. Places the node at location 50 D. Cannot be determined from this code

Computer Science & Information Technology