© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 1 Chapter 8 Structuring System Logical Requirements.

Slides:



Advertisements
Similar presentations
Chapter 9 Structuring System Requirements: Logic Modeling
Advertisements

Chapter 8 Logic Requirements
Modeling Logic with Decision Tables and Trees. 2 Decision Trees and Decision Tables Often our problem solutions require decisions to be made according.
Chapter 5 Structuring System Requirements: Process Modeling
Systems Analysis Requirements structuring Process Modeling
Chapter 8 Structuring Requirements Logic Modeling.
Alternative Approach to Systems Analysis Structured analysis
Chapter 7 Structuring System Process Requirements
Chapter 7 Structuring System Process Requirements
Requirement Analysis.
Copyright 2006 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Third Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
Copyright 2001 Prentice-Hall, Inc. Object Oriented Aproach to System Requirements: Process Modeling 7.1 Chapter 7.
Logic Modeling. Learning Objectives Use Structured English as a tool for representing steps in logical processes in data flow diagrams Use Structured.
Decision Trees. Modeling Logic with Decision Trees A graphical representation of a decision situation Decision situation points are connected together.
Structuring System Requirements: Process Modeling
Copyright 2004 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Second Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
CHAPTER 9: Structuring System Requirements: Logic Modeling
Logic Modeling Data flow diagrams do not show the logic inside the processes Logic modeling involves representing internal structure and functionality.
Jump to first page Chapter 2c System Analysis - Logic Modeling.
Process Descriptions: Logic Modeling
Modeling the Processes and Logic
© 2005 by Prentice Hall Chapter 9 Structuring System Requirements: Logic Modeling Modern Systems Analysis and Design Fourth Edition.
Logic Modeling MIS 322. Why do we need Logic Modeling? Lets look at the following DFD.
Chapter 9 Structuring System Requirements: Logic Modeling
© 2005 by Prentice Hall Chapter 8 Structuring System Logical Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 6.1.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 6.1.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Chapter 6 Structuring System Requirements: Process Modeling 6.1.
Information Systems System Analysis 421 Class Eight.
MBI 630: Class 6 Logic Modeling 9/7/2015. Class 6: Logic Modeling Logic Modeling Broadway Entertainment Co. Inc., Case –Group Discussion (Handout) –Logic.
Chapter 8 Structuring System Requirements: Logic Modeling
© 2008 Prentice Hall, Ovidiu Noran Lecture 7a 1 Modelling Logic Requirements (Textbook Chapter 8)
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Essentials of Systems Analysis and Design Fourth Edition Joseph S. Valacich Joey F.
Chapter 8 Structuring System Logical Requirements.
Systems Analysis and Design for the Small Enterprise section III Process design.
Business Analysis Information determination Information specification Alternative generation and selection.
Copyright 2001 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 5 Structuring.
Cis339 Modern Systems Analysis and Design Fifth Edition Chapter 8 Structuring System Logic Requirements: 8.1.
Seg3430A Tutorial 8 Decision Table. Logic Modeling Data flow diagrams do not show the logic inside the processes Logic modeling involves representing.
© 2005 by Prentice Hall Chapter 9 Structuring System Requirements: Logic Modeling Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey.
1 Information System Analysis Topic-3. 2 Entity Relationship Diagram \ Definition An entity-relationship (ER) diagram is a specialized graphic that illustrates.
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Modern Systems Analysis and Design Fourth Edition Chapter 8 Structuring System Logical Requirements (process description)
McGraw-Hill/Irwin Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Modeling the Processes and Logic.
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 9 Structuring.
6 - 1 Systems Analysis and Design, 2 nd Edition Alan Dennis and Barbara Haley Wixom John Wiley & Sons, Inc. Slides by Roberta M. Roth University of Northern.
MIS 360: System Analysis and Design Dr. Qasem Al-Radaideh Department of Computer Information Systems Faculty of Information Technology Yarmouk University.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Process Specifications and Structured Decisions Systems Analysis and Design, 8e Kendall.
Chapter 6 Structuring System Requirements: Process Modeling
Chapter 6 Structuring System Requirements: Process Modeling
Chapter 8 Structuring System Logical Requirements
Business System Development
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 2 : Data Flow Diagram
Process Analysis I: Flow Charts, Decision Tables, Decision Trees
Process & Logic Modeling
Chapter 6 Structuring System Requirements: Process Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
CIS 210 Systems Analysis and Development
Chapter 8 Logic Requirements
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Information Systems Development MIS331
Chapter 7: Data Flow Diagram Structuring System Process Requirements
Chapter 8 Structuring System Logical Requirements
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Presentation transcript:

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 1 Chapter 8 Structuring System Logical Requirements

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 2 Learning Objectives 10.Describe the modeling of process decision logic.  Use Structured English as a tool for representing steps in logical processes in DFDs.  Use decision tables and decision trees to represent the logic of choice in conditional statements.  Select among Structured English, decision tables, and decision trees for representing processing logic.  Understand how logic modeling techniques apply to the development of Internet applications.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 3

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 4 Logic Modeling Data flow diagrams do not show the logic inside the processes. Logic modeling involves representing internal structure and functionality of processes depicted on a DFD. Logic modeling can also be used to show when processes on a DFD occur.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 5 Logic Modeling Deliverables and Outcomes: Structured English Decision Tables Decision Trees State-transition diagrams Sequence diagrams Activity diagrams

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 6 Modeling Logic with Structured English Uses modified form of English to specify the logic of information processes Uses a subset of English  Action verbs  Noun phrases  No adjectives or adverbs Has no specific standards

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 7

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 8 Structured English is used here to describe input and output.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 9 Structured English is used here to describe arithmetic operations.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 10 Structured English is used here to describe repetition.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 11 Structured English is used here to describe decisions.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 12 Structured English is used here to describe invoking other processes.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 13 Modeling Logic with Decision Tables A matrix representation of the logic of a decision. Used to specify the possible conditions and the resulting actions. Best used for complicated decision logic.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 14 3 Parts of a Decision Table 1.Condition stubs  List condition relevant to decision. 2.Action stubs  Actions that result from a given set of conditions. 3.Rules  Specify which actions are to be followed for a given set of conditions. Indifferent Condition  Condition whose value does not affect which action is taken for two or more rules.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 15 Procedure for Creating Decision Tables Name the condition and values each condition can assume. Name all possible actions that can occur. List all rules. Define the actions for each rule. Simplify the table.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 16 Decision Table Note: for salaried employees the action stub chosen will always be the same…therefore hours worked is an indifferent condition

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 17 Reduced Decision Table Because of indifferent condition, the complete decision table can be reduced to one with fewer rules.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 18 Modeling Logic with Decision Trees A graphical representation of a decision situation. Decision situation points are connected together by arcs and terminate in ovals. Main components  Decision points represented by nodes.  Actions represented by ovals.  Particular choices from a decision point represented by arcs.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 19 Modeling Logic with Decision Trees (cont.) Read from left to right. Each node corresponds to a numbered choice on a legend. All possible actions are listed on the far right.

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 20 Decision tree representation of salary decision

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 21 Alternative decision tree representation of salary decision

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 22 Deciding Among Structured English, Decision Tables, and Decision Trees CriteriaStructured English Decision Tables Decision Trees Determining Conditions and Actions Second BestThird BestBest Transforming Conditions and Actions into Sequence BestThird BestBest Checking Consistency and Completeness Third BestBest

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 23 Deciding Between Decision Tables and Decision Trees CriteriaDecision TablesDecision Trees Portraying complex logic BestWorst Portraying simple rules WorstBest Making decisionsWorstBest More compactBestWorst Easier to manipulateBestWorst

© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 24 Summary In this chapter you learned how to: 10.Describe the modeling of process decision logic.  Use Structured English as a tool for representing steps in logical processes in DFDs.  Use decision tables and decision trees to represent the logic of choice in conditional statements.  Select among Structured English, decision tables, and decision trees for representing processing logic.  Understand how logic modeling techniques apply to the development of Internet applications.