Critical Thinking Questions
Case 10-2
?
Len, your supervisor, asks you to research the interlinked power tools available in Excel. He wants to discuss your research and recommendations next Tuesday.
Next, Len asks you to explain how a 3D Map works. You tell Len that a 3D Map ____.
a.
helps show your data in relation to a geographical area on a mapc.
distributes Excel data across multiple workbooksb.
authenticates datad.
plays no role in Excel workbooks

What will be an ideal response?


Answer: A

Computer Science & Information Technology

You might also like to view...

What is output by the following Java code segment?

``` int temp = 180; if (temp > 90) { System.out.println("This porridge is too hot."); // cool down temp = temp – (temp > 150 ? 100 : 20); } else { if (temp < 70) { System.out.println("This porridge is too cold."); // warm up temp = temp + (temp < 50 ? 30 : 20); } } if (temp == 80) { System.out.println("This porridge is just right!"); } ``` a. This porridge is too hot. b. This porridge is too cold. This porridge is just right! c. This porridge is just right! d. None of the above.

Computer Science & Information Technology

When creating a table in Design view, you can add each of the following EXCEPT ________

A) Field Names B) Data Types C) Table sizes D) Field Properties

Computer Science & Information Technology

A data series

A) is text that describes a collection of data points in a chart. B) contains the entire chart and all of its elements. C) is a group of related data points. D) displays data comparisons vertically in columns.

Computer Science & Information Technology

When you embed an Excel chart using the Keep Source Formatting & Embed Workbook paste option, you can use the ________ contextual tabs in Word to edit the chart

Fill in the blank(s) with correct word

Computer Science & Information Technology