1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Terminal - Since we use the START in the opening of our flowchart, for consistency we should use STOP to terminate.
Initialization - The preparation or initialization of memory space for data processing
Input/ Output - Flowchart helps the programmer to define when to ask an input from the user and when to release a value.
Process - The processing symbol is only limited to: (1) assignment of new value to the variables and (2) mathematical computations.
Flowlines - Defines the logical sequence of the program. It points to the next to be performed.
On-Page Connector - Connects to the flowchart to avoid spaghetti connection on the same page.
Off-Page Connector - Connects flowchart on different page to avoid spaghetti connection
Decision - Process conditions using relation operators. Used for trapping and filtering data.
Pre-Defined Process - Function used to represent a group of statements performing one processing task.
Comment - Note / comment