Microsoft Excel is software used to create _____ that can be used to enter, analyze, and present quantitative data.

A. ?spreadsheets
B. ?slides
C. ?presentations
D. ?databases


Answer: A

Computer Science & Information Technology

You might also like to view...

A ____ has a zero duration.

A. baseline B. milestone C. recurring task D. All of the above

Computer Science & Information Technology

___________, sometimes called overloading, is the ability to redefine a method in a subclass.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____________________ have many of the same properties as layers.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the value of POS after the instructions corresponding to the following pseudocode are executed?

``` POS = 1 DOWHILE POS < 10 LIST(POS) = POS + 3 POS = POS + 2 ENDDO ``` a) 9 b) 10 c) 11 d) 12

Computer Science & Information Technology