LAB1 Deep Understanding About Software Flowchart Using Microsoft Visio
LAB1 Deep Understanding About Software Flowchart Using Microsoft Visio
LAB # 1
Deep Understanding about Software Flowchart using
Microsoft Visio
Theory
Flowcharts
A flowchart is a graphical or symbolic representation of an algorithm. They are used to design
and develop complex programs to help the users to visualize the logic of the program so that they
can gain a better understanding of the program and find flaws, bottlenecks, and other less-
obvious features within it. Basically, a flowchart depicts the “flow” of a program. The following
table shows the symbols used in flowchart along with its descriptions System software: Helps
run the computer hardware and computer system itself. System software includes operating
systems, device drivers, diagnostic tools and more. System software is usually pre-installed on
your computer.
Advantages of Flowcharts
Flowcharts help programmers to understand the logic of complicated and lengthy problems.
They help to analyze the problem in a more effective manner. Flowchart can be used to debug
programs that have errors. A flowchart is a diagrammatic representation that illustrates the
sequence of steps that must be performed to solve a problem. They are usually drawn in the early
stages of formulating computer solutions to facilitate communication between programmers and
business people.
Start/End:Use this shape for the first and last step of your process.
Process: This shape represents a typical step in your process. This is the most frequently used
shape in almost every process.
Decision: This shape indicates a point where the outcome of a decision dictates the next step.
There can be multiple outcomes, but often there are just two — yes and no.
Subprocess:Use this shape for a set of steps that combine to create a sub-process that is defined
elsewhere, often on another page of the same document. This is useful if the diagram is very long
and complex.
Data: This shape indicates that information is coming into the process from outside, or leaving
the process. This shape can also be used to represent materials and is sometimes called an
Input/output shape.
By default, connectors are set to Right-Angle so that if you connect a single point on one shape
to three other shapes it will look like the figure below.
To have each connector radiate straight from the central point on the first shape to points on each
of the other shapes you need to set the connectors to Straight Connector as shown in the
following figure.
Exercise
1. Draw a flowchart to add two numbers entered by user with the help of MS Visio tool.
2. Draw a flowchart to show basic business process like the proposal development process.
Firstly, team members suggest a project then participants decide that if it is a good idea or
not, if team rejects the idea then create further important information and if agrees then
create further important information.
3. Draw a flowchart for Registration Form (or signup page). Mention all necessary fields to
complete your registration.