A file created by Microsoft PowerPoint is usually called a ____.

A. document
B. spreadsheet
C. slide show
D. presentation


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following are advantages of digital modulation over analog moduation?

A. makes better use of the available spectrum B. performs better when interference is present C. more power is required to transmit D. frequency and phase changes occur continuously

Computer Science & Information Technology

Find the error(s) in the following code (the method should assign the value 14 to vari- able intResult).

 int Sum()
 {
 string strNumber = "4";
 int intNumber = 10;
 int intResult;

 intResult = strNumber + intNumber;

 return intResult;

 } // end method Sum

Computer Science & Information Technology

The presentation tier of the three-tier structure consists of one or more forms and the objects placed on the forms.

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

Computer Science & Information Technology

Which of the following is a category of data type in XML Schema?

A. common B. built-in C. static D. dynamic

Computer Science & Information Technology