Term
|
Definition
A file composed of text that are both stored and retrieved sequentially. |
|
|
Term
|
Definition
A file from which an application reads information. |
|
|
Term
|
Definition
A file to which an application writes information. |
|
|
Term
|
Definition
CreateText, OpenText and AppendText are the three modes in which a file can be opened. A file should only be opened in one mode at a time. |
|
|
Term
Structured Exception Handling |
|
Definition
A structured exception handler is made up of Try, Catch, Finally, and End Try statements, forming a block. |
|
|
Term
|
Definition
Comma Separated Values; records stored on one line with a comma between each field. |
|
|
Term
|
Definition
Line Separated Values; each value appears on its own line. |
|
|
Term
|
Definition
Typically a single character, which separates one field in a record from the next. Common delimiters include the comma or tab character. |
|
|
Term
|
Definition
A process to create subtotals when there is special significance to the changing of the value of a certain variable, that variable is called a control variable. |
|
|