You can change the color of cells by adding background colors, also known as _________.
A. fill handle
B. color palettes
C. fill colors
D. flex wrap

Fill in the blank(s) with the appropriate word(s).


fill colors

Rationale: You can change the color of cells by adding background colors, also known as fill colors. You can distinguish sections of a worksheet by formatting the cell background. Sometimes you want to include lines along the edges of cells to improve the readability of the rows and columns of data. See 14-8: Formatting Cells and Ranges

Computer Science & Information Technology

You might also like to view...

4. What is displayed by the following program after the call to fork?

#include #include int main() { fork(); cout << "After fork" << endl; return 0; } a. The parent process will display "After fork" b. The child process will display "After fork" c. Neither the parent process nor the child process will display "After fork" d. The program does not create a child process e. Both the parent process and child process will display "After fork"

Computer Science & Information Technology

A node contains:

(a) data item(s) (b) reference(s) to another node (c) both A and B (d) none of the above

Computer Science & Information Technology

It's a smart idea to save repetitive steps as a(n) ____, thereby avoiding time consuming repetition of efforts.

A. agenda B. action C. list item D. story

Computer Science & Information Technology

COGNITIVE ASSESSMENT Which of the following works in a manner similar to a copy machine?

A. scanner B. memory C. display D. solid-state drive

Computer Science & Information Technology