Questions tagged [dataflow-diagram]

Data flow diagrams are graphical representations of the flow of information through a system. Use this tag for any questions relating to DFDs, their features and uses, and suitability in different circumstances.

A data flow diagram (DFD) is a graphical representation of the "flow" of data through an information system, modeling its process. A DFD is often used as a first step to create an overview of the system, which can later be elaborated on. They can also be used for the visualization of data processing, as part of a structured design process.

A DFD shows the information that will be input to and output from the system, where the data comes from and goes to, and where the data is to be stored. It does not show information about the timing of the process, or information about whether processes will operate in sequence or in parallel.

63 questions
0
votes
1 answer

Context level DFD

So, not really sure if this is the right place for this but I have this current Context level data flow diagram for the bellow specification extract and I have never done one before so I was wondering if it was correct or if it needs fixing? any…
TAM
  • 347
  • 4
  • 9
  • 20
-1
votes
2 answers

Creating collaborative data flow charts

I need a tool which can be installed on .aspx platform (on a intranet of a company) which can be used to create collaborative data flow chart diagrams (multiple users can edit the diagram by visiting the intranet webpage).
KOsmix
  • 1
-2
votes
1 answer

In a Data Flow Diagram, can 2 entities use the same process (with the same incoming data flow)?

For a school project, I need to make a DFD for an educational game, where both students and teachers need to be able to view the game's leaderboard. Currently in my diagram, "Student" and "Teacher" are seperate external entities, "View leaderboard"…
Ice
  • 53
  • 1
  • 1
  • 6
1 2 3 4
5