Systems Analysis and Design in a Changing World, Fifth Edition

Slides:



Advertisements
Similar presentations
Alter – Information Systems 4th e d. © 2002 Prentice Hall 1 Moving Towards E-Business As Usual.
Advertisements

1 Vorlesung Informatik 2 Algorithmen und Datenstrukturen (Parallel Algorithms) Robin Pomplun.
Chapter 7 System Models.
© 2008 Pearson Addison Wesley. All rights reserved Chapter Seven Costs.
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
1 Note content copyright © 2004 Ian Sommerville. NU-specific content copyright © 2004 M. E. Kabay. All rights reserved. Application Architectures IS301.
Chapter 1 The Study of Body Function Image PowerPoint
1 Copyright © 2013 Elsevier Inc. All rights reserved. Chapter 4 Computing Platforms.
1 Copyright © 2013 Elsevier Inc. All rights reserved. Chapter 1 Embedded Computing.
Copyright © 2011, Elsevier Inc. All rights reserved. Chapter 6 Author: Julia Richards and R. Scott Hawley.
Author: Julia Richards and R. Scott Hawley
1 Copyright © 2013 Elsevier Inc. All rights reserved. Appendix 01.
Properties Use, share, or modify this drill on mathematic properties. There is too much material for a single class, so you’ll have to select for your.
UNITED NATIONS Shipment Details Report – January 2006.
By Rick Clements Software Testing 101 By Rick Clements
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Chapter 5: Repetition and Loop Statements Problem Solving & Program.
Chapter 3: Top-Down Design with Functions Problem Solving & Program Design in C Sixth Edition By Jeri R. Hanly & Elliot B. Koffman.
FIGURE 3.1 System for illustrating Boolean applications to control.
1 RA I Sub-Regional Training Seminar on CLIMAT&CLIMAT TEMP Reporting Casablanca, Morocco, 20 – 22 December 2005 Status of observing programmes in RA I.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Exit a Customer Chapter 8. Exit a Customer 8-2 Objectives Perform exit summary process consisting of the following steps: Review service records Close.
Create an Application Title 1A - Adult Chapter 3.
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
1 9 Moving to Design Lecture Analysis Objectives to Design Objectives Figure 9-2.
Solve Multi-step Equations
REVIEW: Arthropod ID. 1. Name the subphylum. 2. Name the subphylum. 3. Name the order.
Week 2 The Object-Oriented Approach to Requirements
Chapter 6 Data Design.
Legacy Systems Older software systems that remain vital to an organisation.
IP Multicast Information management 2 Groep T Leuven – Information department 2/14 Agenda •Why IP Multicast ? •Multicast fundamentals •Intradomain.
VOORBLAD.
Factor P 16 8(8-5ab) 4(d² + 4) 3rs(2r – s) 15cd(1 + 2cd) 8(4a² + 3b²)
Basel-ICU-Journal Challenge18/20/ Basel-ICU-Journal Challenge8/20/2014.
1..
CONTROL VISION Set-up. Step 1 Step 2 Step 3 Step 5 Step 4.
© 2012 National Heart Foundation of Australia. Slide 2.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.1 Module 2 Networking Fundamentals.
CHAPTER 8 INFORMATION IN ACTION
Executional Architecture
CS 240 Computer Programming 1
Model and Relationships 6 M 1 M M M M M M M M M M M M M M M M
25 seconds left…...
Systems Development and Documentation Techniques
Chapter 10: The Traditional Approach to Design
Analyzing Genes and Genomes
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
Chapter 12 Working with Forms Principles of Web Design, 4 th Edition.
Essential Cell Biology
Intracellular Compartments and Transport
PSSA Preparation.
Chapter 11 Describing Process Specifications and Structured Decisions
Essential Cell Biology
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 13 Slide 1 Application architectures.
Energy Generation in Mitochondria and Chlorplasts
© Copyright 2011 John Wiley & Sons, Inc.
Traditional Approach to Design
Chapter 10 The Traditional Approach to Design
Chapter 9: The Traditional Approach to Design Chapter 10 Systems Analysis and Design in a Changing World, 3 rd Edition.
Chapter 9 Moving to Design. The Structured Approach To Designing The Application Architecture Module-an identifiable component of a computer program that.
Chapter 9 Moving to Design
10 ITK261 The traditional approach to design Reading: Chapter 10 Oct 9, 11.
10 The traditional approach to design Hisham Alkhawar.
CCSB223/SAD/CHAPTER131 Chapter 13 Designing the System Internals.
System Development And Analysis. MOVING FROM LOGICAL TO PHYSICAL PROCESS MODELS Analysis phase – focus on logical processes and data flows Design phase.
Structure Charts. Graphical representation of the logic of the program, the decisions made, where they are made, the alternative paths, the data stores,
Systems Analysis and Design in a Changing World, Fourth Edition
Presentation transcript:

