Data Flow Diagram (DFD) Tutorial Written Date : January 27, 2012



Similar documents
Data Flow Diagram (DFD) Tutorial Written Date : January 27, 2012

From Data Modeling to Data Dictionary Written Date : January 20, 2014

Introduction to BPMN Part III - Flow and Connecting Objects Written Date : March 07, 2016

Drawing BPMN 2.0 Business Process Diagram Written Date : March 9, 2016

Task Card #2 SMART Board: Notebook

AVAILABLE CASE TOOLS I. SYSTEM FLOWCHART AND ER-DIAGRAM GENERATION TOOL

Bonita Open Solution. Introduction Tutorial. Version 5.7. Process Design User Guidance Profile: Business Analyst

Xilinx ISE. <Release Version: 10.1i> Tutorial. Department of Electrical and Computer Engineering State University of New York New Paltz

Windows 95. 2a. Place the pointer on Programs. Move the pointer horizontally to the right into the next window.

Working with Visio Connectors

BusinessObjects: General Report Writing for Version 5

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Information Technology Solutions

Introduction to Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

MicroStrategy Desktop

Tutorial for Tracker and Supporting Software By David Chandler

Delivery Fleet Optimization with GIS Functionality Webinar

Quick Start Guide for SAXTAX 2010 Programs

WebPlus X8. Quick Start Guide. Simple steps for designing your site and getting it online.

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by

How a Teen can use "Budget" to manage their money

Simple Computer Backup

Learn About Analysis, Interactive Reports, and Dashboards

Pastel Evolution BIC. Getting Started Guide

Publishing Geoprocessing Services Tutorial

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version

Lab 2: MS ACCESS Tables

Getting Started Guide

Automate tasks with Visual Basic macros

WebSphere Business Monitor V6.2 Business space dashboards

CATIA Basic Concepts TABLE OF CONTENTS

WebPlus X7. Quick Start Guide. Simple steps for designing your site and getting it online.

Creating Interactive PDF Forms

Logbook Entry Creator Program

CASE TOOLS. Contents

Module 1. 4 Login-Send Message to Teacher

BIGPOND ONLINE STORAGE USER GUIDE Issue August 2005

Introduction to Simulink

Copyright 2009 Bahn, D., Tang, H. & Yardley, A. All Rights Reserved. ISBN: Systems Analysis and Design Learning Module Series #3

Quick Start Guide. Microsoft Publisher 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Microsoft Access 2010 handout

How to Add Social Media Icons to Your Website

Google Drive Create, Share and Edit Documents Online

Microsoft Access Basics

Getting Started With SPSS

Access your directories (home directory and shared directories) outside Tilburg University

Table of Contents. Contents. Introduction. The Main Menu...1 The Fleet Manager...3. Step #2 - PM Schedule...8

Acrobat XI Pro Accessible Forms and Interactive Documents

Assignment objectives:

KiCad Step by Step Tutorial

Microsoft Project 2007 Level 1: Creating Project Tasks

Introduction to Microsoft Access XP

Getting Started Guide SAGE ACCPAC INTELLIGENCE

Jump-Start Tutorial For ProcessModel

Software for Producing Rack Layouts and Purchase Orders

Bates Gmail Labels, Filters, and Signatures

REFERENCE GUIDE 1. INTRODUCTION

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

WebSphere Business Monitor V7.0 Business space dashboards

Installing Remote Desktop Connection

Creating a Network Graph with Gephi

Entering the example employee satisfaction survey in Survey Crafter Professional s Survey Designer window

What is My Teamwork? What s new in this release? MY TEAMWORK 5.0 QUICK START GUIDE

Basic Operation and Function of the MSD Pro Data Plus. Best viewed in printed form. Click on File>Print.

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients

Knowledgebase Article

Creating a PowerPoint Poster using Windows

Formulas, Functions and Charts

Creating a Poster in PowerPoint A. Set Up Your Poster

WIX: Building a Website with a Template. Choosing a Template First you will need to choose a template from the Create section of the Wix website.

