WORKED EXAMPLES ON DATA FLOW DIAGRAMS.
DATA FLOW DIAGRAMS WORKED EXAMPLES 5.1 What is the main merit of DFD? The main merit of DFD is that it provides an overview of what data flows in a system, what transformations are done on the data, what files are used and where results flow. 5.2 What is the role of DFD as a documentation aid? It is a good documentation aid which is understood by both programmers and non-programmers (i.e., laypersons). As DFD specifies only what processes are performed and not how they are performed it is easily understood by a non- programming user. 5.3 What is a context diagram? A diagram giving an entire system’s data flows and processing with a single Process (circle) is called a context diagram. 5.4 What do you understand by levelling of DFD? A context diagram is expanded into a number of inter-related processes. Each process may be further expanded into a set of inter-connected sub processes. This procedure of expanding a DFD is known as levelling. 5.5 What is a physical DFD? A physic...