EXX Case 3-1Coach Wright is the coach of the varsity football team. In preparation for his next team meeeting, he wants to create some charts tracking the players weight, time spent in practice, and game performance. Coach Wright wants to display the average time spent in practice for the season using a PivotTable.  To display the Create PivotTable dialog box, he clicks the PivotTable button in the Tables group on the _____ tab.

A. File
B. Insert
C. Page Layout
D. Data


Answer: B

Computer Science & Information Technology

You might also like to view...

Determine whether the following program segments contain errors. For each error, explain how it can be corrected. [Note: For a particular program segment, it’s possible that no errors are present.]

``` a) template int sum(int num1, int num2, int num3) { return num1 + num2 + num3; } b) void printResults(int x, int y) { cout << "The sum is " << x + y << '\n'; return x + y; } c) template A product(A num1, A num2, A num3) { return num1 * num2 * num3; } d) double cube(int); int cube(int); ```

Computer Science & Information Technology

To make an object travel across the screen while it changes its shape, just change the shape and also move or ____________________ it a few pixels for each frame.

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

Computer Science & Information Technology

What is not a good task for a macro?

A) Group a series of commands into one database object B) Automate repetitive tasks C) Automate a one-time event D) Perform a specific action

Computer Science & Information Technology

The _______________ interaction occurs when you drag your finger over an image, and the image moves with your finger.

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

Computer Science & Information Technology