Case 16-1
George, an environmental scientist, collects information on the types and amount of gases emitted by a cheese processing factory. ?
George enters the types of gases and the amount of gases emitted in two columns of an Excel sheet. Based on this data he creates a pie chart. In this case, the information typed out by George in the two columns of an Excel sheet is known as a _____.

A. ?data bar
B. ?data source
C. ?chart element
D. ?chart area


Answer: B

Computer Science & Information Technology

You might also like to view...

Each method of viewing your contacts provides the same sort options.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. During name resolution, nested namespaces behave like nested blocks. 2. A namespace is just a class with all the folderol stripped off. 3. Namespaces can be defined in pieces across several files. 4. A namespace grouping requires a semicolon after the closing curly brace. 5. The output from the following code is “function”. (The code will compile and run.) ``` #include using namespace std; namespace { char c_string[ 10 ] = "namespace"; } void output() { char c_string[ 10 ] = "function"; cout << c_string << endl; // which c_string? //other code } int main() { output(); } ```

Computer Science & Information Technology

XML stands for:

A) eXpendable Marketing Language. B) eXtensible Marketing Language. C) eXpendable Markup Language. D) eXtensible Markup Language.

Computer Science & Information Technology

To search for files or folders you can use the Search charm or the search tools in File Explorer

Indicate whether the statement is true or false

Computer Science & Information Technology