C

Flow Chart diagram and it's use.

By C-ore - April 20, 2021

 FlowChart

SymbolPurposeDescription
Flowline symbol in flowchart of programmingFlow lineIndicates the flow of logic by connecting symbols.
Terminal symbol in flowchart of programmingTerminal(Stop/Start)Represents the start and the end of a flowchart.
Input/Output symbol in flowchart of programmingInput/OutputUsed for input and output operation.
Processing symbol in flowchart of programmingProcessingUsed for arithmetic operations and data-manipulations.
Decision making symbol in flowchart of programmingDecisionUsed for decision making between two or more alternatives.
On-page connector symbol in flowchart of programmingOn-page ConnectorUsed to join different flowline
Off-page connector symbol in flowchart of programmingOff-page ConnectorUsed to connect the flowchart portion on a different page.
Predefined process symbol in flowchart of programmingPredefined Process/FunctionRepresents a group of statements performing one processing task.

  • Share:

You Might Also Like

0 comments