answersLogoWhite

0


Best Answer

The program flowchart describes boxes that describe computations, decisions, interactions & loops. It is an important to keep in mind that data flow diagrams are not program flowcharts and should not include control elements . A good DFD should * have no data flows that split up into a number of other data flows * have no crossing lines * not include flowchart loops of control elements * not include data flows that act as signals to activate processes.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

A Data Flow Diagram shows the flow of data whereby it describes the path that the data will follow from its external source up to an internal store. On the other hand, a Flow Chart shows a series of steps required to complete a process.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between dfd and flow chart?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How DFD difffer from flow chart?

Flow Chart is a generic term, and DFD is a specific one. Data Flow Diagram (DFD) is a data flow chart to illustrate the data flow/store/change in a component/system/product from the input to the output.


Difference between physical and logical DFD?

difference between physical and logical data flow diagrams.


Difference between dfd and er diagram?

actually dfd is used to define how data flow from one process to another process where as er diagram is used to define relation between different entities.


What is the Difference between physical DFD and logical DFD?

For a physical Data Flow Diagram you explore into the logical DFD. for example, if you have a data flow arrow declared as "customer information" now the physical DFD would include in that data flow arrow "customer information = customer_name + customer_address". something along these lines Physical DFD shows how various functions are performed and who does them but Logical DFD strips away all physical constraints but does not restrict physical happenings from taking place.


What is the difference between entity relationship diagram and data flow diagram?

DFD basically describe the flow of data, means how data can be flow in a system where as ERD defines the relationship between entities. -> There is no such constrainst like cardinality,participation in dfd as compare to Erd.. ->In DFD, we show the storage of file using Parallel line where as ERD is just a conceptual represantation of data... ATUL


Where are DFD used?

DFD Stand for Data Flow Diagram.


How you make a dfd for online shopping?

DFD for online shopping refers to a data flow diagram. Such a diagram offers information pertaining to the activity between customers, sellers and visitors to an online store.


What is DFD explain in detail?

DFD means Data Flow Diagram, which is a graphical representation of the flow data i.e. how the data move from the external data source or internal data store to an external system or to an internal system. Is quite different from the Flow chart where one can determine the rate, order and circumstances of occurrence of an work but without any data input output information. which is possible in case of DFD.


Can you draw dfd without database?

DFD means data flow diagram and database is an integral part of the DFD. It is not possible to draw a DFD without a database, since there has to be a place for data storage in the overall business process flow.


What is the difference between dfd 0 and dfd 1?

dfd0 is a bigger scope in less detail than dfd1 which is much more detailed


DFD of College Admission System?

dfd is the data flow diagrame of any particular topic which represent the flow of data in the system


What is a level 0 diagram?

A system diagram is known as a first level DFD (Level 0 DFD) A data flow diagram (DFD) is a graphical representation of the "flow" of data through an information system.