SlideShare a Scribd company logo
Flowchart
PREPARED BY: GRACETYL MAE B. CALAGO
What is a flowchart?
 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
 diagrammatic representation that illustrates a
solution model to a given problem
What is a flowchart?
 used in analyzing, designing,
documenting or managing a
process or program in various
fields
 described as "cross-functional"
when the page is divided into
different swimlanes describing
the control of different
organizational units.
Lamp doesn’t work
Lamp
plugged
in?
Bulb
burned
out?
Plug in lamp
Repair lamp
Replace bulb
A simple flowchart representing a process
for dealing with a non-functioning lamp
Yes
Yes
No
No
Types of Flowchart
Document Flowchart
Data Flowchart
System Flowchart
Program Flowchart
shows controls over a document-flow through a system
shows controls over a data-flow in a system
shows controls at a physical or resource level
shows the controls in a program within a system
Flowchart Symbols
Terminator
Process
Decision
Indicates the beginning or end of a
program flow in your diagram
Indicates any processing function
Indicates a decision point between
two or more paths in a flowchart
Flowchart Symbols (cont.)
Delay
Data
Document
Indicates a delay in the process
Can represent any type of data (input
and output) in a flowchart
Indicates data can be read by
people, such as printed output
Flowchart Symbols (cont.)
Multiple
Documents
Subroutine
Preparation
Indicates multiple documents
Indicates a predefined (named)
process, such as a subroutine or a
module
Indicates a modification to a process,
such as setting a switch or initializing a
routine
Flowchart Symbols (cont.)
Manual
Loop
Indicates data that is displayed for
people to read, such as data on a
monitor or projector screen
Indicates any operation that is
performed manually (by a person)
Indicates a sequence of commands
that will continue to repeat until
stopped manually
Display
Manual Input
Flowchart Symbols (cont.)
Connector
Indicates the start of a loop. Flip the
shape vertically to indicate the end of
a loop.
Indicates any data of stored data
Indicates an inspection point
Loop Limit
Stored Data
Flowchart Symbols (cont.)
Off-page Connector
Use this shape to create a cross-
reference and hyperlink from a
process on one page to a process on
another page
Internal
Storage
Indicates an internal storage device
Flowchart Symbols (cont.)
Or
Logical OR
Logical AND
Indicates a step that organizes data
into a standard format
Summing
Junction
Collate
Flowchart Symbols (cont.)
Sort
Indicates a step that organizes items
sequentially
Indicates a step that combines
multiple sets into one
Indicates a list of information with a
standard structure that allows for
searching and sorting
Merge
Database
EXAMPLES
Solve the equation 2x2 + x + 5 for all
x between 5 and 10 inclusive.
Start Set variable x = 5
x <= 10?
compute 2x^2 + x + 5
add 1 to x End
Print answer
Yes
No
Create a flowchart to display all
numbers between 1 and 10 inclusive
Start Set i = 1
i <= 10?
i = i + 1 End
Print i
Yes
No
Sources:
http://en.wikipedia.org/wiki/Flowchart#Software
http://people.senecac.on.ca/travis.mander/fc-
a2.html
Problem Solving Basics and Computer
Programming by Ronald A. Pasko

More Related Content

What's hot

ppt of flowchart
ppt of flowchartppt of flowchart
ppt of flowchart
140120109032
 
Flowchart
FlowchartFlowchart
Flowchart
Syed Zaid Irshad
 
Flow Chart Guide PPT
Flow Chart Guide PPTFlow Chart Guide PPT
Flow Chart Guide PPT
丹 丹
 
Chap3 flow charts
Chap3 flow chartsChap3 flow charts
Chap3 flow chartsamit139
 
Flow chart
Flow chartFlow chart
Flow chart
Eswaraiah Degala
 
Flow Chart @ppsc(2)
Flow Chart @ppsc(2)Flow Chart @ppsc(2)
Flow Chart @ppsc(2)
Amiya Bhusan
 
Flow chart a technique of process communication
Flow chart  a technique of process communicationFlow chart  a technique of process communication
Flow chart a technique of process communicationRajesh Patel
 
