In the figure above, which number points to the text box you would use to increase the distance between the cell walls and the content?

A. 2
B. 3
C. 4
D. 5


Answer: C

Computer Science & Information Technology

You might also like to view...

What will be output by the following statements?

double x = .0012345; cout << fixed << x << endl; cout << scientific << x << endl; a. 1.234500e-003 0.001235 b. 1.23450e-003 0.00123450 c. .001235 1.234500e-003 d. 0.00123450 1.23450e-003

Computer Science & Information Technology

If you want the records in a table to be sorted alphabetically by last name and then alphabetically by first name within each last name, you would need to:

A) sort Lastname as the innermost field in ascending order. B) sort Lastname as the outermost field in descending order. C) sort Firstname as the innermost field in descending order. D) sort Lastname as the outermost field in ascending order.

Computer Science & Information Technology

Every table in a database must contain one field that is designated as the ID key field. __________________________

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

Computer Science & Information Technology

You can run a macro by assigning it to a ____ on your worksheet.

A. tab B. group C. Dim statement D. button

Computer Science & Information Technology