Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 9

Programming Fundamentals

Lecture 3
FLOW CHART

 A flowchart is a type of diagram that represents an


algorithm, workflow or process.

 The flowchart shows the steps as boxes of various kinds,


and their order by connecting the boxes with arrows.
FLOW CHART

Flow chart is made up of two words flow & chart.

A flowchart is a diagram made up of boxes, diamonds


and other shapes, connected by arrows - each shape
represents a step in the process, and the arrows show
the order in which they occur.

Flowcharting combines symbols and flow lines, to show


figuratively the operation of an algorithm.
BASIC SYMBOLS
Con…
FLOW CHART 1
Flowchart of Sum of 2 numbers
FLOW CHART 2
Flowchart to calculate area of circle
PROGRAM DEVELOPMENT PROCESS

Following stages to develop a computer program

1) Defining and Analyzing Problem


2) Designing the Algorithm
3) Coding or Writing the Program
4) Testing Program
5) Final Documentation
Recap

 Computer
 Program
 Algorithm with examples
 Flow chart with basic symbols
 Flow chart examples
 Program Development Process

You might also like