Chapter 11 Describing Process Specifications and Structured Decisions Systems Analysis and Design Kendall and Kendall Fifth Edition.

Slides:



Advertisements
Similar presentations
Chapter 11 Describing Process Specifications and Structured Decisions
Advertisements

CSC 123 Systems Analysis & Design
Describing Process Specifications and Structured Decisions Systems Analysis and Design, 7e Kendall & Kendall 9 © 2008 Pearson Prentice Hall.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
Chapter 4 Enterprise Modeling.
L ECTURE 12 – P ROCESS S PECIFICATION Definition, Motivation and Elements Structured English Decision Tables Decision trees Software Project Management.
Chapter 4.
SYSTEM ANALYSIS & DESIGN (DCT 2013)
Systems Analysis and Design 9th Edition
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Process Specifications and Structured Decisions Systems Analysis and Design, 8e Kendall.
Chapter 9 Describing Process Specifications and Structured Decisions
Chapter 9 Describing Process Specifications and Structured Decisions Systems Analysis and Design Kendall & Kendall Sixth Edition © 2005 Pearson Prentice.
Chapter 9 Describing Process Specifications and Structured Decisions
Process Modeling Chapter 6. Key Definitions A process model is a formal way of representing how a business operates Data flow diagramming shows business.
Chapter 7 Using Data Flow Diagrams
Data and Process Modeling
Kendall & KendallCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall 9 Kendall & Kendall Systems Analysis and Design, 9e Process Specifications.
Chapter 9 Using Data Flow Diagrams
Process Descriptions: Logic Modeling
Chapter 7 Using Data Flow Diagrams
© Copyright 2011 John Wiley & Sons, Inc.
System Analysis System Analysis - Mr. Ahmad Al-Ghoul System Analysis and Design.
System Analysis System Analysis - Mr. Ahmad Al-Ghoul System Analysis and Design.
Chapter 4.
© 2005 by Prentice Hall Chapter 9 Structuring System Requirements: Logic Modeling Modern Systems Analysis and Design Fourth Edition.
Kendall & KendallCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall 9 Kendall & Kendall Systems Analysis and Design, 9e Process Specifications.
Systems Analysis and Design 10th Edition
Chapter 9 Structuring System Requirements: Logic Modeling
Systems Analysis and Design
System Implementation System Implementation - Mr. Ahmad Al-Ghoul System Analysis and Design.
Data and Process Modeling
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design Copyright 2000 © John Wiley & Sons, Inc. All rights reserved. Slide 1 Process.
3/5/2009Computer systems1 Describing Process Specifications and Structured Decisions 1. Process specifications sometimes called mini-specs 2. Structured.
IS 320 Notes for Chapter 8. ClassX Problems: Low-Tech Fix Use last year's videos on ClassX  Select "Semesters" tab  Select IS 320  Select the week/lecture.
Chapter 9 Describing Process Specifications and Structured Decisions
Phase 2: Systems Analysis
The Structured Specification. Why a Structured Specification? System analyst communicates the user requirements to the designer with a document called.
Chapter 7 Using Data Flow Diagrams
8. PROCESS DESCRIPTION System Analysis And Design Program: BSCS II (Advent Semester – 2014) Lecturer: Rebecca Asiimwe
Describing Process Specifications and Structured Decisions Systems Analysis and Design, 7e Kendall & Kendall 9 © 2008 Pearson Prentice Hall.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design Copyright 2000 © John Wiley & Sons, Inc. All rights reserved. Slide 1 Systems.
Selection Control Structures Simple Program Design Third Edition A Step-by-Step Approach 4.
Selection Control Structures. Simple Program Design, Fourth Edition Chapter 4 2 Objectives In this chapter you will be able to: Elaborate on the uses.
Structured Analysis.
Problem Solving Techniques. Compiler n Is a computer program whose purpose is to take a description of a desired program coded in a programming language.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Analyzing Systems Using Data Dictionaries Systems Analysis and Design, 8e Kendall.
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.
Systems Analysis and Design 8th Edition
Context Process0. student Data Flow Diagram Progression.
Systems Analysis and Design 8th Edition
© 2005 by Prentice Hall Chapter 9 Structuring System Requirements: Logic Modeling Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey.
Copyright © 2011 Pearson Education Process Specifications and Structured Decisions Systems Analysis and Design, 8e Kendall & Kendall Global Edition 9.
McGraw-Hill/Irwin Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Modeling the Processes and Logic.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Process Specifications and Structured Decisions Systems Analysis and Design, 8e Kendall.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
© 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.
IS 334 information systems analysis and design
Chapter 11 Describing Process Specifications and Structured Decisions
Process Specifications and Structured Decisions
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Describing Process Specifications and Structured Decisions
Chapter 7: Data Flow Diagram Structuring System Process Requirements
Chapter 11 Describing Process Specifications and Structured Decisions
Boolean Expressions to Make Comparisons
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Presentation transcript:

