Topic 7: Systems Mapping and Documentation Flashcards
Balanced Data Flow Diagrams
Diagrams (context diagram, physical DFD and logical DFD) with the same external entities and flows.
Business Process
The activities that work together to achieve business objectives.
Context Diagram
A representation of the system of interest and the entities that provide inputs to, or receive outputs from, the system of interest.
Data Flow Diagrams (DFDs)
Graphical representations of the data flows that occur within a system.
Decomposing or Stepwise Refinement
The process of breaking a logical DFD down to a lower level to extract more detail about a process within the diagram.
Entity
A representation of a real-world thing or object that is involved in a process and corresponds to a table in a relational database.
Error Routine
A routine that is performed when the system does not function as is normally
expected.
External Entity
Any entity that provides inputs into a process or receives outputs from a process.
Internal Entity
An entity that processes or transforms the data within the business process of interest.
Level 0 Data Flow Diagram
The highest level logical DFD providing an overarching view of the processes that occur.
Level 1 Data Flow Diagram
The second level logical DFD that takes one of the process bubbles from the level 0 diagram and expands it to provide detail about the activities that occur within the process.
Logical Data Flow Diagram
A diagram that illustrates the processes that take place within a system, the flows among these processes, and how these processes interact with the external entities that provide inputs to, or receive outputs from, the system of interest.
Physical Data Flow Diagram
A diagram that provides details of the entities involved in a process and the flows between those entities, as well as their interaction with external entities.
Process Map
A simple graphical representation of a business process, detailing the activities that occur, the areas of the business responsible for completing the activities, and any decisions that need to be made as part of the process.
Process Narrative
A written description of how a process operates.