The _____ group in the HOME tab provides options for centering, right-aligning, left-aligning, and justifying text.

A. Styles
B. Editing
C. Paragraph
D. Font


Answer: C

Computer Science & Information Technology

You might also like to view...

Consider integer array values, which contains 5 elements. Which statements successfully swap the contents of the array at index 3 and index

a. values[3] = values[4]; values[4] = values[3]; b. values[4] = values[3]; values[3] = values[4]; c. int temp = values[3]; values[3] = values[4]; values[4] = temp; d. int temp = values[3]; values[3] = values[4]; values[4] = values[3];

Computer Science & Information Technology

To delete more than one row at a time, drag down over the rows you want to delete. Click the down-arrow button next to Delete in the _____ group, then click Delete Sheet Rows to delete the rows.

A. Alignment B. View C. Data D. Cells

Computer Science & Information Technology

________ spacing is the vertical distance above and below each paragraph

A) Line B) Justification C) Indention D) Paragraph

Computer Science & Information Technology

What is a "null session" and how does it relate to Window's systems?

What will be an ideal response?

Computer Science & Information Technology