?Microsoft Excel 2016 is used to:

A. ?add themes to spreadsheets.
B. ?create slides that contain multimedia.
C. ?insert continuous page breaks.
D. ?analyze and present charts of numerical data.


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragments?

int trial( int& a, int b) { if(b > a) { a=b; return –a; } else { return 0; } } float x=0, y=10,z; z=trial(y,x); cout << z << " " << x <<" " << y << endl; a. –10 0 0 b. 0 10 0 c. 10 0 0 d. 0 0 10

Computer Science & Information Technology

Explain the difference between the RBAC and the DAC.

What will be an ideal response?

Computer Science & Information Technology

Counter-controlled repetition is also known as:

a. Definite repetition b. Indefinite repetition c. Multiple-repetition structure d. Double-repetition structure

Computer Science & Information Technology

The ________ toolbar includes options for adding slides, modifying slide design, and starting a slide show

A) Drawing B) Standard C) Line and Filling D) Presentation

Computer Science & Information Technology