Quick Start Tutorial Metric version

Basics. For more information on the Library and programs, visit BCPLS 08/10/2010 PEMA

KB COPY CENTRE. RM 2300 JCMB The King s Buildings West Mains Road Edinburgh EH9 3JZ. Telephone:

Model Simulation in Rational Software Architect: Business Process Simulation

Toad for Data Analysts, Tips n Tricks

Passport Installation. Windows 8 + Internet Explorer 10

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Writer Guide. Chapter 15 Using Forms in Writer

Creating a Flyer with Word

Creating a Gradebook in Excel

Installing the VMware Horizon View Client to Access Hoag Virtual Desktops

AnalyzeNY utilizes Oracle Business Intelligence Enterprise Edition (OBIEE) as the interface for reporting off the data warehouse.

Making Visio Diagrams Come Alive with Data

Using Microsoft Access

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

So you want to create an a Friend action

Search help. More on Office.com: images templates

Axis 360 Administrator User Manual. May 2015

SFTP Server User Login Instructions. Open Internet explorer and enter the following url:

Web Manual: Go To Meeting April 2015

TxDMV RTS Training Guide for Working with Cognos Reports

Catalog Creator by On-site Custom Software

Transcription:

Written Date : January 27, 2012 What is a data flow diagram (DFD)? Data Flow Diagrams (DFD) helps us in identifying existing business processes. It is a technique we benefit from particularly before we go through business process re-engineering. At its simplest, a data flow diagram looks at how data flows through a system. It concerns things like where the data will come from and go to as well as where it will be stored. But you won't find information about the processing timing (e.g. whether the processes happen in sequence or in parallel). We usually begin with drawing a context diagram, a simple representation of the whole system. To elaborate further from that, we drill down to a level 1 diagram with additional information about the major functions of the system. This could continue to evolve to become a level 2 diagram when further analysis is required. Progression to level 3, 4 and so on is possible but anything beyond level 3 is not very common. Please bear in mind that the level of detail asked for depends on your process change plan. Diagram Notations Now we'd like to briefly introduce to you a few diagram notations which you'll see in the tutorial below. External Entity An external entity can represent a human, system or subsystem. It is where certain data comes from or goes to. It is external to the system we study, in terms of the business process. For this reason, people use to draw external entities on the edge of a diagram. Process A process is a business activity or function where the manipulation and transformation of data takes place. A process can be decomposed to finer level of details, for representing how data is being processed within the process. http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 1 of 11

Data Store A data store represents the storage of persistent data required and/or produced by the process. Here are some examples of data stores: membership forms, database table, etc. Data Flow A data flow represents the flow of information, with its direction represented by an arrow head that shows at the end(s) of flow connector. What will we do in this tutorial? In this tutorial we will show you how to draw a context diagram, along with a level 1 diagram. Note: The software we are using here is Logizian Analyst edition. You are welcome to download a free 30-day evaluation copy of Logizian to walk through the example below. No registration, email address or obligation is required. Steps to Draw a Context Diagram 1. To create a new DFD, select Business > Data Flow Diagram from the toolbar at the top. 2. To rename the new diagram, right click on the background and select Rename... In the diagram's name box (at the top left corner), enter Context and press ENTER. 3. We'll now draw the first process. From the Diagram Toolbar, drag Process onto the diagram. Name the new process System. http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 2 of 11

4. Next, let's create an external entity. Place your mouse pointer over System. Drag the resource icon Bidirectional Data Flow --> External Entity to the left and release your mouse to create one. 5. Name the new external entity Customer. 6. Now we'll model the database accessed by the system. Again, place your mouse pointer over System but this time drag a different resource icon called Bidirectional Data Flow --> Data Store to the right. Then release your mouse to create a new data store. 7. Name the new data store Inventory. http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 3 of 11

