What is the difference between streaming and nonstreaming media? Name a streaming technology.

What will be an ideal response?


In a nonstreaming format, the entire file is downloaded and saved on disk. In contrast, with the newer streaming formats the entire file is not saved to disk. Both can allow a user to begin listening to the audio while the download is still in progress. Real Audio is a streaming technology.

Computer Science & Information Technology

You might also like to view...

In a node type named MyNode, which of the following correctly declares a pointer to a node of that type?

a. MyNode* ptr; b. MyNode ptr; c. ptr myNode*; d. MyNode.data* ptr;

Computer Science & Information Technology

myCanvas.addEventListener("mouseup", popupAMessage); For the above statement, the target of the event is ___.

A. myCanvas B. addEventListener C. "mouseup" D. popupAMessage

Computer Science & Information Technology

The bottom field in the accompanying figure is a ____ field.

A. password B. text C. multiline text D. bullet

Computer Science & Information Technology

____________________ view shows a simplified layout of a document, without margins, headers or footers, or graphics.

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

Computer Science & Information Technology