0% found this document useful (0 votes)
33 views

Information System Analysis Design and Application Development

This document provides an overview of entity relationship diagrams and data flow diagrams. It defines entity relationship diagrams as a tool for graphically representing database tables, columns, and relationships. It also defines data flow diagrams as a way to represent the flow of data in a system by describing processes and how data moves between inputs, storage, and outputs. Finally, it provides some basic rules and symbols used in creating data flow diagrams, such as processes, external entities, data flows, and data stores.

Uploaded by

logistic
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Information System Analysis Design and Application Development

This document provides an overview of entity relationship diagrams and data flow diagrams. It defines entity relationship diagrams as a tool for graphically representing database tables, columns, and relationships. It also defines data flow diagrams as a way to represent the flow of data in a system by describing processes and how data moves between inputs, storage, and outputs. Finally, it provides some basic rules and symbols used in creating data flow diagrams, such as processes, external entities, data flows, and data stores.

Uploaded by

logistic
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

INFORMATION SYSTEM ANALYSIS

DESIGN AND APPLICATION DEVELOPMENT


5 th E N T I T Y R E L A T I O N S H I P
MODULE D I A G R A M & D A T A F L O W
D I A G R A M

Entity Relationship Diagram (ERD), a database design tool that


provides graphical representation of database tables, their
columns and inter-relationships. ERD is the most popular
database design tool. A well-developed ERD can provide
sufficient information for database administrator to follow when
developing and maintaining database.

Data flow diagrams (DFD) are used to graphically represent the


flow of data in a business information system and also describes
the processes that are involved in a system to transfer data from
the input to the file storage and reports generation. Data flow
diagrams can be divided into logical and physical. The logical
DFD describes flow of data through a system to perform certain
functionality of a business. The physical DFD describes the
implementation of the logical data flow. There are four basic
symbols that are used to represent a data-flow diagram as below.

External Entities Process


External entities are components A process receives input data
outside the boundaries of the and produces output with a
information systems such as different content or form.
person, department, outside Processes can be as simple as
organization, or other information collecting input data and saving
system that provides data to the in the database, or it can be
system or receives outputs from complex as producing a report
the system. They represent how containing monthly sales of all
the information system interacts retail stores in the northwest
with the outside world. region.

Data Flow  Data store


A data-flow is a path for data to Data store or data repository is
move from one part of the used in a data-flow diagram to
information system to another. A represent a situation when the
data-flow may represent a direction system must retain data
from single data element such the because one or more
Customer ID or it can represent a set processes need to use the
of data element (or a data structure).  stored data in a later time.

DFD Rules and Tips :


1. Each process should have at least one input and an output.
2. Each data store should have at least one data flow in and
one data flow out.
3. Data stored in a system must go through a process.
4. All process in a DFD go to another process or a data store

WWW.VISUAL-PARADIGM.COM/GUIDE/DATA-FLOW-DIAGRAM
&
WWW.VISUAL-PARADIGM.COM/GUIDE/ENTITY-
RELATIONSHIP-DIAGRAM

You might also like