8. Create two more data stores, Customer and Transaction, as shown below. We have just completed the Context diagram. Steps to Draw a Level 1 DFD 1. Instead of creating another diagram from scratch, we will decompose the System process to form a new DFD. Right click on System and select Decompose from the popup menu. 2. The data stores and/or external entities connected to the selected process (System) would be referred to in the level 1 DFD. So when you are prompted to add them to the new diagram, click Yes to confirm. Note: The new DFD should look very similar to the Context diagram initially. Every element should remain unchanged, except that the System process (from which this new DFD decomposes) is now gone and replaced by a blank space (to be elaborated). 3. Rename the new DFD. Right click on its background and select Rename... In the diagram's name box, enter Level 1 DFD and press ENTER. http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 4 of 11

4. Create three processes (Process Order, Ship Good, Issue Receipt) in center as shown below. That is the old spot for the System process and we place them there to elaborate System. Wiring with connection lines for data flows The remaining steps (6-16) in this section are about connecting the model elements in the diagram. For example, Customer provides order information when placing an order for processing. 1. Place your mouse pointer over Customer. Drag the resource icon Data Flow --> Process to the right and drop it over Process Order. 2. After dropping the data flow over Process Order, a text box near the connection line will open for you to put a label in. Enter order information and press ENTER. http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 5 of 11

3. Meanwhile the Process Order process also receives customer information from the database in order to process the order. Place your mouse pointer over the Customer data store. Drag the resource icon Data Flow --> Process to the left and drop it over Process Order. Optional: You can label the data flow "customer information" if you like. But since this data flow is quite self-explanatory visually, we are going to omit it here. http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 6 of 11

4. By combining the order information from Customer (external entity) and the customer information from Customer (data store), Process Order (process) then creates a transaction record in the database. Place your mouse pointer over Process Order. Drag the resource icon Data Flow --> Data Store to the right and drop it over Transaction. Name the data flow order details. Drawing Tips: To rearrange a connection line, place your mouse pointer over where you want to add a pivot point to it. You'll then see a bubble at your mouse point. Click and drag it to where you need. Up to this point, your diagram should look something like this. http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 7 of 11

5. Once a transaction is stored, the shipping process follows. So we will now create a data flow from Process Order (process) to Ship Good (process). Place your mouse pointer over Process Order. Drag the resource icon Data Flow --> Process downwards and drop it over to Ship Good. 6. Ship Good needs to read the transaction information (i.e. the order) in order to pack the right product for delivery. So we'll create a data flow from Transaction (data store) to Ship Good (process). Note: If there is a lack of space, feel free to move the shapes around to make room. 7. Ship Good also needs to read the customer information for his/her shipping address. So let's create a data flow from Customer (data store) to Ship Good (process). http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 8 of 11

8. Ship Good then updates the Inventory database to reflect the goods shipped. So we'll create a data flow from Ship Good (process) to Inventory (data store). Name it updated product record. 9. Once the order arrives in the customer's hands, the Issue Receipt process begins. In it, a receipt is prepared based on the transaction record stored in the database. So let's create a data flow from Transaction (data store) to Issue Receipt (process). http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 9 of 11

10. Then a receipt is issued to the customer. Let's create a data flow from Issue Receipt (process) to Customer (external entity). Place your mouse pointer over Issue Receipt. Drag the resource icon Data Flow --> External Entity to the left and drop it over Customer (the external entity, not the data store). Name the data flow receipt. You have just finished drawing the level 1 diagram which should look something like this. Steps to Make the Level 1 Diagram Easier to Read The completed diagram above looks a bit rigid and busy. In this section we are going to make some changes to the connectors to increase readability. http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 10 of 11

1. Right click on the diagram (Level 1 DFD) and select Connectors > Curve. Connectors in the diagram are now in curve lines. 2. Move the shapes around so that the diagram looks less crowded. Logizian home page (http://www.visual-paradigm.com/product/lz/) BPM tutorials (http://www.visual-paradigm.com/product/lz/tutorials/) Visual Paradigm home page (http://www.visual-paradigm.com/) http://www.visual-paradigm.com/product/lz/tutorials/dfd.jsp Page 11 of 11