If your worksheet contains multiple pages, the margin settings apply _____.

A. only to the current page
B. to the first two pages
C. to all the pages
D. to the specified pages


Answer: C

Computer Science & Information Technology

You might also like to view...

You can replace the items in anArray with those of newArray with the following operation: ____.

A. anArray[] = newArray[]; B. anArray = newArray; C. anArray[] == newArray[]; D. anArray == newArray;

Computer Science & Information Technology

To get a good view of the entire worksheet before you change the margins, you might want to increase the zoom level to more than 100%.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When in VSTO, toolbars for the selected Office application appear on the status bar.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Case 8-2David is adding a clear form feature to the Pete's Italian Pies Web site, and has written the following code:function doClear() {  document.PizzaForm.customer.value = "";}Referring to David's JavaScript above, the form object is contained with the ____ object.

A. document B. Pizza C. value D. customer

Computer Science & Information Technology