SYSTEMS ANALYSIS & DESIGN

Slides:



Advertisements
Similar presentations
Using Data Flow Diagrams
Advertisements

Using Dataflow Diagrams
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
Data Flow Diagram Purpose – visually depict how data moves and changes through a top-down, logical model Logical model – requirements and the relationship.
Chapter 4 Enterprise Modeling.
Chapter 4.
SYSTEM ANALYSIS & DESIGN (DCT 2013)
Systems Analysis and Design 9th Edition
Chapter 7 Using Data Flow Diagrams
Data and Process Modeling
Process Modeling Fundamentals. Three Ways to Understand a System By its processes What are the systems main processes? What are the systems main processes?
© Copyright 2011 John Wiley & Sons, Inc.
Systems Analysis and Design in a Changing World, 6th Edition
Modeling the Processes and Logic
L ECTURE 9 – PROCESS MODELLING PART 1 Data Flow Diagrams for Process Modelling Multi-level Data Flow Diagrams Logical Vs Physical DFDs Steps to Construct.
System Analysis and Design
Chapter 4.
System analysis and design
System Analysis and Design
DATA FLOW DIAGRAMS IT 155.
 A data flow diagram ( DFD ) is a graphical representation of the "flow" of data through an information system.  A data flow diagram can also be used.
Phase 2 – Systems Analysis
Process Modeling SYSTEMS ANALYSIS AND DESIGN, 6 TH EDITION DENNIS, WIXOM, AND ROTH © 2015 JOHN WILEY & SONS. ALL RIGHTS RESERVED. 1 Roberta M. Roth.
Data and Process Modeling.  Describe data and process modeling, and name the main data and process modeling techniques.
6 Systems Analysis and Design in a Changing World, Fourth Edition.
Traditional Approach to Requirements Data Flow Diagram (DFD)
Systems Analysis and Design 10th Edition
Chapter 6: The Traditional Approach to Requirements
System Analysis Overview Document functional requirements by creating models Two concepts help identify functional requirements in the traditional approach.
Systems Analysis and Design in a Changing World, Fifth Edition
Data Flow Diagrams (DFDs)
Chapter 6 The Traditional Approach to Requirements
Prof. Mohammad Moizuddin
Data flow diagrams.
Structuring System Process Requirements. Learning Objectives Understand the logical modeling of processes by studying examples of data flow diagrams (DFDs).
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 6.1.
Data and Process Modeling
Systems Analysis and Design in a Changing World, Fifth Edition
1 Chapter 2 Revision: Documentation DFD System FC.
Business Process Management. Key Definitions Process model A formal way of representing how a business operates Illustrates the activities that are performed.
Phase 2: Systems Analysis
Data Flow Diagram A method used to analyze a system in a structured way Used during: Analysis stage: to describe the current system Design stage: to describe.
Chapter 7 Structuring System Process Requirements
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
Chapter 7 Using Data Flow Diagrams
System Analysis System Analysis - Mr. Ahmad Al-Ghoul System Analysis and Design.
PHASE 2: SYSTEMS ANALYSIS
AN INTRODUCTION BUSINESS PROCESS DOCUMENTATION WITH DATA FLOW DIAGRAMS.
Structured Analysis.
6 Systems Analysis and Design in a Changing World, Fifth Edition.
Chapter 4 Home Page – Welcome! To navigate the slide presentation, use the navigation bar on the left OR use your right and left arrow keys. Move your.
Chapter 4 enterprise modeling
CHAPTER 5 1 DATA AND PROCESS ANALYSIS. Chapter Objectives Describe data and process modeling concepts and tools, including data flow diagrams, a data.
Using Dataflow Diagrams – Part 1 Systems Analysis and Design, 7e Kendall & Kendall 7 © 2008 Pearson Prentice Hall.
Modern Systems Analysis and Design Fifth Edition
Systems Analysis and Design 8th Edition
Systems Analysis and Design 8th Edition
1Lecture 8 Introduction to Systems Analysis l Objectives –Explain how systems analysis relates to business needs, problems, and opportunities –List and.
C HAPTER 8 STRUCTURED APPROACH WITH THE DATA & PROCESS MODELING.
Data Flow Diagram, Data Dictionary, and Process Specification PART I
6 Systems Analysis and Design in a Changing World, Fourth Edition.
McGraw-Hill/Irwin Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Modeling the Processes and Logic.
DATA FLOW DIAGRAMS.
Business Process Modeling What is a process model? – A formal way of representing how a business system operates. – Illustrates the activities that are.
© 2012 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S.
Structured Analysis Methods and Tools
Tools Of Structured Analysis
Business System Development
Chapter 5 Data and Process Modeling
Presentation transcript:

SYSTEMS ANALYSIS & DESIGN PHASE 2 SYSTEMS ANALYSIS Analyzing Requirements

Chapter 4 Analyzing Requirements

Objectives Explain the structured analysis process and identify its elements Describe the symbols used in data flow diagrams and explain the rules for their use Explain the sequence of data flow diagrams, from general to specific, and what each data flow contains

Objectives Explain how to level and balance a set of data flow diagrams Draw a complete set of data flow diagrams for an information system Describe how a data dictionary is used and what it contains

Objectives Demonstrate the use of structured English, decision tables, and decision trees to develop information system process descriptions Explain the relationships among data flow diagrams, the data dictionary, and process descriptions

Introduction Systems analysis phase has three stages Requirements determination (Chapter 3) Requirements analysis (Chapter 4) Evaluation of alternatives (Chapter 5)

Structured Analysis Examines inputs, outputs, and processes Common method Process-centered technique Uses three main tools Data flow diagrams (DFDs) Data dictionary Process descriptions Tools can be applied using computer-aided software engineering (CASE) tools

Data Flow Diagrams Data flow diagrams (DFDs) are graphical aids that describe an information system DFDs represent a logical model that shows what a system does, not how it does it Click to see Figure 4-1

Data Flow Diagrams Data flow diagram symbols Four basic symbols Process Data flow Data store External entity Two popular symbol sets Gane and Sarson Yourdon Click to see Figure 4-2

Data Flow Diagrams Process symbol Symbol is a rectangle with rounded corners Documented with process descriptions Receive input data and produces output Output has a different form, or content, or both Details are shown in a process description In DFDs the process symbol appears as a black box, underlying details not shown

Data Flow Diagrams Data flow symbol Symbol is a line with an arrowhead showing direction A path for data to move from one part of the system to another Might represent one or many pieces of data At least one data flow must enter and exit each process Click to see Figure 4-3

Data Flow Diagrams Data flow symbol Incorrect process and data flow combinations cause problems Spontaneous generation (miracle) Black hole Gray hole Click to see Figure 4-4

Data Flow Diagrams Data store symbol Symbol is a rectangle open on the right side Data store also is called a data repository Represents data that is retained for later processing Must be connected to a process with a data flow Must have at least one outgoing and incoming data flow Click to see Figure 4-5 Click to see Figure 4-6

Data Flow Diagrams External entity symbol Symbol is a square, usually shaded Represents a person, organization, or other system that provides data or receives output from the system External entities are called terminators Source (supplies data to the system) Sink (receives data from the system) Click to see Figure 4-7 Click to see Figure 4-8

