Why would you select a Center on page option on the Margins tab within the Page Setup dialog box if you have already set the margins?

What will be an ideal response?


You might want to center worksheet data between the margins instead of letting the data appear at the top or left margins, especially if doing so would create an unbalanced look on the printed page.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

``` #include using namespace std; int main() { int list[] = {1, 1, 1, 1}; *(list) = *(list) + 1; *(list + 1) = *(list + 1) + 2; *(list + 2) = *(list + 2) + 3; *(list + 3) = *(list + 3) + 4; cout << list[0] << " " << list[3] << endl; return 0; } ``` a. 2 2 b. 3 5 c. 2 5 d. 1 2 e. 3 4

Computer Science & Information Technology

________ force you to practice safe computing and thus prevent a lot of potential problems from affecting a system

A) Keychains B) AUPs C) EFSs D) BitLockers

Computer Science & Information Technology

The Court held in Sable Communications, Inc. v. FCC and Turner Broadcasting System, Inc. v. FCC that telephone communications and cable broadcasts are entitled to the same level of First Amendment protection

Indicate whether the statement is true or false.

Computer Science & Information Technology

What command will set the native VLAN on a Juniper switch port?

a. switchport trunk native vlan b. switchport set native vlan c. config native vlan d. set native-vlan-id

Computer Science & Information Technology