A ________ is a line that shows the direction of the data

A) data bar B) trendline C) sparkline D) legend


B

Computer Science & Information Technology

You might also like to view...

Which of the following generic type notations uses a wildcard?

A) Point B) Point C) Point D) Point

Computer Science & Information Technology

Which of the following segments is a proper way to call the method read Data four times?

a. double k = 0.0; while (k != 4) { readData(); k = k + 1; } b. int i = 0; while (i <= 4) { readData(); i = i + 1; } c. int i = 0; while (i < 4) { readData(); } d. int i = 0; while (i < 4) { readData(); i = i + 1; }

Computer Science & Information Technology

Carbonite is an example of an online backup service

Indicate whether the statement is true or false

Computer Science & Information Technology

_____ elements indicate that a new topic is starting and typically identify or summarize the topic.?

A. ?Heading B. ?Footer C. ?Class name D. ?List

Computer Science & Information Technology