SlideShare a Scribd company logo
1 of 19
Download to read offline
ACTIVELEARNINGASSIGMENT
SUBJECT : COMPUTER PROGRAMMING AND
UTILIZATION
Guided by : sejal madam
Kavan Patel -140120109032
Harshid Panchal -1401201090 23
Mihir Thaker -140120109060
Group no : 2
PREPAREDBY:
ENROLLMENTNO.
FLOWCHART
Topic Name
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.
• Flow charts are used in analysing ,designing,
documenting or managing a process or
program in various fields.
I. Flow chart are used in designing and documenting complex
processes or programs.
II. 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.
III. There are many different types of flowcharts , and each type
has its own repertoire of boxes and notational conventions.
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.
Terminator
Represented 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
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
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
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
DECISION
A decision or
branching point.
Lines representing
different decisions
emerge from
different points of
the diamond.
decision
1)Program flowchart
2)System flowchart
Program flowchart:
shows the sequence of instructions in a program or
subroutine. These instructions are followed to procedure
the needed output
START
INPUT
PROCESS
OUTPUT
DECISION
END
Draw a flowchart to find the largest of three numbers A, B & C.
number.
Start
Read
n
i=1
f=1
If
i<=n
Print
“factorial
” , F
Stop
f = f * i
i = i + 1
THANK YOU. . . .. .

More Related Content

Similar to cpuppt-150726134330-lva1-app6891.pdf

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
 
CPAP.com Introduction to Flowcharts and Process Design
CPAP.com Introduction to Flowcharts and Process DesignCPAP.com Introduction to Flowcharts and Process Design
CPAP.com Introduction to Flowcharts and Process Designjohnnygoodman
 
Table Of Flowchart Symbols
Table Of Flowchart SymbolsTable Of Flowchart Symbols
Table Of Flowchart SymbolsNeo Nguyens
 
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
 
fy11_sh-22316-11_1-3_ProcessingMapping.pptx
fy11_sh-22316-11_1-3_ProcessingMapping.pptxfy11_sh-22316-11_1-3_ProcessingMapping.pptx
fy11_sh-22316-11_1-3_ProcessingMapping.pptxMarcosMaumesso
 
Flowchart symbols
Flowchart symbolsFlowchart symbols
Flowchart symbolsgiz82
 
Flowcharting: The Three Common Types of Flowcharts
Flowcharting: The Three Common Types of FlowchartsFlowcharting: The Three Common Types of Flowcharts
Flowcharting: The Three Common Types of FlowchartsCIToolkit
 
Simple Process Mapping Techniques
Simple Process Mapping TechniquesSimple Process Mapping Techniques
Simple Process Mapping TechniquesStephen Deas
 
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
 
QCL-14-v3 Flowchart_Banasthali University_Anshu Verma
QCL-14-v3 Flowchart_Banasthali University_Anshu VermaQCL-14-v3 Flowchart_Banasthali University_Anshu Verma
QCL-14-v3 Flowchart_Banasthali University_Anshu Vermaav2194
 
Problem-solving and design 1.pptx
Problem-solving and design 1.pptxProblem-solving and design 1.pptx
Problem-solving and design 1.pptxTadiwaMawere
 

Similar to cpuppt-150726134330-lva1-app6891.pdf (20)

Flowchart
FlowchartFlowchart
Flowchart
 
FLOWCHART.pptx
FLOWCHART.pptxFLOWCHART.pptx
FLOWCHART.pptx
 
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
 
Flow charts
Flow chartsFlow charts
Flow charts
 
CPAP.com Introduction to Flowcharts and Process Design
CPAP.com Introduction to Flowcharts and Process DesignCPAP.com Introduction to Flowcharts and Process Design
CPAP.com Introduction to Flowcharts and Process Design
 
Table Of Flowchart Symbols
Table Of Flowchart SymbolsTable Of Flowchart Symbols
Table Of Flowchart Symbols
 
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
 
fy11_sh-22316-11_1-3_ProcessingMapping.pptx
fy11_sh-22316-11_1-3_ProcessingMapping.pptxfy11_sh-22316-11_1-3_ProcessingMapping.pptx
fy11_sh-22316-11_1-3_ProcessingMapping.pptx
 
Flowchart symbols
Flowchart symbolsFlowchart symbols
Flowchart symbols
 
Flowcharting: The Three Common Types of Flowcharts
Flowcharting: The Three Common Types of FlowchartsFlowcharting: The Three Common Types of Flowcharts
Flowcharting: The Three Common Types of Flowcharts
 
Flow chart
Flow chartFlow chart
Flow chart
 
Flow chart
Flow chartFlow chart
Flow chart
 
Simple Process Mapping Techniques
Simple Process Mapping TechniquesSimple Process Mapping Techniques
Simple Process Mapping Techniques
 
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
 
QCL-14-v3 Flowchart_Banasthali University_Anshu Verma
QCL-14-v3 Flowchart_Banasthali University_Anshu VermaQCL-14-v3 Flowchart_Banasthali University_Anshu Verma
QCL-14-v3 Flowchart_Banasthali University_Anshu Verma
 
Flow process chart
Flow process chartFlow process chart
Flow process chart
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Flow chart
Flow chartFlow chart
Flow chart
 
Problem-solving and design 1.pptx
Problem-solving and design 1.pptxProblem-solving and design 1.pptx
Problem-solving and design 1.pptx
 
Flowcharts
FlowchartsFlowcharts
Flowcharts
 

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
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
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
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
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
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
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
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
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
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
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
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
 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
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
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
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
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
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
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
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
 

cpuppt-150726134330-lva1-app6891.pdf

  • 1.
  • 2. ACTIVELEARNINGASSIGMENT SUBJECT : COMPUTER PROGRAMMING AND UTILIZATION Guided by : sejal madam
  • 3. Kavan Patel -140120109032 Harshid Panchal -1401201090 23 Mihir Thaker -140120109060 Group no : 2 PREPAREDBY: ENROLLMENTNO.
  • 5. 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. • Flow charts are used in analysing ,designing, documenting or managing a process or program in various fields.
  • 6. I. Flow chart are used in designing and documenting complex processes or programs. II. 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. III. There are many different types of flowcharts , and each type has its own repertoire of boxes and notational conventions.
  • 7. 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.
  • 8.
  • 9. Terminator Represented 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
  • 10. 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
  • 11. 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
  • 12. 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
  • 13. DECISION A decision or branching point. Lines representing different decisions emerge from different points of the diamond. decision
  • 15. Program flowchart: shows the sequence of instructions in a program or subroutine. These instructions are followed to procedure the needed output START INPUT PROCESS OUTPUT DECISION END
  • 16.
  • 17. Draw a flowchart to find the largest of three numbers A, B & C.
  • 19. THANK YOU. . . .. .