Flowchart in programming by Nida Chaudhary

MusicWorld11 118 views 11 slides Jan 30, 2021
Slide 1
Slide 1 of 11
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11

About This Presentation

Computer


Slide Content

FLOWCHART NIDA CHAUDHARY

DEFINITION A flowchart 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. This diagrammatic representation illustrates a solution model to a given problem. The process of drawing a flowchart for an algorithm is known as “flowcharting”.  Nida Chaudhary

ADVANTAGES OF FLOWCHART Flowcharts are better way of communicating the logic of system. Flowcharts act as a guide for blueprint during program designed. Flowcharts helps in debugging process. With the help of flowcharts programs can be easily analyzed. It provides better documentation. Flowcharts serve as a good proper documentation. Nida Chaudhary

DISADVANTAGES OF FLOWCHART It is difficult to draw flowchart for large and complex programs. In this there is no standard to determine the amount of detail. Difficult to reproduce the flowcharts. It is very difficult to modify the Flowchart. Nida Chaudhary

BASIC SYMBOLS Terminal:   The oval symbol indicates Start and Stop the flowchart. Input/Output:   A parallelogram denotes any function of input/output type. Nida Chaudhary Start Stop Input Output

BASIC SYMBOLS Processing:   A box represents arithmetic instructions. Decision:   Diamond symbol represents a decision point. Nida Chaudhary Processing Decision

BASIC SYMBOLS Connectors:   Whenever flowchart becomes complex or it spreads over more than one page. Flow lines:   Flow lines indicate the exact sequence in which instructions are executed.  Nida Chaudhary Circle

BASIC SYMBOLS Nida Chaudhary

Examples 1. Add two numbers entered by the user. Nida Chaudhary

2. Find the largest among three different numbers entered by the user. Nida Chaudhary

 THE END  Nida Chaudhary
Tags