Presentation on diagram and flowchart
Presentation on diagram and flowchartPresentation on diagram and flowchart
Presentation on diagram and flowchart
Swarnima Tiwari
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
Kristine Tiongco-Rimpa
 
Flowchart symbols
Flowchart symbolsFlowchart symbols
Flowchart symbolsgiz82
 
Algorithm and flowchart
Algorithm and flowchartAlgorithm and flowchart
Algorithm and flowchart
Sachin Goyani
 
Chapter 6 algorithms and flow charts
Chapter 6  algorithms and flow chartsChapter 6  algorithms and flow charts
Chapter 6 algorithms and flow charts
Praveen M Jigajinni
 
Learning power point 2016
Learning power point 2016Learning power point 2016
Learning power point 2016
Aakanksha Shrivastava
 
Ms excel
Ms excelMs excel
Lecture 4
Lecture 4Lecture 4
Lecture 4
Anshumali Singh
 
Programming process and flowchart
Programming process and flowchartProgramming process and flowchart
Programming process and flowcharthermiraguilar
 
Flowchart and algorithm
Flowchart and algorithmFlowchart and algorithm
Flowchart and algorithm
DHANIK VIKRANT
 
Structured system analysis
Structured system analysisStructured system analysis
Structured system analysislearnt
 

What's hot (20)

ppt of flowchart
ppt of flowchartppt of flowchart
ppt of flowchart
 
Flowchart
FlowchartFlowchart
Flowchart
 
Flow charts
Flow chartsFlow charts
Flow charts
 
Flow Chart Guide PPT
Flow Chart Guide PPTFlow Chart Guide PPT
Flow Chart Guide PPT
 
Chap3 flow charts
Chap3 flow chartsChap3 flow charts
Chap3 flow charts
 
Types of flowchart
Types of flowchartTypes of flowchart
Types of flowchart
 
Flow chart
Flow chartFlow chart
Flow chart
 
Flow Chart @ppsc(2)
Flow Chart @ppsc(2)Flow Chart @ppsc(2)
Flow Chart @ppsc(2)
 
Flow chart a technique of process communication
Flow chart  a technique of process communicationFlow chart  a technique of process communication
Flow chart a technique of process communication
 
Presentation on diagram and flowchart
Presentation on diagram and flowchartPresentation on diagram and flowchart
Presentation on diagram and flowchart
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
 
Flowchart symbols
Flowchart symbolsFlowchart symbols
Flowchart symbols
 
Algorithm and flowchart
Algorithm and flowchartAlgorithm and flowchart
Algorithm and flowchart
 
Chapter 6 algorithms and flow charts
Chapter 6  algorithms and flow chartsChapter 6  algorithms and flow charts
Chapter 6 algorithms and flow charts
 
Learning power point 2016
Learning power point 2016Learning power point 2016
Learning power point 2016
 
Ms excel
Ms excelMs excel
Ms excel
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Programming process and flowchart
Programming process and flowchartProgramming process and flowchart
Programming process and flowchart
 
Flowchart and algorithm
Flowchart and algorithmFlowchart and algorithm
Flowchart and algorithm
 
Structured system analysis
Structured system analysisStructured system analysis
Structured system analysis
 

Viewers also liked

Flowchart Diagram Templates by Creately
Flowchart Diagram Templates by CreatelyFlowchart Diagram Templates by Creately
Flowchart Diagram Templates by Creately
Creately
 
Assignment on diagram and flowchart 1
Assignment on diagram and flowchart 1Assignment on diagram and flowchart 1
Assignment on diagram and flowchart 1Swarnima Tiwari
 
Best Flow Chart Ever
Best Flow Chart EverBest Flow Chart Ever
Best Flow Chart Everskillfulyards
 
Flowchart w/program structure
Flowchart w/program structureFlowchart w/program structure
Flowchart w/program structure
nasa9084
 
Grade 10 flowcharting
Grade 10  flowchartingGrade 10  flowcharting
Grade 10 flowcharting
Rafael Balderosa
 
