EX Case 8-1Mr. Berry uses a worksheet to record grades for the math class he teaches two evenings a week at a local business college. Using Excel allows him to easily calculate the class averages and to use conditional formatting to analyze his students' grades. To apply conditional formatting to cells, Mr. Berry would click the Conditional Formatting button in the ____ group on the Home tab.

A. Font
B. Alignment
C. Styles
D. Cells


Answer: C

Computer Science & Information Technology

You might also like to view...

As shown in the accompanying figure, all characters in a line of code following an apostrophe will not be ____________________ or executed.

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

Computer Science & Information Technology

After the following program is finished, how many bytes are written to the file t.dat?

``` import java.io.*; public class Test { public static void main(String[] args) throws IOException { DataOutputStream output = new DataOutputStream( new FileOutputStream("t.dat")); output.writeShort(1234); output.writeShort(5678); output.close(); } } ``` a. 2 bytes. b. 4 bytes. c. 8 bytes. d. 16 bytes.

Computer Science & Information Technology

To test reachability of a host terminal in a network, you can use the ____________________ computer network tool.

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

Computer Science & Information Technology

Along with the many advantages of WLAN technology there are disadvantages and concerns. These include radio frequency interference, health risks, and ____.

A. mobility B. network reliability C. installation costs D. security

Computer Science & Information Technology