Flowchart

Thuraichamy Vithushan
2 min readAug 31, 2023

A flowchart is a diagram that shows how a procedure or algorithm works. To represent the steps or acts in a sequential order, it makes use of a variety of shapes, symbols, and arrows. In many different disciplines, including computer programming, engineering, business, and other areas where processes need to be documented or examined, flowcharts are frequently utilized.

The following are some typical flowchart symbols

Start/End: This symbol, which is represented by an oval shape, designates the start or finish of a procedure.

Process: This symbol, which is represented by a rectangle, stands for a particular activity or operation that takes place within the process.

Decision: Depicted as a diamond shape, this symbol denotes a point of decision where a question is posed and the process can proceed in one of several ways depending on the response (often yes or no).

Input/Output:This sign, which appears as a parallelogram, denotes the entry or exit of data or information from the process.

Connector: This symbol, which is a little circle, is used to highlight where various flowchart components join, enabling a more ordered and uncluttered portrayal.

Flow Arrows:The direction of flow, or the order in which the events or decisions occur, is indicated by arrows connecting the various symbols.

Using flowcharts, complicated processes may be visualized and are consequently simpler to comprehend and analyze. They are useful for designing new systems or processes as well as for diagnosing problems and documenting procedures. Flowcharts can range in complexity from those that are straightforward and depict a simple process to those that are quite detailed and explain sophisticated algorithms.

--

--