Modern Systems Analysis and Design Fourth Edition Chapter

  • Slides: 29
Download presentation
Modern Systems Analysis and Design Fourth Edition Chapter 1 The Systems Development Environment ©

Modern Systems Analysis and Design Fourth Edition Chapter 1 The Systems Development Environment © 2005 by Prentice Hall

Learning Objectives ü Define information systems analysis and design. ü Describe the different types

Learning Objectives ü Define information systems analysis and design. ü Describe the different types of information systems. ü Describe the information Systems Development Life Cycle (SDLC). ü Explain Rapid Application Development (RAD), prototyping, Joint Application Development (JAD), and Computer Aided Software Engineering (CASE). ü Describe agile methodologies and e. Xtreme programming. ü Explain Object Oriented Analysis and Design and the Rational Unified Process (RUP). 1 -2 © 2005 by Prentice Hall

Introduction Information Systems Analysis and Design n Complex organizational process whereby computer-based information systems

Introduction Information Systems Analysis and Design n Complex organizational process whereby computer-based information systems are developed and maintained Application Software n Computer software designed to support organizational functions or processes Systems Analyst n 1 -3 Organizational role most responsible for analysis and design of information systems © 2005 by Prentice Hall

Introduction (cont. ) 1 -4 © 2005 by Prentice Hall

Introduction (cont. ) 1 -4 © 2005 by Prentice Hall

A Modern Approach to Systems Analysis and Design 1950 s: focus on efficient automation

A Modern Approach to Systems Analysis and Design 1950 s: focus on efficient automation of existing processes 1960 s: advent of 3 GL, faster and more reliable computers 1970 s: system development becomes more like an engineering discipline 1980 s: major breakthrough with 4 GL, CASE tools, object oriented methods 1990 s: focus on system integration, GUI applications, client/server platforms, Internet The new century: Web application development, wireless PDAs, component-based applications 1 -5 © 2005 by Prentice Hall

Types of Information Systems and Systems Development Transaction Processing Systems (TPS) n n Automate

Types of Information Systems and Systems Development Transaction Processing Systems (TPS) n n Automate handling of data about business activities (transactions) Process orientation Management Information Systems (MIS) n n Converts raw data from transaction processing system into meaningful form Data orientation Decision Support Systems (DSS) n n 1 -6 Designed to help decision makers Provides interactive environment for decision making Involves data warehouses, executive information systems (EIS) Database, model base, user dialogue © 2005 by Prentice Hall

Types of Information Systems and Systems Development (cont. ) 1 -7 © 2005 by

Types of Information Systems and Systems Development (cont. ) 1 -7 © 2005 by Prentice Hall

Developing Information Systems and the SDLC System Development Methodology n n Standard process followed

Developing Information Systems and the SDLC System Development Methodology n n Standard process followed in an organization Consists of: w Analysis w Design w Implementation w Maintenance 1 -8 © 2005 by Prentice Hall

Systems Development Life Cycle (SDLC) Traditional methodology for developing, maintaining, and replacing information systems

Systems Development Life Cycle (SDLC) Traditional methodology for developing, maintaining, and replacing information systems Phases in SDLC: n n n 1 -9 Planning Analysis Design Implementation Maintenance © 2005 by Prentice Hall

Standard and Evolutionary Views of SDLC 1 -10 © 2005 by Prentice Hall

Standard and Evolutionary Views of SDLC 1 -10 © 2005 by Prentice Hall

SDLC Planning Phase Identify, analyze, prioritize, and arrange IS needs 1 -11 © 2005

SDLC Planning Phase Identify, analyze, prioritize, and arrange IS needs 1 -11 © 2005 by Prentice Hall

SDLC Analysis Phase Study and structure system requirements 1 -12 © 2005 by Prentice

SDLC Analysis Phase Study and structure system requirements 1 -12 © 2005 by Prentice Hall

SDLC Design Phase Logical design: functional features described independently of computer platform Convert recommended

SDLC Design Phase Logical design: functional features described independently of computer platform Convert recommended solution to system specifications Physical design: logical specifications transformed to technology-specific details 1 -13 © 2005 by Prentice Hall

SDLC Implementation Phase Code, test, install, and support the information system 1 -14 ©

SDLC Implementation Phase Code, test, install, and support the information system 1 -14 © 2005 by Prentice Hall

