1/19
Brick in the wall
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Algorithm
Refers to a step-by-step processing procedure to solve problems.
Flowchart
It is a graphical representation of an algorithm.
Data Terminal
This defines the starting and endpoint of a flowchart.
Initialization
This is the preparation or initialization of memory space for data processing
Input/Output
Used to represent the data input and output.
Process
Used to represent manipulation of data.
Decision
Used to represent processing of conditions using relational operators.
Subroutine or Function
Used to group sequences that perform a specific, well-defined task.
Flow Lines
This defines the logical sequence of the program by pointing to the next symbol to be performed.
On-Page Connector
Connects to the flowcharts on the same page.
Off-Page Connector
Connects to the flowcharts on different pages.
1
Data Terminal
2
Initialization
3
Input/Output
4
Process
5
Decision
6
Subroutine or Function
7
Flow Lines
8
On-Page Connector
9
Off-Page Connector