+ All Categories

DFD PPT

Date post: 24-Nov-2014
Category:
Upload: zishank5
View: 191 times
Download: 0 times
Share this document with a friend
Popular Tags:
18
WELCOME
Transcript
Page 1: DFD PPT

WELCOME

Page 2: DFD PPT

DATA FLOW DIAGRAMS

Presented by:-Vishal Gupta

Gaurav JaiswalAshish TulsianZishan Hayat

Deepak PandeyBasant kumar

Page 3: DFD PPT

DATA FLOW DIAGRAM

A graphical representation of the flow of data.

To visualize the data processing.

Also known as bubble chart.

Page 4: DFD PPT

SYMBOLS USED

Page 5: DFD PPT

Example:-

Page 6: DFD PPT

ADVANTAGES

1. It tracks any information entering or leaving the system.

2. It is a simplified but powerful technique.

3. It depicts how changes to information take place.

Page 7: DFD PPT

RULES OF DFD Processes should be named and

numbered. Name should represent the process.

The direction of flow is from top to bottom and from left to right.

Page 8: DFD PPT

CONT.

The name of data stores ,sources and destination are written in a first letter capital.

A process must have minimum one data flow into it and one leaving it.

Page 9: DFD PPT

LEVELS OF DATA FLOW DIAGRAM

Level 1(High Level Diagram)

Level 2(Low Level Diagram)

Page 10: DFD PPT

LEVEL 1 (HIGH LEVEL DIAGRAMS)

This level (level 1) shows all processes at the first level of numbering, data stores, external entities and the data flows between them. The purpose of this level is to show the major and high-level processes of the system and their interrelation

Page 11: DFD PPT

EXAMPLE:-

Page 12: DFD PPT

LEVEL 2 (LOW LEVEL DIAGRAMS)

This level is decomposition of a process shown in a level-1 diagram, as such there should be a level-2 diagram for each and every process shown in a level-1 diagram .

Page 13: DFD PPT

EXAMPLE:-

Page 14: DFD PPT

IMPORTANCE OF DATA

FLOW DIAGRAMSOrganization:- Programmers use

data flow diagrams to plan exactly how their new program is going

Decision Making:- If there are usually known as "if-then" statements, and they tell the program what to do when given specific data to work with.

Page 15: DFD PPT

CONT..

Presentation:- when discussing a program with people is to use the code to explain what the program does and how it will do it.

Adaptability:- programmer uses a data flow diagram, the diagram will help the programmer be able to see what will happen

Page 16: DFD PPT

CONT..

Error detection:- sometimes it's difficult to pinpoint where exactly a problem is in the code, but with the help of a data flow diagram, a programmer can find the error in question and begin to figure out how to correct it.

Page 17: DFD PPT

REFERENCE

www.google.co.in

en.wikipedia.org

visualcase.com

Page 18: DFD PPT

Recommended