Excel includes several ________ that can be used to perform data analysis and create sophisticated charts and reports

A) Report tools B) Table tools
C) Business Intelligence tools D) Data Models


C

Computer Science & Information Technology

You might also like to view...

A(n) __________ is a set of system software routines that sits between the application program and the hardware. It defines a set of standard interface rules, provides numerous services, and serves as a platform for running and developing application programs.

a. layer b. black box c. operating system d. interface

Computer Science & Information Technology

What type of storage media does a digital video camera utilize to store frames?

A. optical drive B. NIC C. digital card D. modem

Computer Science & Information Technology

What is printed by the program that follows?

``` #include using namespace std; int main () { float bizarre (float); float x; x = 35.8; cout << bizarre(x); return 0; } float bizarre (float n) { cout << n; return n; } ```

Computer Science & Information Technology

The more layers in a file, the smaller the file size.

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

Computer Science & Information Technology