32
Slide 1 Systems Analysis and Design With Systems Analysis and Design With UML 2.0 UML 2.0 An Object-Oriented Approach, Second Edition An Object-Oriented Approach, Second Edition Chapter 1: Introduction to Systems Analysis and Design Alan Dennis, Barbara Wixom, and David Tegarden © 2005 John Wiley & Sons, Inc.

Ch01

Embed Size (px)

DESCRIPTION

مدري

Citation preview

Page 1: Ch01

Slide 1

Systems Analysis and Design With UML Systems Analysis and Design With UML 2.02.0

An Object-Oriented Approach, Second EditionAn Object-Oriented Approach, Second Edition

Chapter 1: Introduction to Systems Analysis and Design

Alan Dennis, Barbara Wixom, and David Tegarden© 2005John Wiley & Sons, Inc.

Page 2: Ch01

Slide 2

Copyright © 2005John Wiley & Sons, Inc.

All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976 United States Copyright Act without the express written permission of the copyright owner is unlawful. Request for further information should be addressed to the Permissions Department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for redistribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages, caused by the use of these programs or from the use of the information contained herein.

Page 3: Ch01

Slide 3

INTRODUCTION

Chapter 1

Page 4: Ch01

Slide 4

Key Ideas

Many failed systems were abandoned because analysts tried to build wonderful systems without understanding the organization.The primarily goal is to create value for the organization.

Page 5: Ch01

Slide 5

Key Ideas

The systems analyst is a key person analyzing the business, identifying opportunities for improvement, and designing information systems to implement these ideas.It is important to understand and develop through practice the skills needed to successfully design and implement new information systems.

Page 6: Ch01

Slide 6

THE SYSTEMS DEVELOPMENT LIFE CYCLE

Page 7: Ch01

Slide 7

Major Attributes of the Lifecycle

The projectMoves systematically through phases where each phase has a standard set of outputsProduces project deliverablesUses deliverables in implementationResults in actual information systemUses gradual refinement

Page 8: Ch01

Slide 8

Project Phases

PlanningWhy build the system?

AnalysisWho, what, when, where will the system be?

DesignHow will the system work?

ImplementationSystem delivery

Page 9: Ch01

Slide 9

A “Simple” Process for Making Lunch

Page 10: Ch01

Slide 10

Identifying business valueAnalyze feasibilityDevelop work planStaff the projectControl and direct project

Planning

Page 11: Ch01

Slide 11

AnalysisInformation gatheringProcess modelingData modeling

Analysis

Page 12: Ch01

Slide 12

Physical designArchitectural designInterface designDatabase and file designProgram design

Design

Page 13: Ch01

Slide 13

ConstructionInstallation

Implementation

Page 14: Ch01

Slide 14

Processes and Deliverables

Process Product

Planning

Analysis

Design

Implementation

Project Plan

System Proposal

System Specification

New System and Maintenance

Plan

Page 15: Ch01

Slide 15

SYSTEM DEVELOPMENT Methodologies

Page 16: Ch01

Slide 16

What Is a Methodology?

A formalized approach or series of stepsWriting code without a well-thought-out system request may work for small programs, but rarely works for large ones.

Page 17: Ch01

Slide 17

Structured Design

Projects move methodically from one to the next stepGenerally, a step is finished before the next one begins

Page 18: Ch01

Slide 18

Waterfall Development Method

Page 19: Ch01

Slide 19

Pros and Cons of the Waterfall Method

Pros Cons

Identifies systems requirements long before programming begins

Design must be specified on paper before programming begins

Long time between system proposal and delivery of new system

Page 20: Ch01

Slide 20

Parallel Development

Page 21: Ch01

Slide 21

Alternatives to the SDLC

Rapid Application Development (RAD)Phased DevelopmentPrototypingThrow-Away Prototyping

Page 22: Ch01

Slide 22

Rapid Application Development

Critical elementsCASE toolsJAD sessionsFourth generation/visualization programming languagesCode generators

Page 23: Ch01

Slide 23

Rapid Application Development Categories

Phased developmentA series of versions

PrototypingSystem prototyping

Throw-away prototypingDesign prototyping

Agile DevelopmentExtreme Development

Page 24: Ch01

Slide 24

How Prototyping Works

Page 25: Ch01

Slide 25

Throwaway Prototyping

Page 26: Ch01

Slide 26

Selecting the Appropriate Methodology

Clarity of User RequirementsFamiliarity with TechnologySystem ComplexitySystem ReliabilityShort Time SchedulesSchedule Visibility

Page 27: Ch01

Slide 27

Criteria for Selecting a Methodology

Page 28: Ch01

Slide 28

Project Team Roles and Skills

Page 29: Ch01

Slide 29

Information Systems Roles

Business analystSystem analystInfrastructure analystChange management analystProject manager

Page 30: Ch01

Slide 30

Project Team Roles

Page 31: Ch01

Slide 31

Summary -- Part 1

The Systems Development Lifecycle consists of four stages: Planning, Analysis, Design, and ImplementationThe major development methodologies:

Structured design the waterfall method Parallel development

RAD development Prototyping (regular and throwaway)

Agile development XP streamline SDLC

Page 32: Ch01

Slide 32

Summary -- Part 2

There are five major team roles: business analyst, systems analyst, infrastructure analyst, change management analyst and project manager.