aamir presentation

21

description

 

Transcript of aamir presentation

Page 1: aamir presentation
Page 2: aamir presentation

A flow chart can be used to:

Define and analyse processes. Build a step-by-step picture of the

process for analysis, discussion, or communication.

Define, standardise or find areas for improvement in a process.

Page 3: aamir presentation

Symbols for drawing a flowchart:

Start or End of the program

Page 4: aamir presentation

Symbols for drawing a flowchart:

Computational Steps or Processing Function of a program

Page 5: aamir presentation

Symbols for drawing a flowchart:

Input or output operation

Page 6: aamir presentation

Symbols for drawing a flowchart:

Decision Making and Branching

Page 7: aamir presentation

Symbols for drawing a flowchart:

Connector or joining of two parts of program

Page 8: aamir presentation

Symbols for drawing a flowchart:

Off-page connector

Page 9: aamir presentation

Symbols for drawing a flowchart:

Flow lines

Page 10: aamir presentation

Symbols for drawing a flowchart:

Annotation (foot note)

Page 11: aamir presentation

Guidelines in flowcharting - In drawing a proper flowchart, all necessary

requirements should be listed out in logical order.

The flowchart should be clear, neat and easy to follow. There should not be any room for ambiguity in understanding the flowchart.

The usual direction of the flow of a procedure or system is from left to right or top to bottom.

Page 12: aamir presentation

…Guidelines in flowcharting - Only one flow line should come out

from a process symbol.

OR

Page 13: aamir presentation

…Guidelines in flowcharting - Only one flow line should enter a

decision symbol, but two or three flow lines, one for each possible answer, should leave the decision symbol.

Page 14: aamir presentation

…Guidelines in flowcharting –Only one flow line is used in conjunction with terminal symbol.

Page 15: aamir presentation

…Guidelines in flowcharting –Write within standard symbols briefly. As necessary, you can use the annotation symbol to describe data or computational steps more clearly.

This is confidential data

Page 16: aamir presentation

…Guidelines in flowcharting –

In case of complex flowchart, it is better to use connector symbols to reduce the number of flow lines. Avoid the intersection of flow lines.

Ensure that the flowchart has a logical start and finish.

It is useful to test the validity of the flowchart by passing through it with a simple test data.

Page 17: aamir presentation

Advantages Of Using Flowcharts :

Effective communication Effective analysis Proper documentation Efficient Coding Proper Debugging Efficient Program Maintenance

Page 18: aamir presentation

Limitations of using Flowcharts :

1.Complex logic: Sometimes, the program logic is quite complicated.

2.Alterations and Modifications: Alterations may require re-drawing completely.

3.Reproduction: As the flowchart symbols cannot be typed, reproduction of flowchart becomes a problem.

Page 19: aamir presentation

Example 2Draw a flowchart to find the largest of three numbers A,B and C.

Page 20: aamir presentation
Page 21: aamir presentation

THANK YOU