Data Flow Diagrams External entity symbol Symbol is a square, usually shaded Represents a person, organization, or other system that provides data or receives output from the system External entities are called terminators Source (supplies data to the system) Sink (receives data from the system Must follow specific rules for connecting DFD symbols Click to see Figure 4-9

Data Flow Diagrams Context diagrams Top-level view that shows the overall boundaries of the system Represent the results of fact-finding One process symbol, numbered 0 (zero) is drawn in the center Data flows connect the process to the entities Abbreviated symbols can be used to identify entities Click to see Figure 4-10 Click to see Figure 4-11

Data Flow Diagrams Conventions for data flow diagrams Each context diagram must fit on one page Process name in the context diagram should be the name of the information system Use unique names within each set of symbols Do not cross lines Use abbreviated identifications Use a unique reference number for each process symbol Click to see Figure 4-12

Data Flow Diagrams Diagram 0 Displays more detail than the context diagram Shows entities, major processes, data flows, and data stores Click to see Figure 4-13

Data Flow Diagrams Shows entities, major processes, data flows, and data stores Other characteristics Can contain diverging data flows Exploded (partitioned or decomposed) version of process 0 Diagram 0 is the child of the parent context diagram Also can be called an overview or level 0 diagram Can contain functional primitives Click to see Figure 4-14 Click to see Figure 4-15

Data Flow Diagrams Lower-level diagrams Usually necessary to show more detail Click to see Figure 4-16

Data Flow Diagrams Lower-level diagrams Usually necessary to show more detail Design must consider Leveling Balancing Data stores Click to see Figure 4-17

Data Flow Diagrams Leveling Process of drawing increasingly detailed diagrams Also called exploding, partitioning, or decomposing Click to see Figure 4-18

Data Flow Diagrams Balancing Maintains consistency among an entire set of DFDs Parent’s input and output data flows are preserved on the child Click to see Figure 4-19

Data Flow Diagrams Data stores Might not appear on higher-level DFDs Are shown on the the highest-level DFD that has two or more processes using that data store Click to see Figure 4-20

TRADEOFF Which technique is better: top-down or bottom-up? Most analysts start at the top Draw the context diagram Diagram 0 and lower-level diagrams next Others start at the bottom Identify functional primitives, data stores, external entities, and data flows Work up until diagram 0 is reached Results must be clear and easily understood Click to see Figure 4-21 Click to see Figure 4-23

A KEY QUESTION Based on the rules in the text, how many problems do you see in Figure 4-22? Click to see Figure 4-22

Data Dictionary Also called data repository Documents specific facts about the system Data flows Data stores External entities Processes Data elements (data items, fields) Records (data structures) Click to see Figure 4-24

Data Dictionary Using CASE tools to document the system Can help create and maintain a data dictionary Various tools are available Visible Analyst is a popular example Key objective is to provide clear, comprehensive information about the system

Data Dictionary Documenting the data elements Must document every data element Click to see Figure 4-25

Data Dictionary Documenting the data elements Must document every data element Standard form or CASE tool can be used All major characteristics must be recorded and described Click to see Figure 4-26a Click to see Figure 4-26b

Data Dictionary Documenting the data flows Must document every data flow Standard form or CASE tool can be used All major characteristics must be recorded and described Click to see Figure 4-27

Data Dictionary Documenting the data stores Must document every data store Standard form or CASE tool can be used All major characteristics must be recorded and described Click to see Figure 4-28

Data Dictionary Documenting the processes Must document every process Standard form or CASE tool can be used All major characteristics must be recorded and described Click to see Figure 4-29

Data Dictionary Documenting the external entities Must document every external entity Standard form or CASE tool can be used All major characteristics must be recorded and described Click to see Figure 4-30

Data Dictionary Documenting the records Must document every record Standard form or CASE tool can be used All major characteristics must be recorded and described Click to see Figure 4-31

Data Dictionary Data dictionary reports Data dictionary is a central storehouse for documentation Using this data, you can produce many valuable reports

Process Description Tools Process description documents a functional primitive, using modular design Modular design uses three logical structures Sequence Selection Iteration

Process Description Tools Structured English Subset of standard English Click to see Figure 4-32

Process Description Tools Structured English Subset of standard English Describes process logic Use only standard sequence, selection, and iteration structures Use indentation for readability Use a limited vocabulary Click to see Figure 4-33

Process Description Tools Decision tables Show a logical structure that describes process logic Every logical combination is shown initially Results then can be combined and simplified Programmers can use decision tables in developing code Click to see Figure 4-34 Click to see Figure 4-35 Click to see Figure 4-36

Process Description Tools Decision trees Graphical representation that shows a decision table’s conditions, actions, and rules Logic structure is shown horizontally Easy to construct and understand Decision table is better in complex situations Click to see Figure 4-37 Click to see Figure 4-38

TRADEOFF Logical vs. physical models Relationship between physical and logical models: first study facts, then logical analysis Four-model approach offers many advantages Physical model of current system Logical model of current system Logical model of new system Physical model of new system Four-model approach can be time-consuming and expensive

A KEY QUESTION Is it proper to consider physical implementation questions during the systems analysis phase? Is Rick going off on a tangent? What are the issues?

SOFTWEAR, LIMITED The SWL team completed the fact-finding process Rick and Carla are ready to prepare a logical model of the system

SOFTWEAR, LIMITED Data flow diagrams Rick and Carla prepared a draft context diagram Click to see Figure 4-39 Click to see Figure 4-40

SOFTWEAR, LIMITED Data flow diagrams Rick and Carla prepared a draft context diagram Various revisions resulted in final version Click to see Figure 4-41

SOFTWEAR, LIMITED Data flow diagrams Rick and Carla prepared a draft context diagram Various revisions resulted in final version Next steps Analysts prepared diagram 0 Click to see Figure 4-42

SOFTWEAR, LIMITED Data flow diagrams Rick and Carla prepared a draft context diagram Various revisions resulted in final version Next steps Analysts prepared diagram 0 Rick partitioned the ESIP subsystem Carla developed other lower-level diagrams Logical model was completed Physical design issues were considered Click to see Figure 4-43

SOFTWEAR, LIMITED Data dictionary and process descriptions Rick and Carla’s activities Documented the ESIP subsystem Met with Amy Calico to review the final model Click to see Figure 4-46 Click to see Figure 4-44 Click to see Figure 4-47 Click to see Figure 4-45 Click to see Figure 4-48

SOFTWEAR, LIMITED Next steps Meet with SWL users to review the model Obtain input, make adjustments, get approval Complete the payroll system model Continue work on system requirements document