Data flow diagrams Flashcards
What are data flow diagrams?
Show how data is inputted and moves through a system till its output
What is the purpose of the rectangle symbol in data flow diagrams?
External Entity
What is an an external entity in data flow diagrams?
Inputs or outputs of data
What is the purpose of the rounded edges rectangle symbol in data flow diagrams?
Process
What is the process in data flow diagrams?
Where data is manipulated
What is the purpose of the arrow symbol in data flow diagrams?
Data flow
What is the data flow in data flow diagrams?
Shows the way data is moving
What is the purpose of the square shape with legs on its side in data flow diagrams?
Data store
What is a data store in data flow diagrams?
Any real world store of data
What rule relates to the connections of every data entity in data flow diagrams?
Every data entity needs at least 1 input to be connected to the system.
What rule relates to the flow of data in data flow diagrams?
Data flows in one direction
What rule relates to the labelling of data flows in data flow diagrams?
A comment should be attached to the arrows identifying what data is being transmitted.
What rule relates to the input and output of data in data flow diagrams?
Must be at least one input and one output for each process.