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. When choosing to use an icon set as conditional formatting, which of the following categories is NOT an option on the menu?

A. Directional
B. Shapes
C. Ratings
D. Solid Fill


Answer: D

Computer Science & Information Technology

You might also like to view...

Forgetting to register an event-handler object for a particular GUI component’s event type causes .a. events of that type to be ignored. b. all of the GUI component's events to be ignored. c. a compilation error. d. None of the above.

a. events of that type to be ignored. b. all of the GUI component's events to be ignored. c. a compilation error. d. None of the above.

Computer Science & Information Technology

Which of the following is not true when using functions to create a modular solution.

A. solution is easier to debug and maintain B. solution allows for reuse of code C. only one person can work on a modular solution D. solution allows for encapsulation

Computer Science & Information Technology

A confidentiality agreement for employees, contractors, and outsourcers is also known as which of the following?

A) Non-disclosure agreement B) Acceptable use agreement C) Handling standards D) Internet access security

Computer Science & Information Technology

When you pass an array or an individual array element of a reference type to a method, the called method receives ________. When you pass an individual element of a primitive type, the called method receives ________.

a. a copy of the element’s reference, a copy of the element’s reference b. a copy of the element’s value, a copy of the element’s reference c. a copy of the element’s value, a copy of the element’s value d. a copy of the element’s reference, a copy of the element’s value

Computer Science & Information Technology