Flowchart slides powerpoint
Flowchart slides powerpointFlowchart slides powerpoint
Flowchart slides powerpoint
hilmius akbar
 
3rd topic creating flowchart and calendar
3rd topic creating flowchart and calendar3rd topic creating flowchart and calendar
3rd topic creating flowchart and calendar
Zahida Pervaiz
 
Visitor counter
Visitor counterVisitor counter
Visitor counter
Anjuman Meman
 
Algorithm and flowchart
Algorithm and flowchartAlgorithm and flowchart
Algorithm and flowchart
Rabin BK
 
Flowchart Power Point
Flowchart Power PointFlowchart Power Point
Flowchart Power PointSlideShop.com
 
Procurement Expediting Training
Procurement Expediting TrainingProcurement Expediting Training
Procurement Expediting Training
Mohd Ishar Ishak
 
C Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
C Prog. - Introduction to Hardware, Software, Algorithm & FlowchartC Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
C Prog. - Introduction to Hardware, Software, Algorithm & Flowchartvinay arora
 
Organizational Behavior Chapter 9
Organizational Behavior Chapter 9Organizational Behavior Chapter 9
Organizational Behavior Chapter 9
Dr. John V. Padua
 
Smartwatches
SmartwatchesSmartwatches
03 algoritma flowchart
03 algoritma flowchart03 algoritma flowchart
03 algoritma flowchart
Arif Rahman
 
3 algorithm-and-flowchart
3 algorithm-and-flowchart3 algorithm-and-flowchart
3 algorithm-and-flowchart
Rohit Shrivastava
 
Pseudocode-Flowchart
Pseudocode-FlowchartPseudocode-Flowchart
Pseudocode-Flowchartlotlot
 

Viewers also liked (20)

Flowchart Diagram Templates by Creately
Flowchart Diagram Templates by CreatelyFlowchart Diagram Templates by Creately
Flowchart Diagram Templates by Creately
 
Assignment on diagram and flowchart 1
Assignment on diagram and flowchart 1Assignment on diagram and flowchart 1
Assignment on diagram and flowchart 1
 
Best Flow Chart Ever
Best Flow Chart EverBest Flow Chart Ever
Best Flow Chart Ever
 
Flowchart w/program structure
Flowchart w/program structureFlowchart w/program structure
Flowchart w/program structure
 
Grade 10 flowcharting
Grade 10  flowchartingGrade 10  flowcharting
Grade 10 flowcharting
 
Flowchart slides powerpoint
Flowchart slides powerpointFlowchart slides powerpoint
Flowchart slides powerpoint
 
3rd topic creating flowchart and calendar
3rd topic creating flowchart and calendar3rd topic creating flowchart and calendar
3rd topic creating flowchart and calendar
 
Visitor counter
Visitor counterVisitor counter
Visitor counter
 
Algorithm and flowchart
Algorithm and flowchartAlgorithm and flowchart
Algorithm and flowchart
 
Flow chart programming
Flow chart programmingFlow chart programming
Flow chart programming
 
Flowchart Power Point
Flowchart Power PointFlowchart Power Point
Flowchart Power Point
 
Procurement Expediting Training
Procurement Expediting TrainingProcurement Expediting Training
Procurement Expediting Training
 
C Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
C Prog. - Introduction to Hardware, Software, Algorithm & FlowchartC Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
C Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
 
Organizational Behavior Chapter 9
Organizational Behavior Chapter 9Organizational Behavior Chapter 9
Organizational Behavior Chapter 9
 
Smartwatches
SmartwatchesSmartwatches
Smartwatches
 
Flowchart
FlowchartFlowchart
Flowchart
 
03 algoritma flowchart
03 algoritma flowchart03 algoritma flowchart
03 algoritma flowchart
 
types of software
types of softwaretypes of software
types of software
 
3 algorithm-and-flowchart
3 algorithm-and-flowchart3 algorithm-and-flowchart
3 algorithm-and-flowchart
 
Pseudocode-Flowchart
Pseudocode-FlowchartPseudocode-Flowchart
Pseudocode-Flowchart
 

