Line charts show ________ over time

Fill in the blank(s) with correct word


trends

Computer Science & Information Technology

You might also like to view...

Referring to the accompanying figure, which of the following buttons is used to select all files?

A.
B.
C.
D.

Computer Science & Information Technology

Which of the following formatting options are available for text inside a shape?

A. font B. font color C. alignment D. font size

Computer Science & Information Technology

Identify the compiler errors in Problems and state what is wrong with the code.

``` #include using namespace std; void SortArray(int values[]); int main() { int values[75]; //assume values becomes filled with data SortArray(values[75]); return 0; } void SortArray(int values) { for(i = 0; i < 75; ++i) { if(values[i] < values[i-1]); values[i] = values[i-1]; } } ```

Computer Science & Information Technology

The presence of a note is indicated with a small, red square in the upper-right corner of a cell

Indicate whether the statement is true or false

Computer Science & Information Technology