When importing text files into Excel, you can select the ____ check box.

A. My headers have data
B. My data has footers
C. My data has headers
D. My footers have data


Answer: C

Computer Science & Information Technology

You might also like to view...

Which correctly identifies an even integer, given a numeric variable named num?

a. ``` if(num % 0); ``` b. ``` if(num % 1); ``` c. ``` if((num % 12)== 0); ``` d. ``` if(num % 2); ```

Computer Science & Information Technology

Complete the following chart of positional values for the rightmost four positions in each of the indicated number systems:

decimal 1000 100 10 1 base 6 ... ... 6 ... base 13 ... 169 ... ... base 3 27 ... ... ...

Computer Science & Information Technology

A(n) ________ uses an aggregate function for data that is grouped by two types of information and displays the data in a compact, spreadsheet-like format

A) Excel query B) parameter query C) spreadsheet query D) crosstab query

Computer Science & Information Technology

The Define Name button will create a group of cells with matching formats

Indicate whether the statement is true or false

Computer Science & Information Technology