A file stream that sends or writes data to a file is an ____.

a. input file stream
b. output file stream
c. external file stream
d. internal file stream


b. output file stream

Computer Science & Information Technology

You might also like to view...

What aspect of paging with a single page size makes page-replacement algorithms so much simpler than segment-replacement algorithms?

What will be an ideal response?

Computer Science & Information Technology

Formatting emphasis such as bold, italic, and underline is referred to as:

a. a theme b. a font style c. a font tip

Computer Science & Information Technology

The main mechanism for providing access to a database is the ____________________ command.

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

Computer Science & Information Technology

Case-Based Critical Thinking Questions ? Case 13-5 ? Steve has created a custom object. He wants to use a template for all the properties and methods associated with the object's class. To add a method to a prototype, Steve should apply the _____ command.

A. objName.prototype.function = method; B. objName.prototype.method = function; C. objClass.prototype.method = function; D. objInstance.prototype.method = function;

Computer Science & Information Technology