If you liked the post, Share on Facebook, Tweet and Google Plus (use buttons above). You can also Subscribe to our feed via Email for free.
Home » Programming » Flowchart Symbols and Algorithm
Flowchart Symbols and Algorithm
We know that Flowchart and Algorithm are the fundamentals of Programming. Let us first understand their definitions.
A flowchart is a common type of diagram, that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. This diagrammatic representation can give a step-by-step solution to a given problem.
We can also say that a flowchart is simply a pictorial representation of an algorithm.
An Algorithm is used for solving a particular program using a number of steps in specific order. Algorithm is step by step explanation of problem & solution in text format.
Various symbols used in flowchart:
Terminal
The terminal symbol indicates the beginning (start), end(stop) and pauses(halt) in a program's logic flow.
Input/Output
The input/output symbol denotes any function of an input/output nature in a program.
Processing
A processing symbol represents arithmetic and data movement instructions.
Decision
The decision symbol indicates a decision point, that is, a point at which a point of two or more alternative points is possible.
Flow lines
Flow lines with arrowheads indicate the flow of operation, that is, the exact sequence in which the instruction are executed.
Connectors
Whenever a flowchart becomes so complex that the number and direction of flow lines are confusing or it spreads over more than one page, it is useful to utilize connector symbols as a substitute for flow lines.
6 comments:
i always find these flowchart symbols confusing..but atleast am now conversant..thanx for everything
very helpful stuff
thanks!!
im glad that I've found this....thanks
thanx..it really helped
YOU SHOULD SHOW SOME SOLVED ALORTHMIC PROBLEMS LIKE MAXIMUM,MINUM,AND ATM TRANSACTION FLOW CHART
Post a Comment