Similar to Flowchart

algorithm and Pseudocode
algorithm and Pseudocodealgorithm and Pseudocode
algorithm and Pseudocode
Fabian Macuha
 
Table Of Flowchart Symbols
Table Of Flowchart SymbolsTable Of Flowchart Symbols
Table Of Flowchart SymbolsNeo Nguyens
 
note
notenote
Chapter 3 AIS.pptx
Chapter 3 AIS.pptxChapter 3 AIS.pptx
Chapter 3 AIS.pptx
MostafaGamal216952
 
Activity Diagram part8
Activity Diagram part8Activity Diagram part8
Activity Diagram part8
DrMohammed Qassim
 
Nota Flowchart.pdf
Nota Flowchart.pdfNota Flowchart.pdf
Nota Flowchart.pdf
Mohd Shahril Nizam Shaharom
 
Data Flow Diagram and Sequence Diagram
Data Flow Diagram and Sequence DiagramData Flow Diagram and Sequence Diagram
Data Flow Diagram and Sequence Diagram
Hamna Shahzad
 
2 flow charts
2 flow charts2 flow charts
2 flow charts
Norma Duarte
 
Unit III Dynamic and Implementation UML Diagrams.pptx
Unit III Dynamic and Implementation UML Diagrams.pptxUnit III Dynamic and Implementation UML Diagrams.pptx
Unit III Dynamic and Implementation UML Diagrams.pptx
anguraju1
 
System analysis and design chapter 2
System analysis and design chapter 2System analysis and design chapter 2
System analysis and design chapter 2
Einrez Pugao
 
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)
harshid panchal
 
FLOW CHARTS
FLOW CHARTSFLOW CHARTS
FLOW CHARTS
Swarnima Tiwari
 
Chapter08 structuring system requirements
Chapter08 structuring system requirementsChapter08 structuring system requirements
Chapter08 structuring system requirements
Dhani Ahmad
 
Basics of Programming Algorithms and Flowchart
Basics of Programming Algorithms and FlowchartBasics of Programming Algorithms and Flowchart
Basics of Programming Algorithms and Flowchart
Chandrakant Divate
 
AlgorithmAndFlowChart.pdf
AlgorithmAndFlowChart.pdfAlgorithmAndFlowChart.pdf
AlgorithmAndFlowChart.pdf
SusieMaestre1
 
Preparing and interpreting Technical drawing.pptx
Preparing and interpreting Technical drawing.pptxPreparing and interpreting Technical drawing.pptx
Preparing and interpreting Technical drawing.pptx
RenmarieLabor
 

Similar to Flowchart (20)

algorithm and Pseudocode
algorithm and Pseudocodealgorithm and Pseudocode
algorithm and Pseudocode
 
Fundamentals of-algorithm
Fundamentals of-algorithmFundamentals of-algorithm
Fundamentals of-algorithm
 
Table Of Flowchart Symbols
Table Of Flowchart SymbolsTable Of Flowchart Symbols
Table Of Flowchart Symbols
 
BUSINES PROCESS IMPROVEMENT
BUSINES PROCESS IMPROVEMENTBUSINES PROCESS IMPROVEMENT
BUSINES PROCESS IMPROVEMENT
 
note
notenote
note
 
Flowcharts
FlowchartsFlowcharts
Flowcharts
 
Chapter 3 AIS.pptx
Chapter 3 AIS.pptxChapter 3 AIS.pptx
Chapter 3 AIS.pptx
 
Activity Diagram part8
Activity Diagram part8Activity Diagram part8
Activity Diagram part8
 
Ch03 (1)
Ch03 (1)Ch03 (1)
Ch03 (1)
 
Nota Flowchart.pdf
Nota Flowchart.pdfNota Flowchart.pdf
Nota Flowchart.pdf
 
Data Flow Diagram and Sequence Diagram
Data Flow Diagram and Sequence DiagramData Flow Diagram and Sequence Diagram
Data Flow Diagram and Sequence Diagram
 
2 flow charts
2 flow charts2 flow charts
2 flow charts
 
