Terminology
ALC (Automatic Loop Control): A single block used as a replacement for the three components to a Repeat Until Loop. It includes: initialization, test, and incrementation).
Controlled Loop: A type of loop that uses some sort of method of terminating a repeated action at a given condition.
File Processing: To alter programming data into form according to plan. Commonly used in programming.
File Updating: Changing a file through a series of processes.
Module: The basic structure process block for structured programming.
Pseudocode: A text-based step-by-step procedure of a flowchart.
Sequential Order: Order in which files and information is arranged into a particular order (such as ascending and descending).
Structure Programming: A programming approach which utilizes organization structured process blocks to execute a flowcharting algorithm.
Uncontrolled Loop: A type of loop that continues to repeat itself indefinitely.
|