To add a colored background to a selected cell or cells, click the _____ tab in the Format Cells dialog box.

A. Border
B. Fill
C. Format
D. Background


Answer: B

Computer Science & Information Technology

You might also like to view...

Use sort to display the food file in reverse alphabetical order.

What will be an ideal response?

Computer Science & Information Technology

The statement on line 1 ________ the array while the statement on line 2 ________ the array.

``` 1 var c; 2 c = new Array( 12 ); ``` a) declares, initializes b) initializes, declares c) declares, allocates d) allocates, declares

Computer Science & Information Technology

Due to the fact that the * character can be used to match all ?characters in a filename, or all files in a directory, it is referred to as a ____________ metacharacter.

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

Computer Science & Information Technology

A photo-sharing service stores pictures in Amazon Simple Storage Service (S3) and allows application sign-in using an OpenID Connect-compatible identity provider. Which AWS Security Token Service approach to temporary access should you use for the Amazon S3 operations?

A. SAML-based Identity Federation B. Cross-Account Access C. AWS Identity and Access Management roles D. Web Identity Federation

Computer Science & Information Technology