Systems Analysis and Design in a Changing World, Fifth Edition

Learning Objectives Describe the steps involved in the traditional approach to designing the application architecture Develop a system flowchart Develop a structure chart using transaction analysis and transform analysis Write pseudocode for structured modules Explain how to use three-layer design with the traditional approach Systems Analysis and Design in a Changing World, 5th Edition

Overview Traditional approach to designing software Overview of structured models, model development process, related terminology How data flow diagrams are annotated with automation boundary information How analysis phase models are transformed into design models using system flowcharts, structure charts, and module pseudocode Integration into other design phase activities Applying approach to a three-layer architecture Systems Analysis and Design in a Changing World, 5th Edition

The Structured Approach to Designing the Application Architecture Application software programs Designed in conjunction with database and user interface Hierarchy of modules Design internal logic of individual modules Top-down approach DFDs with automation boundaries System flowcharts, structure charts, pseudocode Systems Analysis and Design in a Changing World, 5th Edition

Structured Design Models Figure 10-1 Systems Analysis and Design in a Changing World, 5th Edition

The Automation System Boundary Partitions data flow diagram processes into manual processes and automated systems Processes can be inside or outside boundary Data flows can be inside and outside of boundary Data flows that cross system boundary represent inputs and outputs of system Data flows that cross boundaries between programs represent program-to-program communication Systems Analysis and Design in a Changing World, 5th Edition

DFD with Automation System Boundary Figure 10-2 Systems Analysis and Design in a Changing World, 5th Edition

The System Flowchart Representation of various computer programs, files, databases, and associated manual processes that make up complete system Frequently constructed during analysis activities Graphically describes organization of subsystems into automated and manual components Can show type of transaction processing system Batch Real-time Systems Analysis and Design in a Changing World, 5th Edition

Common System Flowchart Symbols Figure 10-3 Systems Analysis and Design in a Changing World, 5th Edition

Sample System Flowchart for Payroll System Figure 10-4 Systems Analysis and Design in a Changing World, 5th Edition

System Flowchart for RMO Figure 10-5 Systems Analysis and Design in a Changing World, 5th Edition

The Structure Chart Describes functions and subfunctions of each part of system Shows relationships between modules of a computer program Simple and direct organization Each module performs a specific function Each layer in a program performs specific activities Chart is tree-like with root module and branches Systems Analysis and Design in a Changing World, 5th Edition

A Simple Structure Chart for the Calculate Pay Amounts Module Figure 10-6 Systems Analysis and Design in a Changing World, 5th Edition

Structure Chart Symbols Figure 10-7 Systems Analysis and Design in a Changing World, 5th Edition

Structure Chart for Entire Payroll Program Figure 10-8 Systems Analysis and Design in a Changing World, 5th Edition

Developing a Structure Chart Transaction analysis Uses system flow chart and event table inputs Upper-level modules developed first Identifies each transaction supported by program Transform analysis Uses DFD fragments for inputs Computer program “transforms” inputs into outputs Charts have input, calculate, and output subtrees Systems Analysis and Design in a Changing World, 5th Edition

