Which chart type would be the best candidate to emphasize sales trends over a period of 6 months?

A. Line
B. Pie
C. Area
D. Scatter


Answer: A

Computer Science & Information Technology

You might also like to view...

The UML class diagram is a rectangle that has three sections. Fill in the members with necessary symbols for public, protected and private members.

```
class Square
{
public:
// unlisted members
void resize(double newSide);
void move(Pair point);
protected:
void erase();
// other members
private:
double side;
Pair topRtCorner;
};
```

Computer Science & Information Technology

Which of the following is NOT true in regard to front-end databases?

A) Front-end databases can be deployed locally to users' computers. B) Front-end databases allow for the creation of temporary objects, such as temporary tables. C) Users cannot modify the file to include objects for their individualized use. D) The front-end database accesses back-end tables by linking to them.

Computer Science & Information Technology

You can search for and insert an ________ picture without saving the image to your computer

Fill in the blank(s) with correct word

Computer Science & Information Technology

To rehearse timing for a presentation, in the Slide Show tab in the ____ group, click the Rehearse Timings button.

A. Set Up B. Links C. Review D. Rehearse

Computer Science & Information Technology