SDLC Maintenance Phase Systematically repair and improve the information system 1 -15 © 2005

SDLC Maintenance Phase Systematically repair and improve the information system 1 -15 © 2005 by Prentice Hall

1 -16 © 2005 by Prentice Hall

1 -16 © 2005 by Prentice Hall

The Heart of the Systems Development Process 1 -17 Current practice combines analysis, design,

The Heart of the Systems Development Process 1 -17 Current practice combines analysis, design, and implementation into a single iterative and parallel process of activities © 2005 by Prentice Hall

Traditional Waterfall SDLC One phase begins when another completes, little backtracking and looping 1

Traditional Waterfall SDLC One phase begins when another completes, little backtracking and looping 1 -18 © 2005 by Prentice Hall

Problems with Waterfall Approach System requirements “locked in” after being determined (can't change) Limited

Problems with Waterfall Approach System requirements “locked in” after being determined (can't change) Limited user involvement (only in requirements phase) Too much focus on milestone deadlines of SDLC phases to the detriment of sound development practices 1 -19 © 2005 by Prentice Hall

Alternatives to Traditional Waterfall SDLC Prototyping CASE tools Joint Application Design (JAD) Rapid Application

Alternatives to Traditional Waterfall SDLC Prototyping CASE tools Joint Application Design (JAD) Rapid Application Development (RAD) Agile Methodologies e. Xtreme Programming 1 -20 © 2005 by Prentice Hall

Prototyping Iterative development process: w. Requirements quickly converted to a working system w. System

Prototyping Iterative development process: w. Requirements quickly converted to a working system w. System is continually revised w. Close collaboration between users and analysts 1 -21 © 2005 by Prentice Hall

CASE Tools Computer-Aided Software Engineering Software tools providing automated support for systems development Project

CASE Tools Computer-Aided Software Engineering Software tools providing automated support for systems development Project dictionary/workbook: system description and specifications Diagramming tools Example products: Oracle Designer, Rational Rose 1 -22 © 2005 by Prentice Hall

Joint Application Design (JAD) Structured process involving users, analysts, and managers Several-day intensive workgroup

Joint Application Design (JAD) Structured process involving users, analysts, and managers Several-day intensive workgroup sessions Purpose: to specify or review system requirements 1 -23 © 2005 by Prentice Hall

Rapid Application Development (RAD) Methodology to decrease design and implementation time Involves: prototyping, JAD,

Rapid Application Development (RAD) Methodology to decrease design and implementation time Involves: prototyping, JAD, CASE tools, and code generators 1 -24 © 2005 by Prentice Hall

Agile Methodologies Motivated by recognition of software development as fluid, unpredictable, and dynamic Three

Agile Methodologies Motivated by recognition of software development as fluid, unpredictable, and dynamic Three key principles n n n 1 -25 Adaptive rather than predictive Emphasize people rather than roles Self-adaptive processes © 2005 by Prentice Hall

e. Xtreme Programming Short, incremental development cycles Automated tests Two-person programming teams Coding and

e. Xtreme Programming Short, incremental development cycles Automated tests Two-person programming teams Coding and testing operate together Advantages: n n n 1 -26 Communication between developers High level of productivity High-quality code © 2005 by Prentice Hall

Object-Oriented Analysis and Design Based on objects rather than data or processes Object: a

Object-Oriented Analysis and Design Based on objects rather than data or processes Object: a structure encapsulating attributes and behaviors of a real-world entity Object class: a logical grouping of objects sharing the same attributes and behaviors Inheritance: hierarchical arrangement of classes enable subclasses to inherit properties of superclasses 1 -27 © 2005 by Prentice Hall

Rational Unified Process (RUP) involves an iterative, incremental approach to systems development 1 -28

Rational Unified Process (RUP) involves an iterative, incremental approach to systems development 1 -28 © 2005 by Prentice Hall

Summary In this chapter you learned how to: ü Define information systems analysis and

Summary In this chapter you learned how to: ü Define information systems analysis and design. ü Describe the different types of information systems. ü Describe the information Systems Development Life Cycle (SDLC). ü Explain Rapid Application Development (RAD), prototyping, Joint Application Development (JAD), and Computer Aided Software Engineering (CASE). ü Describe agile methodologies and e. Xtreme programming. ü Explain Object Oriented Analysis and Design and the Rational Unified Process (RUP). 1 -29 © 2005 by Prentice Hall