The ________ command moves charted data from the vertical axis to the horizontal axis and vice versa

Fill in the blank(s) with correct word


Switch Row/Column

Computer Science & Information Technology

You might also like to view...

What does the following program segment do?

``` for ( int i = 1; i <= 5; i++ ) { for ( int j = 1; j <= 3; j++ ) { for ( int k = 1; k <= 4; k++ ) cout << '*'; cout << endl; } // end inner for cout << endl; } // end outer for ```

Computer Science & Information Technology

Match the following terms to their meanings:

I. Bound Report II. Unbound report III. Main report IV. Subreport A. a report that is embedded within another report B. a report that does not display data from an underlying source C. a report that displays data from an underlying table, query, or SQL statement D. a report that contains a subreport

Computer Science & Information Technology

Which option are available with the ext2 file type? (Choose all that apply.)

compression encryption journalizing quotas

Computer Science & Information Technology

Which of the following networks has the LEAST likelihood of collisions?

A. Ring B. Mesh C. Star D. Bus

Computer Science & Information Technology