Before placing a tab on the ruler, you can select a tab type by clicking the tab button, which is located ________

A) on the HOME tab
B) to the right of the horizontal ruler
C) at the bottom of the vertical ruler
D) to the left of the horizontal ruler


D

Computer Science & Information Technology

You might also like to view...

Write a stub for the following function prototype:

``` double root( double a, double b, double c, int i); // Precondition: a != 0 and a, b, c are coefficients of // a quadratic equation a*x*x + b*x + c = 0 The value // of i is either +1 or -1 to choose which root. // Postcondition: return value, x, satisfies the // equation a*x*x + b*x + c = 0 ```

Computer Science & Information Technology

The Math method that returns the nearest whole number that is greater than or equal to its argument is:

a. round b. ceil c. floor d. all of the above

Computer Science & Information Technology

There are ________ options for compacting a database

A) two B) three C) four D) five

Computer Science & Information Technology

To widen a column to fit the cell content of the widest cell in the column, the user should utilize

A) AutoComplete. B) AutoSum. C) Auto Fill. D) AutoFit.

Computer Science & Information Technology