Common sound formats you can insert into a presentation include all of the following EXCEPT ____.

A. mp3
B. wma
C. wav
D. wmv


Answer: D

Computer Science & Information Technology

You might also like to view...

What is consistency?

What will be an ideal response?

Computer Science & Information Technology

What will be output from the following code:

``` public void t e s t 8 ( ) f int x = 1 2 ; int y = 0 ; while ( x !< 10 j j y < 1) { x = x + 1 ; y = y + 1 ; System . out . p r i n t l n ( x + " , " + y ) ; } } ```

Computer Science & Information Technology

The interface SortedSet and the concrete class _________ is designed for implementations of the Set interface that provide for rapid retrieval of elements.

(a) Vector (b) LinkedList (c) HashSet (d) TreeSet

Computer Science & Information Technology

________ helps expose trends, patterns, and relationships within the data that might have otherwise remained undetected

Fill in the blank(s) with correct word

Computer Science & Information Technology