Chapter 8 Logic Requirements

Slides:



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

Chapter 8 Logic Requirements
Chapter 5 Structuring System Requirements: Process Modeling
Systems Analysis Requirements structuring Process Modeling
Chapter 8 Structuring Requirements Logic Modeling.
Chapter 7 Structuring System Process Requirements
Chapter 7 Structuring System Process Requirements
Appendix Object-Oriented Analysis and Design: Use Cases Modern Systems Analysis and Design Fifth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Copyright 2006 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Third Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
Chapter 7 Analyzing System Process Requirements
Logic Modeling. Learning Objectives Use Structured English as a tool for representing steps in logical processes in data flow diagrams Use Structured.
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
© 2005 by Prentice Hall Chapter 9 Structuring System Requirements: Logic Modeling Modern Systems Analysis and Design Fourth Edition.
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.
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 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)
Chapter 7 Structuring System Process Requirements
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Essentials of Systems Analysis and Design Fourth Edition Joseph S. Valacich Joey F.
© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 8 Slide 1 Chapter 8 Structuring System Logical Requirements.
Chapter 8 Structuring System Logical Requirements.
Systems Analysis and Design for the Small Enterprise section III Process design.
Chapter 7 Appendix B Object-Oriented Analysis and Design: Activity Diagrams Modern Systems Analysis and Design Seventh Edition Jeffrey A. Hoffer Joey F.
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.
© 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.
Appendix Object-Oriented Analysis and Design: Use Cases and Sequence Diagrams Modern Systems Analysis and Design Fifth Edition Jeffrey A. Hoffer Joey F.
Modern Systems Analysis and Design Fourth Edition Chapter 8 Structuring System Logical Requirements (process description)
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 9 Structuring.
MIS 360: System Analysis and Design Dr. Qasem Al-Radaideh Department of Computer Information Systems Faculty of Information Technology Yarmouk University.
Chapter 10 Structuring System Requirements: Conceptual Data Modeling
Chapter 7 Appendix D Business Process Modeling
Chapter 6 Structuring System Requirements: Process Modeling
Chapter 6 Structuring System Requirements: Process Modeling
Chapter 8 Structuring System Logical Requirements
Business System Development
Chapter 6 Structuring System Requirements: Conceptual Data Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 2 : Data Flow Diagram
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 7 Structuring System Requirements: Conceptual Data Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 9 Structuring System Data Requirements
Chapter 9 Structuring System Requirements: Logic Modeling
Chapter 10 Structuring System Requirements: Conceptual Data Modeling
Object-Oriented Analysis and Design: Activity Diagrams
Chapter 9 Structuring System Requirements: Logic Modeling
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
Chapter 10 Structuring System Requirements: Conceptual Data Modeling
Chapter 3 Managing the Information Systems Project
Object-Oriented Analysis and Design: Activity Diagrams
Presentation transcript:

Chapter 8 Logic Requirements Modern Systems Analysis and Design Fifth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 8 Logic Requirements

Learning Objectives Use Structured English as a tool for representing steps in logical processes in data flow diagrams. Use decision tables to represent the logic of choice in conditional statements. Chapter 8 © 2008 by Prentice Hall

Learning Objectives (Cont.) Select among Structured English and decision tables for representing processing logic. Understand how logic modeling techniques apply to the development of electronic commerce applications. Chapter 8 © 2008 by Prentice Hall

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. Chapter 8 © 2008 by Prentice Hall

Modeling a System’s Logic Chapter 8 © 2008 by Prentice Hall

Deliverables and Outcomes Structured English representation of process logic. Decision Tables representation. Sequence diagram. Activity diagram. Chapter 8 © 2008 by Prentice Hall

Modeling Logic with Structured English Structured English: modified form of English language used to specify the logic of information system processes. No single standard. Typically relies on action verbs and noun phrases and contains no adjectives or No specific standards. Chapter 8 © 2008 by Prentice Hall

Modeling Logic with Structured English (Cont.) Chapter 8 © 2008 by Prentice Hall

Modeling Logic with Structured English (Cont.) Chapter 8 © 2008 by Prentice Hall

Modeling Logic with Decision Tables Decision table: a matrix representation of the logic of a decision which specifies the possible conditions for the decision and the resulting actions. Best used for complicated decision logic. Chapter 8 © 2008 by Prentice Hall

Modeling Logic with Decision Tables (Cont.) Chapter 8 © 2008 by Prentice Hall

Modeling Logic with Decision Tables (Cont.) Condition stubs: that part of a decision table that lists the conditions relevant to the decision. Action stubs: that part of a decision table that lists the actions that result for a given set of conditions. Chapter 8 © 2008 by Prentice Hall

Modeling Logic with Decision Tables (Cont.) Rules: that part of a decision table that specifies which actions are to be followed for a given set of condition. Indifferent condition: in a decision table, a condition whose value does not affect which actions are taken for two or more rules. Chapter 8 © 2008 by Prentice Hall

Modeling Logic with Decision Tables (Cont.) Procedure for Creating Decision Tables Name the condition and the values that each condition can assume. Name all possible actions that can occur. List all possible rules. Define the actions for each rule. Simplify the table. Chapter 8 © 2008 by Prentice Hall

Modeling Logic with Decision Tables (Cont.) Chapter 8 © 2008 by Prentice Hall

Deciding Among Structured English and Decision Tables Criteria Structured English Decision Tables Determining Conditions and Actions Second Best Third Best Transforming Conditions and Actions into Sequence Best Checking Consistency and Completeness Chapter 8 © 2008 by Prentice Hall

Electronic Commerce Application: Logic Modeling Pine Valley Furniture development methodology dictated that the logic within each unique processes be represented. Structured English was chosen for modeling the logic. Chapter 8 © 2008 by Prentice Hall

Electronic Commerce Application: Logic Modeling (Cont.) Figure 8-8 Level-0 DFD for the WebStore system Chapter 8 © 2008 by Prentice Hall

Electronic Commerce Application: Logic Modeling (Cont.) Chapter 8 © 2008 by Prentice Hall

Summary In this chapter you learned how to: Use Structured English as a tool for representing steps in logical processes in data flow diagrams. Use decision tables to represent the logic of choice in conditional statements. Select among Structured English and decision tables for representing processing logic. Understand how logic modeling techniques apply to the development of electronic commerce applications. Chapter 8 © 2008 by Prentice Hall