memory that requires power to retain information. Contrast with nonvolatile storage.
temporary, volatile storage.
a collection of stored information in a computer system.
a hardware storage device that retains data even when power is lost.
storage that does not require power to retain information. Contrast with volatile storage.
a file that contains data that can be read in a text editor because the data has been encoded using a scheme such as ASCII or Unicode.
a file that stores software instructions.
the main directory of a storage device, outside any folders.
a file that stores software instructions.
a file that consists of related records that contain facts and figures, such as employee numbers, names, and salaries.
a file that contains data items that have not been encoded as text; the contents are in binary format.
element in a storage organization hierarchy. See also directory.
the character used to separate path components.
the complete list of the disk drive plus the hierarchy of directories in which a file resides.
element in a storage organization hierarchy. See also folder.
an object that creates other objects.
a complete file path that does not require any other information to locate a file on a system.
a path that depends on other path information to be complete.
an acronym that describes an error that occurs when changes take place from Time Of Check To Time Of Use.
any letter, number, or special symbol (such as a punctuation mark) that comprises data.
a data variable declared in a class outside of any method; in reference to file organization, a group of characters that has some meaning.
a feature in Java that allows you to use static constants without their class name
in file organization, a collection of fields that contain data about an entity.
describes data stored in a file where fields are separated with a comma.
a data file that contains records that are accessed one after the other in the order in which they were stored.
to make a file accessible; in Java, the action that creates an object and associates a stream of bytes with it.
to make a file no longer available to an application.
a pipeline or channel through which bytes flow into and out of an application.
an operation to clear bytes that have been sent to a buffer for output but that have not yet been output to a hardware device.
a program in which the user makes direct requests.
handling data by performing the same tasks with many records, one after the other.
describes applications that require a record to be accessed immediately while a client is waiting.
a file in which records can be accessed in any order.
describes a file channel in which operations can start at any specified position.
a random access file.
an object that is an avenue for reading and writing a file.
a random access file.
to be encompassed in another type.
the field in a record that makes the record unique from all others.