You are on page 1of 1

WHAT IS A Generally, flowcharts are diagrams that show the sequential order of a

particular process. It is a graphic design that arranges different steps to

FLOWCHART complete the bigger picture of the procedure. When it comes to computer
programming, flowcharts represent an algorithm. A series of shapes and
arrows connected to one another produces a diagram that gives the solution
model to the problem. It provides a breakdown of the essential steps to show
the flow of data.

WHAT ARE THE TWO TYPES OF FLOWCHARTS


High-level flowchart Detailed flowchart
In this type of flowchart, only major blocks or This flowchart depicts the process in great detail,
significant components of the activity can be often with dozens of steps. These flowcharts are used
observed. It provides a broad or high-level to standardize or alter the procedure as they make it
perspective of the procedure. It offers an overview of simple to discover process complexity, unnecessary
the entire procedure in six to twelve steps. stages, and other issues.

You might also like