Chapter 11 Describing Process Specifications and Structured Decisions Systems Analysis and Design Kendall and Kendall Fifth Edition

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Process Specifications The methods available for documenting and analyzing the logic of structured decisions include structured English, decision tables, and decision trees Process specifications are created for primitive processes and some higher level processes on a data flow diagram They are also called minispecs

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Goal of Creating Process Specifications The goals of producing process specifications are Reduce process ambiguity Obtain a precise description of what is accomplished Validate the system design, including data flow diagrams and the data dictionary

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Process Specifications Process specifications are not created for Physical input and/or output processes Processes that represent simple data validation Processes for which prewritten code already exists

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Process Logic Process descriptions may exist on a form or within a CASE tool repository Process logic may be represented as Structured English A decision table A decision tree A formula Any combination of the above

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Process Specification Example Part 1 Number1 NameAdd Customer Order DescriptionKey and add the Customer Order. The order should be edited for correct information. Customer and Item master files are updated. Input Data Flow Customer Order Form from the Customer Customer Record from data store D1, Customer Master File Item Record from data store D2, Item Master File

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Process Specification Example Part 2 Output Data Flow Pending Order to data store D3, Order File Backordered Item Record to the Inventory Control Department Updated Customer and Item records Type of processOnline

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Structured English Structured English is based on structured logic Simple English statements such as add, multiply, move, and so on It is an appropriate technique for analyzing the system when structured decisions are not complex

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Steps to Use Structured English The following steps are needed: Express all logic in terms of sequential structures, decision structures, case structures, or iterations Use and capitalize accepted keywords such as IF, THEN, ELSE, DO, and PERFORM Indent blocks of statements to show their hierarchy (nesting) clearly

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Steps to Use Structured English Underline words or phrases used in a data dictionary to signify that they have a specialized, reserved meaning Be careful when using "and" and "or" Avoid confusion when using logical comparisons such as "greater than" and "greater than or equal to”

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Advantages of Structured English Clarifying the logic and relationships found in human languages An effective communication tool, and easy to teach and understand

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Data Dictionary and Structured English The data dictionary is a starting point for creating structured English: Sequenced data dictionary entries become simple structured English statements Selection [] entries become IF..THEN...ELSE statements Iteration { } entries become DO WHILE, DO UNTIL, or PERFORM UNTIL structured English statements

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Decision Tables Decision tables provide a way to examine, describe, and document decisions using a table They are used to Describe the conditions Identify possible decision alternatives Indicate actions should be performed, and Describe actions

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Decision Tables Decision tables help analysts ensure completeness and accuracy Four main problems that can occur in developing decision tables Incompleteness Impossible situations Contradictions Redundancy

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Decision Trees Decision trees are used when complex branching occurs in a structured decision process Trees are also useful when it is essential to keep a string of decisions in a particular sequence

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Drawing Decision Trees First, identify all conditions and actions and the order and timing of these (if they are critical) Second, begin building the tree from left to right while making sure you are complete in listing all possible alternatives before moving over to the right

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Decision Tree Advantages Three advantages over a decision table The order of checking conditions and executing actions is immediately noticeable Second, conditions and actions of decision trees are found on some branches but not on others Third, compared to decision tables, decision trees are more readily understood by others in the organization

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Selecting a Structured Decision Analysis Technique Use these guidelines: Use structured English when there are many repetitious actions or when communication to end users is important Use decision tables when complex combination of conditions, actions, and rules are found or you require a method that effectively avoids impossible situations, redundancies, and contradictions

Kendall & Kendall Copyright © 2002 by Prentice Hall, Inc Selecting a Structured Decision Analysis Technique Use decision trees when the sequence of conditions and actions is critical or when not every condition is relevant to every action (the branches are different)