SlideShare a Scribd company logo
1 of 14
FLOW CHART DEFINITION
A flowchart is a graphic representation of how a process works,
showing, at a minimum, the sequence of steps.
WHAT IS FLOWCHART
Several types of flowcharts exist: the most simple (high level, a detailed
version (detailed, and one that also indicates the people involved in the
steps (or matrix).
The flowchart is a means to visually present the flow of data through
an information processing systems, the operations performed within the
system and the sequence in which they are performed. In this lesson, we
shall concern ourselves with the program flowchart, which describes what
operations (and in what sequence) are required to solve a given problem.
The program flowchart can be likened to the blueprint of a building. As
we know, a designer draws a blueprint before starting to construct a
building. Similarly, a programmer prefers to draw a flowchart prior to
writing a computer program. As in the case of the drawing of a blueprint,
the flowchart is drawn according to defined rules and using standard
flowchart symbols prescribed by the American National Standard
Institute, Inc.
MEANING OF A FLOW CHART
A flowchart is a diagrammatic representation that illustrates the sequence of
operations to be performed to get the solution of a problem. Flowcharts
are generally drawn in the early stages of formulating computer solutions.
Flowcharts facilitate communication between programmers and business
people. These flowcharts play a vital role in the programming of a
problem and are quite helpful in understanding the logic of complicated
and lengthy problems. Once the flowchart is drawn, it becomes easy to
write the program in any high level language. Often we see how
flowcharts are helpful in explaining the program to others. Hence, it is
correct to say that a flowchart is a must for the better documentation of
a complex program.
• Flow is a representation of a series of logic operations to satisfy specific
requirements. A flow exists naturally. It can be irregular, unfixed or full of
problems. For this reason, it may apparently be absent in some
situations. Lately, members of a team were assigned to investigate the
flow of a business process, and I was told that there were some
deficiencies in the flow. The reply from the person who was in charge of
the team was that no flow was shown in part of the business process. As a
matter of fact, it is impossible for a business carried out without a flow. It
may be a flow in an unfixed form, or, may be the person himself whom you
investigated does not have a clear sense about the flow.
• Chart, or diagram, is a presentation or a written description of some
regular and common parts of the flow. A chart is conducive to
communication and concentration and offers references for process
reengineering.
• Flow chart can be seen from the definition that a flow accompanies always
with business or transaction. Not all of the flows, however, are
appropriate to be expressed by flowcharts. Flows that can be expressed
by charts follow some fixed routines, and the key links of flows won't be
changed constantly.
WHEN TO USE FLOW CHART
A flowchart helps to clarify how things are currently working and how they
could be improved. It also assists in finding the key elements of a
process, while drawing clear lines between where one process ends and
the next one starts. Developing a flowchart stimulates communication
among participants and establishes a common understanding about the
process.
Flowcharts also uncover steps that are redundant or misplaced. In addition,
flowcharts are used to identify appropriate team members, to identify who
provides inputs or resources to whom, to establish important areas for
monitoring or data collection, to identify areas for improvement or
increased efficiency, and to generate hypotheses about causes.
Flowcharts can be used to examine processes for the flow of patients,
information, materials, clinical care, or combinations of these processes.
It is recommended that flowcharts be created through group discussion,
as individuals rarely know the entire process and the communication
contributes to improvement.
TYPES OF FLOWCHARTS
Basic Flowchart is often used to define and document basic work and data
flows, financial, production and quality management processes to increase
efficiency of you business.
Business Process Modeling Diagram is a graphical representation for
specifying business processes in a workflow.
Process Flowchart is also known as the system flow diagram or SFD. The
main reason of using process flowchart is to show the relation between
major parts of the system.
Cross Functional Flowchart is often used to show the relationship between a
business process and the functional units (such as departments)
responsible for that process.
Procedure Flowchart involves creating a flow chart model that illustrates and
analyzes the overall flow of activities in producing a product or service.
Data Flow Diagram is a significant modeling technique for analyzing and
constructing information processes.
IDEF Flowchart is used to apply structured methods to better understand
how to improve manufacturing productivity.
IDEF2 is often used to represent the time varying behavior of resources in a
manufacturing system, providing a framework for specification of math
model-based simulations.
List is used to draw commonly used list, block list, picture list and table list.
Process is used to show a progression or sequential steps in a task, process
or workflow.
SDL Diagram is widely used to model state machines in the
telecommunications, aviation, automotive and medical industries.
Program Flowchart is a graphic representation of an algorithm, often used in
the design phase of programming to work out the logical flow of a
program. It demonstrates how a program works within a system.
Workflow Diagram is used to create diagrams of information flow, business
process automation, business process re-engineering, accounting,
management and human resources tasks.
Value Stream Mapping is a mechanism to improve cycle times and
productivity by visually separating value-adding from non-value-adding
activities.
Highlight Flowchart is used to create good-looking style flowcharts.
System Flowchart helps to understand how complex systems work. Systems
analyzed may be anything from businesses, through biological population
models, to the impact of social policy, etc.
Document Flowchart is commonly used to trace the movement of a
document, such as internal memos, payroll information and interoffice
mail through a system.
A SET OF USEFUL STANDARD FLOWCHART
SYMBOLS
It is not strictly necessary to use boxes, circles, diamonds or other such
symbols to construct a flowchart, but these do help to describe the types
of events in the chart more clearly. Described below are a set of standard
symbols which are applicable to most situations without being overly
complex.
Rounded box - use it to represent an event which occurs automatically. Such
an event will trigger a subsequent action, for example `receive telephone
call', or describe a new state of affairs.
Rectangle or box - 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.
Diamond - use it to represent a decision point in the process. Typically, the
statement in the symbol will require a `yes' or `no' response and branch
to different parts of the flowchart accordingly.
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.
EXAMPLE

More Related Content

What's hot (20)

Presentation on diagram and flowchart
Presentation on diagram and flowchartPresentation on diagram and flowchart
Presentation on diagram and flowchart
 
What is a flowchart
What is a flowchartWhat is a flowchart
What is a flowchart
 
Flowchart symbols
Flowchart symbolsFlowchart symbols
Flowchart symbols
 
Flow charts
Flow chartsFlow charts
Flow charts
 
Flow Chart @ppsc(2)
Flow Chart @ppsc(2)Flow Chart @ppsc(2)
Flow Chart @ppsc(2)
 
Types of flowchart
Types of flowchartTypes of flowchart
Types of flowchart
 
How to prepare a flow chart
How to prepare a flow chartHow to prepare a flow chart
How to prepare a flow chart
 
Flow chart
Flow chartFlow chart
Flow chart
 
Assignment on diagram and flowchart 1
Assignment on diagram and flowchart 1Assignment on diagram and flowchart 1
Assignment on diagram and flowchart 1
 
FLOW CHARTS
FLOW CHARTSFLOW CHARTS
FLOW CHARTS
 
Flowchart
FlowchartFlowchart
Flowchart
 
Table Of Flowchart Symbols
Table Of Flowchart SymbolsTable Of Flowchart Symbols
Table Of Flowchart Symbols
 
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
ppt on flow chart by harshid panchal with help of Sejal ma'm (git.org.in)
 
Flow chart
Flow chartFlow chart
Flow chart
 
Flowchart
FlowchartFlowchart
Flowchart
 
Chapter 6 Flowchart
Chapter 6   FlowchartChapter 6   Flowchart
Chapter 6 Flowchart
 
Fundamentals of-algorithm
Fundamentals of-algorithmFundamentals of-algorithm
Fundamentals of-algorithm
 
Seven basic tools of quality
Seven basic tools of qualitySeven basic tools of quality
Seven basic tools of quality
 
Flowcharts
FlowchartsFlowcharts
Flowcharts
 
Lecture6 activity diagrams
Lecture6 activity diagramsLecture6 activity diagrams
Lecture6 activity diagrams
 

Viewers also liked

English 8 - Graphic Organizers
English 8 - Graphic OrganizersEnglish 8 - Graphic Organizers
English 8 - Graphic OrganizersJuan Miguel Palero
 
Asme codes description Chart
Asme codes description ChartAsme codes description Chart
Asme codes description Chartyousufengr
 
Information Management Powerpoint
Information Management PowerpointInformation Management Powerpoint
Information Management PowerpointJonoF5
 
Flow charting on college admission process
Flow charting on college admission processFlow charting on college admission process
Flow charting on college admission processshivani jindal
 
Chapter 10 Presentation Graphic Organizers
Chapter 10 Presentation Graphic OrganizersChapter 10 Presentation Graphic Organizers
Chapter 10 Presentation Graphic OrganizersVeronica
 
UML Case Tools
UML Case ToolsUML Case Tools
UML Case ToolsAshesh R
 
Flowchart of admission process in colleges
Flowchart of admission process in collegesFlowchart of admission process in colleges
Flowchart of admission process in collegesBanasthali University
 
System analysis and design
System analysis and design System analysis and design
System analysis and design Razan Al Ryalat
 
MIS Presentation
MIS PresentationMIS Presentation
MIS PresentationDhiren Gala
 
Computer hardware component. ppt
Computer hardware component. pptComputer hardware component. ppt
Computer hardware component. pptNaveen Sihag
 
Management Information System (Full Notes)
Management Information System (Full Notes)Management Information System (Full Notes)
Management Information System (Full Notes)Harish Chand
 
Introduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts PresentationIntroduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts PresentationAna Tan
 
Flow chart powerpoint presentation slides ppt templates
Flow chart powerpoint presentation slides ppt templatesFlow chart powerpoint presentation slides ppt templates
Flow chart powerpoint presentation slides ppt templatesSlideTeam.net
 
Computer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show PresentationComputer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show Presentationsluget
 

Viewers also liked (20)

English 8 - Graphic Organizers
English 8 - Graphic OrganizersEnglish 8 - Graphic Organizers
English 8 - Graphic Organizers
 
Asme codes description Chart
Asme codes description ChartAsme codes description Chart
Asme codes description Chart
 
Information Management Powerpoint
Information Management PowerpointInformation Management Powerpoint
Information Management Powerpoint
 
Flow charting on college admission process
Flow charting on college admission processFlow charting on college admission process
Flow charting on college admission process
 
Computer Aided Software Engineering Nayab Awan
Computer Aided Software Engineering Nayab AwanComputer Aided Software Engineering Nayab Awan
Computer Aided Software Engineering Nayab Awan
 
Graphic Organizer
Graphic Organizer Graphic Organizer
Graphic Organizer
 
Chapter 10 Presentation Graphic Organizers
Chapter 10 Presentation Graphic OrganizersChapter 10 Presentation Graphic Organizers
Chapter 10 Presentation Graphic Organizers
 
UML Case Tools
UML Case ToolsUML Case Tools
UML Case Tools
 
Information management
Information managementInformation management
Information management
 
Flowchart of admission process in colleges
Flowchart of admission process in collegesFlowchart of admission process in colleges
Flowchart of admission process in colleges
 
Mis notes
Mis notesMis notes
Mis notes
 
System Analysis and Design
System Analysis and DesignSystem Analysis and Design
System Analysis and Design
 
System analysis and design
System analysis and design System analysis and design
System analysis and design
 
MIS Presentation
MIS PresentationMIS Presentation
MIS Presentation
 
Flow of communication
Flow of communicationFlow of communication
Flow of communication
 
Computer hardware component. ppt
Computer hardware component. pptComputer hardware component. ppt
Computer hardware component. ppt
 
Management Information System (Full Notes)
Management Information System (Full Notes)Management Information System (Full Notes)
Management Information System (Full Notes)
 
Introduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts PresentationIntroduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts Presentation
 
Flow chart powerpoint presentation slides ppt templates
Flow chart powerpoint presentation slides ppt templatesFlow chart powerpoint presentation slides ppt templates
Flow chart powerpoint presentation slides ppt templates
 
Computer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show PresentationComputer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show Presentation
 

Similar to 2 flow charts

Prepare and Interpret Technical Drawing.pptx
Prepare and Interpret Technical Drawing.pptxPrepare and Interpret Technical Drawing.pptx
Prepare and Interpret Technical Drawing.pptxRivenBarquilla
 
Qcl 14-v3 flowchart-admission procedure-banasthali-university_rashi
Qcl 14-v3 flowchart-admission procedure-banasthali-university_rashiQcl 14-v3 flowchart-admission procedure-banasthali-university_rashi
Qcl 14-v3 flowchart-admission procedure-banasthali-university_rashitwinkle_singhal7
 
REPORT IN PRODMAN Testing models and Examples
REPORT IN PRODMAN Testing models and Examples REPORT IN PRODMAN Testing models and Examples
REPORT IN PRODMAN Testing models and Examples Kevin Lime
 
Quality tools by Er. Manish Dwivedi
Quality tools by Er. Manish DwivediQuality tools by Er. Manish Dwivedi
Quality tools by Er. Manish DwivediEr. Manish Dwivedi
 
ARIS_Basic_Cheat_Sheet.pdf
ARIS_Basic_Cheat_Sheet.pdfARIS_Basic_Cheat_Sheet.pdf
ARIS_Basic_Cheat_Sheet.pdfalexandre929334
 
Traditional Quality Tools.pptx
Traditional Quality Tools.pptxTraditional Quality Tools.pptx
Traditional Quality Tools.pptxmayankdubey99
 
Elements_Cheat_Sheet.pdf
Elements_Cheat_Sheet.pdfElements_Cheat_Sheet.pdf
Elements_Cheat_Sheet.pdfbandi25
 
Chapter 6 flowcharting
Chapter 6 flowchartingChapter 6 flowcharting
Chapter 6 flowchartingIver Tronix
 
Structured system analysis
Structured system analysisStructured system analysis
Structured system analysislearnt
 
cpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdfcpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdfSameerKhanPathan7
 
Six sigma fast track course
Six sigma fast track courseSix sigma fast track course
Six sigma fast track courseMuhammad Asim
 
BPMN Introduction
BPMN IntroductionBPMN Introduction
BPMN Introductionejlp12
 
Unit iv function and service oriented designs 9
Unit iv function and service oriented designs 9Unit iv function and service oriented designs 9
Unit iv function and service oriented designs 9kiruthikamurugesan2628
 

Similar to 2 flow charts (20)

Prepare and Interpret Technical Drawing.pptx
Prepare and Interpret Technical Drawing.pptxPrepare and Interpret Technical Drawing.pptx
Prepare and Interpret Technical Drawing.pptx
 
Experiment no 6
Experiment no 6Experiment no 6
Experiment no 6
 
FLOWCHART.pptx
FLOWCHART.pptxFLOWCHART.pptx
FLOWCHART.pptx
 
Df dtutorial
Df dtutorialDf dtutorial
Df dtutorial
 
Nota Flowchart.pdf
Nota Flowchart.pdfNota Flowchart.pdf
Nota Flowchart.pdf
 
Qcl 14-v3 flowchart-admission procedure-banasthali-university_rashi
Qcl 14-v3 flowchart-admission procedure-banasthali-university_rashiQcl 14-v3 flowchart-admission procedure-banasthali-university_rashi
Qcl 14-v3 flowchart-admission procedure-banasthali-university_rashi
 
REPORT IN PRODMAN Testing models and Examples
REPORT IN PRODMAN Testing models and Examples REPORT IN PRODMAN Testing models and Examples
REPORT IN PRODMAN Testing models and Examples
 
Quality tools by Er. Manish Dwivedi
Quality tools by Er. Manish DwivediQuality tools by Er. Manish Dwivedi
Quality tools by Er. Manish Dwivedi
 
Flow charts
Flow chartsFlow charts
Flow charts
 
ARIS_Basic_Cheat_Sheet.pdf
ARIS_Basic_Cheat_Sheet.pdfARIS_Basic_Cheat_Sheet.pdf
ARIS_Basic_Cheat_Sheet.pdf
 
Traditional Quality Tools.pptx
Traditional Quality Tools.pptxTraditional Quality Tools.pptx
Traditional Quality Tools.pptx
 
Elements_Cheat_Sheet.pdf
Elements_Cheat_Sheet.pdfElements_Cheat_Sheet.pdf
Elements_Cheat_Sheet.pdf
 
Chapter 6 flowcharting
Chapter 6 flowchartingChapter 6 flowcharting
Chapter 6 flowcharting
 
Activity
ActivityActivity
Activity
 
Structured system analysis
Structured system analysisStructured system analysis
Structured system analysis
 
Df dtutorial
Df dtutorialDf dtutorial
Df dtutorial
 
cpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdfcpuppt-150726134330-lva1-app6891.pdf
cpuppt-150726134330-lva1-app6891.pdf
 
Six sigma fast track course
Six sigma fast track courseSix sigma fast track course
Six sigma fast track course
 
BPMN Introduction
BPMN IntroductionBPMN Introduction
BPMN Introduction
 
Unit iv function and service oriented designs 9
Unit iv function and service oriented designs 9Unit iv function and service oriented designs 9
Unit iv function and service oriented designs 9
 

Recently uploaded

internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 

Recently uploaded (20)

internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 

2 flow charts

  • 1.
  • 2. FLOW CHART DEFINITION A flowchart is a graphic representation of how a process works, showing, at a minimum, the sequence of steps.
  • 3. WHAT IS FLOWCHART Several types of flowcharts exist: the most simple (high level, a detailed version (detailed, and one that also indicates the people involved in the steps (or matrix). The flowchart is a means to visually present the flow of data through an information processing systems, the operations performed within the system and the sequence in which they are performed. In this lesson, we shall concern ourselves with the program flowchart, which describes what operations (and in what sequence) are required to solve a given problem. The program flowchart can be likened to the blueprint of a building. As we know, a designer draws a blueprint before starting to construct a building. Similarly, a programmer prefers to draw a flowchart prior to writing a computer program. As in the case of the drawing of a blueprint, the flowchart is drawn according to defined rules and using standard flowchart symbols prescribed by the American National Standard Institute, Inc.
  • 4. MEANING OF A FLOW CHART A flowchart is a diagrammatic representation that illustrates the sequence of operations to be performed to get the solution of a problem. Flowcharts are generally drawn in the early stages of formulating computer solutions. Flowcharts facilitate communication between programmers and business people. These flowcharts play a vital role in the programming of a problem and are quite helpful in understanding the logic of complicated and lengthy problems. Once the flowchart is drawn, it becomes easy to write the program in any high level language. Often we see how flowcharts are helpful in explaining the program to others. Hence, it is correct to say that a flowchart is a must for the better documentation of a complex program.
  • 5. • Flow is a representation of a series of logic operations to satisfy specific requirements. A flow exists naturally. It can be irregular, unfixed or full of problems. For this reason, it may apparently be absent in some situations. Lately, members of a team were assigned to investigate the flow of a business process, and I was told that there were some deficiencies in the flow. The reply from the person who was in charge of the team was that no flow was shown in part of the business process. As a matter of fact, it is impossible for a business carried out without a flow. It may be a flow in an unfixed form, or, may be the person himself whom you investigated does not have a clear sense about the flow. • Chart, or diagram, is a presentation or a written description of some regular and common parts of the flow. A chart is conducive to communication and concentration and offers references for process reengineering. • Flow chart can be seen from the definition that a flow accompanies always with business or transaction. Not all of the flows, however, are appropriate to be expressed by flowcharts. Flows that can be expressed by charts follow some fixed routines, and the key links of flows won't be changed constantly.
  • 6. WHEN TO USE FLOW CHART A flowchart helps to clarify how things are currently working and how they could be improved. It also assists in finding the key elements of a process, while drawing clear lines between where one process ends and the next one starts. Developing a flowchart stimulates communication among participants and establishes a common understanding about the process. Flowcharts also uncover steps that are redundant or misplaced. In addition, flowcharts are used to identify appropriate team members, to identify who provides inputs or resources to whom, to establish important areas for monitoring or data collection, to identify areas for improvement or increased efficiency, and to generate hypotheses about causes. Flowcharts can be used to examine processes for the flow of patients, information, materials, clinical care, or combinations of these processes. It is recommended that flowcharts be created through group discussion, as individuals rarely know the entire process and the communication contributes to improvement.
  • 7. TYPES OF FLOWCHARTS Basic Flowchart is often used to define and document basic work and data flows, financial, production and quality management processes to increase efficiency of you business. Business Process Modeling Diagram is a graphical representation for specifying business processes in a workflow. Process Flowchart is also known as the system flow diagram or SFD. The main reason of using process flowchart is to show the relation between major parts of the system. Cross Functional Flowchart is often used to show the relationship between a business process and the functional units (such as departments) responsible for that process.
  • 8. Procedure Flowchart involves creating a flow chart model that illustrates and analyzes the overall flow of activities in producing a product or service. Data Flow Diagram is a significant modeling technique for analyzing and constructing information processes. IDEF Flowchart is used to apply structured methods to better understand how to improve manufacturing productivity. IDEF2 is often used to represent the time varying behavior of resources in a manufacturing system, providing a framework for specification of math model-based simulations. List is used to draw commonly used list, block list, picture list and table list. Process is used to show a progression or sequential steps in a task, process or workflow.
  • 9. SDL Diagram is widely used to model state machines in the telecommunications, aviation, automotive and medical industries. Program Flowchart is a graphic representation of an algorithm, often used in the design phase of programming to work out the logical flow of a program. It demonstrates how a program works within a system. Workflow Diagram is used to create diagrams of information flow, business process automation, business process re-engineering, accounting, management and human resources tasks.
  • 10. Value Stream Mapping is a mechanism to improve cycle times and productivity by visually separating value-adding from non-value-adding activities. Highlight Flowchart is used to create good-looking style flowcharts. System Flowchart helps to understand how complex systems work. Systems analyzed may be anything from businesses, through biological population models, to the impact of social policy, etc. Document Flowchart is commonly used to trace the movement of a document, such as internal memos, payroll information and interoffice mail through a system.
  • 11. A SET OF USEFUL STANDARD FLOWCHART SYMBOLS It is not strictly necessary to use boxes, circles, diamonds or other such symbols to construct a flowchart, but these do help to describe the types of events in the chart more clearly. Described below are a set of standard symbols which are applicable to most situations without being overly complex. Rounded box - use it to represent an event which occurs automatically. Such an event will trigger a subsequent action, for example `receive telephone call', or describe a new state of affairs.
  • 12. Rectangle or box - 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. Diamond - use it to represent a decision point in the process. Typically, the statement in the symbol will require a `yes' or `no' response and branch to different parts of the flowchart accordingly. 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.
  • 13.