Match each term with the correct statement below.

A. Involves performing the same tasks with many records
B. The main directory of your storage device
C. The memory location where bytes are held after they are logically output but before they are sent to the output device
D. Clears any bytes that have been sent to a buffer for output but have not yet been output to a hardware device
E. Functions as a pipeline or channel between a Java program and an input device
F. Returns the default line separator for a system
G. A collection of related records
H. To make files no longer available to your application
I. Writes text to an output stream, buffering the characters
J. Temporary storage
K. Allows you to use static constants without their class name
L. Operations can start at any specified position
M. Encompassed
N. Same as random access files
O. A complete path

A. batch processing
B. root
C. buffer
D. flushing
E. stream
F. System.getProperty("line.separator")
G. data file
H. close the files
I. BufferedWriter
J. volatile storage
K. static import feature
L. seekable
M. wrapped
N. instant access files
O. absolute path

Computer Science & Information Technology

You might also like to view...

The brightness and contrast of an image are changed in ____________________ percentage increments.

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

Computer Science & Information Technology

Which of the following is a commonly used criterion for comparing and evaluating biometric technologies?

A. false accept rate B. crossover error rate C. false reject rate D. valid accept rate

Computer Science & Information Technology