A(n) ___________________ stream sends media to a local device where it is stored temporarily, or "buffered," until there is enough data to begin playback.

A. download
B. live
C. on-demand
D. delayed


Answer: C

Computer Science & Information Technology

You might also like to view...

Once the ServerSocket is created, the server can listen indefinitely (or block) for an attempt by a client to connect. This is accomplished with a call to the ServerSocket method __________.

a. connect. b. block. c. accept . d. listen.

Computer Science & Information Technology

How many and what kind of variables (primitive or object) are created in the code below?

``` > String fileName = FileChooser.pickAFile(); // fileName is an object variable. > Picture p1 = new Picture(fileName); // p1 is an object variable. > p1.show(); ```

Computer Science & Information Technology

Criteria in select queries include logical operators

Indicate whether the statement is true or false

Computer Science & Information Technology

The acronym UDP stands for ________.

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

Computer Science & Information Technology