________ software is used to perform calculations and numerical analyses

A) Word Processing B) Presentation
C) Spreadsheet D) Personal information manager


C

Computer Science & Information Technology

You might also like to view...

What is the total number of elements in the grid array?

Look at the following code sample: ``` const int ROWS = 2; const int COLS = 2; int[,] grid = new int[ROWS, COLS]; ``` a. 2 b. 4 c. 8 d. 16

Computer Science & Information Technology

Which of the following is an effect of the other three answer choices?

A) Tables are linked in a database. B) Table Relationships are not established. C) Primary key is not defined for a table. D) Joins are manually created.

Computer Science & Information Technology

An association is a relationship between concepts that tells the deveoper that one object interacts with another for some business reason that is not yet defined.

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

Computer Science & Information Technology

In the accompanying figure, the item marked 2 is the ____ tab.

A. center B. bar C. left D. decimal

Computer Science & Information Technology