Which of the following data flow diagrams shows all the major processes at the first level of numbering?

This tutorial focuses on the definition of the data flow diagram (DFD), levels of the DFD, and its different types. Before starting with DFD, lets first study about a process models.

  • What is a Process Model?
  • What is a Data Flow Diagram?
  • DFD Symbols | Data Flow Diagram Symbols
  • Levels of DFD
  • Types of DFD
  • Benefits or Characteristics of DFD
  • Conclusion

What is a Process Model?

A process model is used to describe system activities and the flow of data among them. In other words, it is a graphical representation of how the system should operate. It can be used for the as-is system or to-be system.

One such process modeling technique is data flow diagramming.

What is a Data Flow Diagram?

A data flow diagram (DFD) graphically describes business processes and the flow of information that passes among them. DFD also describes inputs and outputs of the process; and where the data will be stored.

The data flow diagram is used to model a perspective of the system that can be easily understood by the non-technical users as the symbols and syntax used in DFD are simple.

It is used by the analysts, customers, and developers to understand the requirements more clearly mainly during the requirements gathering and analysis phase of the SDLC. It shows the current system or the new system to be developed visually.

DFD Symbols | Data Flow Diagram Symbols

Following are the major DFD Symbols or the elements of Data flow diagram-

  • External devices or systems that interact with the system by sending and receiving the data
  • Processes that affect the data
  • Data flow between the processes
  • Data storage locations

We use the following basic elements or DFD symbols to describe how the data flows in a system. Please note that this tutorial follows Gane and Sarson’s style of symbols developed by Chris Gane and Trish Sarson.

  • External Entities – An external entity can be a person, organization, or system that is external to the system. From entities, the information flows into the system (also known as a source) or the entities receive data from the system (also known as a sink). Entities are represented using rectangles.

Which of the following data flow diagrams shows all the major processes at the first level of numbering?

  • Processes – A process is an activity or a function that is carried by the system. Processes manipulate and transform the data. They receive some inputs and generate some outputs.

    A process name in the DFD should start with a verb and end in a noun e.g. ‘Generate Invoice’. It should have at least one input data flow and one output data flow. Each process in the DFD is numbered uniquely. Processes are described as a segmented rectangle.

Which of the following data flow diagrams shows all the major processes at the first level of numbering?

  • Data Stores – Data stores are used to store the information by the process that can be later retrieved by the same or another process. A data store name should be a noun e.g. ‘Orders’ and it should be assigned a unique number. Data stores are represented as a rectangle that has two parts. One for its number and another for its name.

Which of the following data flow diagrams shows all the major processes at the first level of numbering?

  • Data Flows – Data flows describe the flow of information between processes, entities, and data stores. Every data flow name should be a noun. Data flows are represented using arrows. The data name is written above the arrow and the arrow shows the flow direction.

Which of the following data flow diagrams shows all the major processes at the first level of numbering?

Levels of DFD

It is very difficult to explain all the processes in just one DFD, that is why DFDs are expressed in a set of DFD levels. The first step in creating DFDs is to identify the DFD elements (external entities, processes, data stores, and data flows) explained in the section above.

The next steps involve creating the different levels of the DFDs. The highest level DFD depicts the synopsis of the system and with decreasing levels of the DFDs, detailed explanations of each segment of the whole process are described.

The following are the four levels of data flow diagrams with examples of a generic template of each level-

  • Context Diagrams – These diagrams represent the outermost level; an overview of the system. They show how the system interacts with the outside world. They show only one process i.e. the entire system and data to and from the external entities. Usually, data stores are not shown in these diagrams.

Which of the following data flow diagrams shows all the major processes at the first level of numbering?

  • Level – 0 Data Flow Diagrams – These diagrams describe general high-level processes (the first level of numbering is used), external entities, data flows, and data stores.An example of the first level of numbering for a process is 1.

Which of the following data flow diagrams shows all the major processes at the first level of numbering?

  • Level – 1 Data Flow Diagrams – Level – 1 DFD decomposes each parent process of the Level – 0 DFD into more details; into child processes. It also contains data stores, external entities, and data flows. An example of numbering for a process is 1.1.

Which of the following data flow diagrams shows all the major processes at the first level of numbering?

  • Level – 2 Data Flow Diagrams – Level – 2 DFD further decomposes the child process depicted in Level – 1 DFD. An example of numbering for a process is 1.1.1.

Which of the following data flow diagrams shows all the major processes at the first level of numbering?

Types of DFD

Data flow diagrams can be categorized into two types:

  • Logical DFD – A Logical DFD describes how the business operates. Inthis diagram, the processes are business activities. These diagrams also contain external entities, data stores, and data flows between the entities and processes. Datastores describe data storage locations without explaining how it is stored.
  • Physical DFD – A physical DFD describes how the system will be implemented, information that is used to build a system. It describes the physical requirements of the system; containing hardware and software specifications, people involved in the system, etc. 

Benefits or Characteristics of DFD

The following are the advantages of using the data flow diagrams:

  • DFD depicts the logical flow of information in the system.
  • It describes the physical construction specifications needed to build the system. 
  • It is useful to system analysts and customers to understand the business processes during the requirements analysis stage.
  • Its symbols and syntax are simple and easy to understand which helps the customers who do not have any technical background.
  • It is also useful for developers as they represent the various processes, entities, data stores, and data flows of the system.
  • It helps describe system scope with boundaries and connections to other systems.
  • As there are multiple levels of DFD, with each level of DFD describing elements in more detail, it helps in understanding not only the overall overview of the system but also the detailed description of the processes.

Conclusion

Data flow diagrams are useful in showing various business processes of the system being developed, external entities sending and receiving data, data flow depicting the flow of data and data stores. DFD is a crucial part of the requirements gathering and analysis stage of the software development lifecycle that is helpful to numerous people such as analysts, customers, and the development team.

Which of the following data flow diagrams shows all the major processes at the first level of numbering?

Kuldeep is the founder and lead author of ArtOfTesting. He is skilled in test automation, performance testing, big data, and CI-CD. He brings his decade of experience to his current role where he is dedicated to educating the QA professionals. You can connect with him on LinkedIn.


What is first level data flow diagram?

What is a level 1 DFD? As described previously, context diagrams (level 0 DFDs) are diagrams where the whole system is represented as a single process. A level 1 DFD notates each of the main sub-processes that together form the complete system.

What does a Level 0 data flow diagram show?

DFD Level 0 is also called a Context Diagram. It's a basic overview of the whole system or process being analyzed or modeled. It's designed to be an at-a-glance view, showing the system as a single high-level process, with its relationship to external entities.

What are the levels of data flow diagram?

Levels in Data Flow Diagrams (DFD) Here, we will see primarily three levels in the data flow diagram, which are: 0-level DFD, 1-level DFD, and 2-level DFD. The Level-0 DFD, also called context diagram of the result management system is shown in fig.

Which of the following data flow diagram symbols is used to show a transformation process in a DFD?

There are several ways to view these DFD components. The process (function, transformation) is part of a system that transforms inputs to outputs. The symbol of a process is a circle, an oval, a rectangle or a rectangle with rounded corners (according to the type of notation).