Which of the following statements is false?

a. With a BufferedOutputStream each output operation is directed to a buffer large enough to hold the data of many output operations. Transfer to the output device is performed in one large physical output operation when the buffer fills.
b. With a BufferedOutputStream, a partially filled buffer can be forced out to the device at any time by invoking the stream object’s force method.
c. With a BufferedInputStream, many “logical” chunks of data from a file are read as one large physical input operation into a memory buffer.
d. With a BufferedInputStream, as a program requests data, it’s taken from the buffer. When the buffer is empty, the next actual physical input operation is performed.


B

Computer Science & Information Technology

You might also like to view...

Charging separately for procedures that are actually part of a single procedure is an example of

A) Occupational fraud B) Health care fraud C) Fraud committed for a company D) Fraud committed against a company

Computer Science & Information Technology

Who must work closely with producers to ensure that their ideas can be properly realized?

a. Creators b. Writers c. Designers d. Developers e. Managers

Computer Science & Information Technology

A field with a limited number of values is well suited for what type of field?

A. Short Text B. Calculated field C. Lookup field D. Hyperlink

Computer Science & Information Technology

You can reopen the Excel worksheet and edit the chart's data by clicking the ____ button (CHART TOOLS DESIGN tab | Data group).

A. Open Worksheet B. Open Chart C. Edit Data D. Edit Worksheet

Computer Science & Information Technology