Unit III Dynamic and Implementation UML Diagrams.pptx
Unit III Dynamic and Implementation UML Diagrams.pptxUnit III Dynamic and Implementation UML Diagrams.pptx
Unit III Dynamic and Implementation UML Diagrams.pptx
 
System analysis and design chapter 2
System analysis and design chapter 2System analysis and design chapter 2
System analysis and design chapter 2
 
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 CHARTS
FLOW CHARTSFLOW CHARTS
FLOW CHARTS
 
Chapter08 structuring system requirements
Chapter08 structuring system requirementsChapter08 structuring system requirements
Chapter08 structuring system requirements
 
Basics of Programming Algorithms and Flowchart
Basics of Programming Algorithms and FlowchartBasics of Programming Algorithms and Flowchart
Basics of Programming Algorithms and Flowchart
 
AlgorithmAndFlowChart.pdf
AlgorithmAndFlowChart.pdfAlgorithmAndFlowChart.pdf
AlgorithmAndFlowChart.pdf
 
Preparing and interpreting Technical drawing.pptx
Preparing and interpreting Technical drawing.pptxPreparing and interpreting Technical drawing.pptx
Preparing and interpreting Technical drawing.pptx
 

Recently uploaded

MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
NelTorrente
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
ArianaBusciglio
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Ashish Kohli
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 

Recently uploaded (20)

MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 

Flowchart

  • 2. What is a flowchart?  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  diagrammatic representation that illustrates a solution model to a given problem
  • 3. What is a flowchart?  used in analyzing, designing, documenting or managing a process or program in various fields  described as "cross-functional" when the page is divided into different swimlanes describing the control of different organizational units. Lamp doesn’t work Lamp plugged in? Bulb burned out? Plug in lamp Repair lamp Replace bulb A simple flowchart representing a process for dealing with a non-functioning lamp Yes Yes No No
  • 4. Types of Flowchart Document Flowchart Data Flowchart System Flowchart Program Flowchart shows controls over a document-flow through a system shows controls over a data-flow in a system shows controls at a physical or resource level shows the controls in a program within a system
  • 5. Flowchart Symbols Terminator Process Decision Indicates the beginning or end of a program flow in your diagram Indicates any processing function Indicates a decision point between two or more paths in a flowchart
  • 6. Flowchart Symbols (cont.) Delay Data Document Indicates a delay in the process Can represent any type of data (input and output) in a flowchart Indicates data can be read by people, such as printed output
  • 7. Flowchart Symbols (cont.) Multiple Documents Subroutine Preparation Indicates multiple documents Indicates a predefined (named) process, such as a subroutine or a module Indicates a modification to a process, such as setting a switch or initializing a routine
  • 8. Flowchart Symbols (cont.) Manual Loop Indicates data that is displayed for people to read, such as data on a monitor or projector screen Indicates any operation that is performed manually (by a person) Indicates a sequence of commands that will continue to repeat until stopped manually Display Manual Input
  • 9. Flowchart Symbols (cont.) Connector Indicates the start of a loop. Flip the shape vertically to indicate the end of a loop. Indicates any data of stored data Indicates an inspection point Loop Limit Stored Data
  • 10. Flowchart Symbols (cont.) Off-page Connector Use this shape to create a cross- reference and hyperlink from a process on one page to a process on another page Internal Storage Indicates an internal storage device
  • 11. Flowchart Symbols (cont.) Or Logical OR Logical AND Indicates a step that organizes data into a standard format Summing Junction Collate
  • 12. Flowchart Symbols (cont.) Sort Indicates a step that organizes items sequentially Indicates a step that combines multiple sets into one Indicates a list of information with a standard structure that allows for searching and sorting Merge Database
  • 14. Solve the equation 2x2 + x + 5 for all x between 5 and 10 inclusive. Start Set variable x = 5 x <= 10? compute 2x^2 + x + 5 add 1 to x End Print answer Yes No
  • 15. Create a flowchart to display all numbers between 1 and 10 inclusive Start Set i = 1 i <= 10? i = i + 1 End Print i Yes No