Fred plays in a Fantasy baseball league. Each year he prepares for the league draft by creating an Excel worksheet. He creates an 8-column worksheet, and types catcher, 1B, 2B, SS, 3B, outfielders, SP, RP as his column labels. (SPs are starting pitchers and RPs are relief pitchers). He will list the best players for each position in the cells below.Fred decides to create separate worksheets for the National League and the American League. After completing his National League roster of players on the first worksheet, he clicks the ____ to create a second worksheet.

A. Add Chart tab
B. Add Table tab
C. Insert Grid tab
D. Insert Sheet tab


Answer: D

Computer Science & Information Technology

You might also like to view...

Given the class definition,

``` class A { public: A(){} A(int x, char y):xx(x), yy(y) {} // other members private: int xx; char yy; ``` Tell which definition below is legal. If legal, tell whether it is a definition of an object of class A. If the definition is a legal and defines a class A object, tell which constructor is called for each of the following definitions. Identify the constructor like this: If the constructor for class A with two int arguments is called, respond with A(int, int). a)``` A x(2, ‘A’); ``` b)``` A x; ``` c)``` A x(1); ``` e)``` A x( ); ```

Computer Science & Information Technology

Assume you have opened and connected stream variables fileIn and fileOut. Assume further that you have finished with the input and output files. Write the statements necessary to close these files.

What will be an ideal response?

Computer Science & Information Technology

An agency in the U.S. Department of Labor, ________, provides a Web site that guides you through an analysis of your computer workstation to help avoid computer-related injury

A) ITA B) ITU C) OSHA D) OSCA

Computer Science & Information Technology

Microsoft Internet Explorer supports the ____ audio format.

A. OGG B. MP3 C. MIDI D. WAV

Computer Science & Information Technology