Flowchart Symbols
Understanding flowchart symbols is important, as these diagrams greatly help to understand and create a process. Let us look at these different symbols and their meanings...

The Rounded Rectangle Symbol: This symbol represents the start or end of a program or process. Many times circles or ovals are also used to represent the start and end of a process.
The Parallelogram Symbol: A parallelogram flowchart symbol is used to denote input or output of information. For example the input symbol can be written as input of a picture in the computer by scanning, the process can be editing it, and the output can print of the new edited picture.
The Rectangle Symbol: This symbol is used many times in a flowchart diagram. It is used to represent the processing steps in a program or process.
The Diamond Symbol: The rhombus or diamond is used to denote a condition or decision. Mostly a it contains a true or false test or a yes and no question. This symbol will have two arrows coming out of it, typically one arrow at the bottom and one arrow pointing in the right direction. Either one of the arrow can be pointing to a yes or no situation. While drawing a flowchart, these arrows are always labeled.
The Hexagon Symbol: This is also known as a decision symbol, and used to indicate the beginning of a repetition pattern or structure in a process.
The Double Lined Rectangle Symbol: This symbol is not among commonly. It is used at a point in an algorithm, where a sub program is introduced.
The Arrow Symbols: The arrow symbols help to denote the flow of control, which means they point towards one symbol to another meaning the pass of the control. Arrows with a circle are used to connect the flowchart between pages. The arrow with the circle is used if the flowchart is very long, or starts in the middle of a page and continues on the next page.
Study some examples of various flowchart diagrams to understand the use of the symbols better, and then take assignments of programs or processes to draw the flowchart diagrams. There are many software that allow you to create flowcharts. All you have to do is drag and drop the various symbols, and use the arrows to connect the diagram. The software also allows you to type in the symbols, and edit the text and symbols and placement of symbols.
Like This Article?
Follow:

Post Comment | View Comments


