ppt on flow chart by harshid panchal with help of sejal ma'm (git.org.in)

22

Upload: gandhinagar-institute-of-technology

Post on 28-Nov-2014

71 views

Category:

Engineering


2 download

DESCRIPTION

this is the simple power point presentation on flowchart made by me harshid panchal with the help of my fav. ma'm sejal bhavsar . and we are from gandhinagar institute of technology(git.org.in) if u have any query then contact me on [email protected] or you can also contact my ma'm on [email protected]

TRANSCRIPT

Page 1: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
Page 2: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

group no.-2

Group members:-1) harshid Panchal2) mihir Thaker3) kavan Patel

Branch- electrical

Div-F1

Reference by:

Sejal Bhavsar

Page 3: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Flowchart

Page 4: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

A Flow chart

• Is a type of diagram that represents an algorithm, workflow or process, showing the steps as boxes of various kinds, and their order by connecting them with arrows.

Page 5: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Flow charts are used in analysing , designing , documenting or managing a

process or program in various fields.

Page 6: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Overview

• Flow chart are used in designing and documenting complex processes or programs.

• Like other types of diagrams , they help visualize what is going on and thereby help the people to understand a process , and perhaps also find flaws, bottlenecks , and other less-obvious features within it.

• There are many different types of flowcharts , and each type has its own repertoire of boxes and notational conventions.

Page 7: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Overview

• The two most common types of boxes in a flow chart are:

• 1) a processing step, usually called activity, and denoted as a rectangular box

• 2) a decision , usually denoted as a diamond.

Page 8: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Flow chart symbols

Page 9: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

TerminatorRepresented as circles , ovals or rounded rectangles, usually containing the word “Start” or “End” , or another phrase signalling the start or end of a process , such as “submit inquiry” or “receive product”.

Start / end

Page 10: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Arrows• Showing “flow of control”.

• An arrow coming from one symbol and ending at another symbol represents that control passes to the symbol the arrow points to .

• The line for the arrow can be solid or dashed.

• The meaning of the arrow with dashed line may differ from one flowchart to another and can be defined in the legend

Page 11: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

processing

• Represented as rectangles.

• Use it to represent an event which is controlled within the process.

• Typically this will be a step or action which is taken.

• In most flowcharts this will be the most frequently used symbol.

• Examples: “ Add 1 to X”; “replace identified part”; “save changes” or similar.

processing

Page 12: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Input / output

Represented as a parallelogram.

Represents material or information entering or leaving the system, such as customer order (input) or a product (output).

Example: Get X from the user; display X.

Input/output

Page 13: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Decision

A decision or branching point. Lines representing different decisions emerge from different points of the diamond.

decision

Page 14: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

circle

Use it to represent a point at which the flowchart connects with another process.

The name or reference for the other process should appear within the symbol

connector

Page 15: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

• When dealing with a process flow chart, two separate stages of the process should be considered: the finished product and the making of the product. In order to analyse the finished product or how to operate the process , flow charts tend to use simple and easily recognizable symbols. The basic flow chart symbols below are used when analysing how to operate a process.

connectordecisio

n

dataprocessterminator

manualdocument

Page 16: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

1)Program flowchart

2)System flowchart

Types of flowchart

Page 17: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Program flowchartshows the sequence of instructions in a program or subroutine. These

instructions are followed to procedure the needed output

START

INPUT

PROCESS

OUTPUT

DECISION

END

Page 18: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

System flowchartshows how the data flows from source documents through the computer to its final distribution to the users. System flowcharts portray the interaction among

data, hardware and personnel.

SCREEN

CPU

PRINTERDISK

TAPE

Page 19: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Sample problem in

flowcharting

Page 20: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Draw a flowchart to find the sum of first fifty natural number

Page 21: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Draw a flowchart to find the largest of three numbers A, B & C.

Page 22: ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)

Thank You. . . .. . .

By group : 2