3 data folw diagram

11
A data flow diagram (DFD) is a graphical representation of the "flow" of data through an information system , DFDs can also be used for the visualization of data processing (structured design). They consist of two parts: a set of Data Flow Data Flow Diagrams Diagrams (DFDs) and a set of associated textual descriptions. Data Flow Diagram (DFD) is an important technique for modeling a system’s high-level detail by showing how input data is transformed to output results through a sequence of functional transformation s.

Transcript of 3 data folw diagram

Page 1: 3 data folw diagram

• A data flow diagram (DFD) is a graphical representation of the "flow" of data through an information system,

• DFDs can also be used for the visualization of data processing (structured design).

• They consist of two parts: a set of Data Flow Data Flow DiagramsDiagrams (DFDs) and a set of associated textual descriptions.

• Data Flow Diagram (DFD) is an important technique for modeling a system’s high-level detail by showing how input data is transformed to output results through a sequence of functional transformations.

Page 2: 3 data folw diagram

Manager

e

Supplier

d

Purchase OrderCabinetM1

StockFile

M2

*

ReceiveStock

2 Stock Clerk

Manager

e

*

SellStock

3 Cashier

Customer

a

Purchase Order

Stock ListP.O.

Matched Orders

Orders

Purchase Order

Delivery

Bought Goods

Stock List

Sold Goods

Delivered Goods

OrderStock

1 Stock Clerk

M2 StockFile

Processes Data Stores

External Entities

Page 3: 3 data folw diagram

• The DFD is a diagram that consists principally of four symbols, namely the external entityexternal entity, the data flowdata flow, the processprocess and the data storedata store

• External entities (source/destination of data) are represented by squares; Processes (input-processing-output) are represented by rectangles with rounded corners; Data Flows (physical or electronic data) are represented by arrows; and finally, Data Stores (physical or electronic files) are represented by open-ended rectangles.

Page 4: 3 data folw diagram

d

Supplier

Page 5: 3 data folw diagram

Cosmetics

Goods

Customer DetailsData Flow (usual)

Bi-directional Flow (rare)

Flow Between External Entities (for convenience)

Resource Flow (for convenience)

Page 6: 3 data folw diagram

SellStock

Cashier3

Page 7: 3 data folw diagram

D3 Suppliers

StockFileM1

T1 Unpaid Invoices

D1 Orders D1 Orders

Page 8: 3 data folw diagram

A sequence diagram is a kind of interaction diagram that shows how processes operate with one another and in what order.

Sequence diagrams are sometimes called event diagrams, event scenarios, and timing diagrams.

Page 9: 3 data folw diagram
Page 10: 3 data folw diagram

Activity diagrams are graphical representations of workflows of stepwise activities and actions with support for choice, iteration and concurrency.

Activity diagrams can be used to describe the business and operational step-by-step workflows of components in a system. An activity diagram shows the overall flow of control.

Page 11: 3 data folw diagram

SalesFulfillment