Critical Thinking QuestionsCase 1-1You are the manager of the Sales department for a local clothing store that has three locations. You have prepared a worksheet containing data about the sales figures for the company, which also has a chart to illustrate of the data.
You want to use a shape style to change the look of your chart, but first you want see a Live Preview of how it will look. What do you do with the pointer to see a Live Preview?
a.Hover the pointer over the shape style.c.Right-click the shape style.b.Double-click the shape style.d.Triple-click the shape style.
What will be an ideal response?
Answer: A
Computer Science & Information Technology
You might also like to view...
What does a media query do?
What will be an ideal response?
Computer Science & Information Technology
Find the error in the code segments, and explain how to correct it:
The following code should print the values 1 to 10: ``` n = 1; while (n < 10) { System.out.println(n++); } ```
Computer Science & Information Technology