Critical Thinking QuestionsCase 8-2Last year, your cousin Margie started a small business selling crafting and needlework supplies to small retailers across the state. She has recorded her company's annual sales data totals in a worksheet indicating city, store, and product. Going forward, Margie needs to direct her limited resources toward promoting her top products and improving her business relationships with her top retailers. To do this, she needs to carefully analyze the first year's sales data.

Margie gives you a call to thank you for your suggestions on analyzing the company's sales data. She tells you that she now needs to prepare some easy-to-understand visual aids based on the data for a meeting with her banker. You suggest that she ____.
a.
create one or more PivotChart reports based on the data; move each chart to its own chart sheet; print copies of each chart sheet for the meetingc.
create a SmartArt graphic that shows the most important elements from her sales analysis; e-mail the graphic to the bankerb.
bring you to the meeting so that you can explain the datad.
import the data totals into a text file and then print copies of the text file for the meeting

What will be an ideal response?


Answer: A

Computer Science & Information Technology

You might also like to view...

To help human readers understand why a method's statements are there, good programmers insert explanatory ____ into their methods.

A. conditions B. behaviors C. actions D. comments

Computer Science & Information Technology

A lock object is created with class_________ .

a) threading.RLock. b) threading.newLock. c) threading.ThreadLock. d) None of the above.

Computer Science & Information Technology

Every computer can be divided into six basic units. They are:

a) monitor, mouse, keyboard, hard drive, processor and disk drives. b) input, output, primary storage, secondary storage, memory and ALU. c) input, output, memory, ALU, CPU and secondary storage. d) input, output, primary storage, secondary storage, CPU, memory.

Computer Science & Information Technology

Why is a double linked list used for a queue data structure?

a. Because a queue enqueues and dequeues elements at both ends. b. Because a double linked list is simpler to implement. c. For a queue to have LIFO ordering. d. To make a queue searchable.

Computer Science & Information Technology