Event-partitioned DFD for the Order-Entry Subsystem Figure 10-9 Systems Analysis and Design in a Changing World, 5th Edition

High-Level Structure Chart for the Order-Entry Subsystem After Transaction Analysis Figure 10-10 Systems Analysis and Design in a Changing World, 5th Edition

Steps to Create a Structure Chart from a DFD Fragment Determine primary information flow Main stream of data transformed from some input form to output form Find process that represents most fundamental change from input to output Redraw DFD with inputs to left and outputs to right – central transform process goes in middle Generate first draft of structure chart based on redrawn data flow Systems Analysis and Design in a Changing World, 5th Edition

The Create New Order DFD Fragment Figure 10-11 Systems Analysis and Design in a Changing World, 5th Edition

Decomposed DFD for Create New Order Figure 10-12 Systems Analysis and Design in a Changing World, 5th Edition

Rearranged Create New Order DFD Figure 10-13 Systems Analysis and Design in a Changing World, 5th Edition

First Draft of the Structure Chart for Create New Order Figure 10-14 Systems Analysis and Design in a Changing World, 5th Edition

Steps to Create a Structure Chart from a DFD Fragment Add other modules Get input data via user-interface screens Read from and write to data storage Write output data or reports Add logic from structured English or decision tables Make final refinements to structure chart based on quality control concepts Systems Analysis and Design in a Changing World, 5th Edition

The Structure Chart for the Create New Order Program Figure 10-15 Systems Analysis and Design in a Changing World, 5th Edition

Combination of Structure Charts: Transaction and Transform Analysis Figure 10-16 Systems Analysis and Design in a Changing World, 5th Edition

Evaluating the Quality of a Structure Chart Module coupling Measure of how module is connected to other modules in program Goal is to be loosely coupled Module cohesion Measure of internal strength of module Module performs one defined task Goal is to be highly cohesive Systems Analysis and Design in a Changing World, 5th Edition

Examples of Module Cohesion Figure 10-17 Systems Analysis and Design in a Changing World, 5th Edition

Module Algorithm Design—Pseudocode Describes internal logic of software modules Variation of structured English that is closer to programming code Syntax should mirror development language Three types of control statements used in structured programming Sequence – sequence of executable statements Decision – if-then-else logic Iteration – do-until or do-while Systems Analysis and Design in a Changing World, 5th Edition

Pseudocode for Calculate Pay Amounts Figure 10-18 Systems Analysis and Design in a Changing World, 5th Edition

Integrating Structured Application Design with Other Design Tasks Structure chart must be modified or enhanced to integrate design of user interface and database Are additional modules needed? Does pseudocode in modules need modification? Are additional data couples needed to pass data? Structure charts and system flowcharts must correspond to planned network architecture Required protocols, capacity, and security Systems Analysis and Design in a Changing World, 5th Edition

Three-Layer Design Three-layer architecture View layer, business logic layer, and data layer Structure charts and system flowcharts describe design decisions and software structuring Employs multiple programs for user interface, business logic, and data access modules Modules in different layers communicate over real- time links using well-defined protocols Systems Analysis and Design in a Changing World, 5th Edition

System Flowchart Showing Three-Layer Architecture for Customer Order Figure 10-19 Systems Analysis and Design in a Changing World, 5th Edition

Structure Chart Showing Three-Layer Architecture for Create New Order Figure 10-20 Systems Analysis and Design in a Changing World, 5th Edition

Summary For traditional structured approach to systems design, primary input is data flow diagram DFD is enhanced by adding system boundary Designer describes processes within each DFD boundary using one or more structure charts Structure charts developed using Transaction analysis – multiple transaction types Transform analysis – single transaction from input to output Systems Analysis and Design in a Changing World, 5th Edition

Summary (continued)‏ Structure charts may be based on three-layer architecture Modules will be clearly identified by layer Structure chart may be decomposed if layers execute on multiple systems Structured design may also include System flowcharts to show data movement Module pseudocode to describe internal logic of structure chart module Systems Analysis and Design in a Changing World, 5th Edition