Cis520 ch01

45
Chapter 1 The Systems Development Environment Modern Systems Analysis and Design Prof. David Gadish

Transcript of Cis520 ch01

Page 1: Cis520 ch01

Chapter 1 The Systems Development 

Environment 

Modern Systems Analysis and Design 

Prof. David Gadish

Page 2: Cis520 ch01

2 Chapter 1 

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 eXtreme programming. 

ü  Explain Object Oriented Analysis and Design and the Rational Unified Process (RUP).

Page 3: Cis520 ch01

3 Chapter 1 

Introduction 

n Information Systems Analysis and Design ¨Complex organizational process. ¨Used to develop and maintain computer­ based information systems. 

¨Used by a team of business and systems professionals.

Page 4: Cis520 ch01

Introduction (Cont.) 

4 Chapter 1 

Figure 1­1 An organizational approach to systems analysis and design is driven by methodologies, techniques, and tools

Page 5: Cis520 ch01

5 Chapter 1 

A Modern Approach to Systems Analysis and Design n 1950s: focus on efficient automation of existing processes 

n 1960s: advent of 3GL, faster and more reliable computers 

n 1970s: system development becomes more like an engineering discipline

Page 6: Cis520 ch01

6 Chapter 1 

A Modern Approach to Systems Analysis and Design (Cont.) n 1980s: major breakthrough with 4GL, CASE tools, object oriented methods 

n 1990s: focus on system integration, GUI applications, client/server platforms, Internet 

n The new century: Web application development, wireless PDAs, component­ based applications

Page 7: Cis520 ch01

7 Chapter 1 

A Modern Approach to Systems Analysis and Design (Cont.) n Application Software ¨Computer software designed to support organizational functions or processes. 

n Systems Analyst ¨Organizational role most responsible for analysis and design of information systems.

Page 8: Cis520 ch01

8 Chapter 1 

A Modern Approach to Systems Analysis and Design (Cont.)

Page 9: Cis520 ch01

9 Chapter 1 

Types of Information Systems and Systems Development n Transaction Processing Systems (TPS) ¨Automate handling of data about business activities (transactions) 

¨Process orientation n Management Information Systems (MIS) ¨Converts raw data from transaction processing system into meaningful form 

¨Data orientation

Page 10: Cis520 ch01

10 Chapter 1 

Types of Information Systems and Systems Development (Cont.) n Decision Support Systems (DSS) ¨Designed to help decision makers ¨Provides interactive environment for decision making 

¨ Involves data warehouses, executive information systems (EIS) 

¨Database, model base, user dialogue

Page 11: Cis520 ch01

11 Chapter 1 

Summary of Information Systems Types

Page 12: Cis520 ch01

12 Chapter 1 

Developing Information Systems 

n System Development Methodology is a standard process followed in an organization to conduct all the steps necessary to analyze, design, implement, and maintain information systems.

Page 13: Cis520 ch01

13 Chapter 1 

Systems Development Life Cycle (SDLC) n  Traditional methodology used to develop, maintain, and replace information systems. 

n Phases in SDLC: ¨ Planning ¨ Analysis ¨ Design ¨ Implementation ¨ Maintenance

Page 14: Cis520 ch01

14 Chapter 1 

Standard and Evolutionary Views of SDLC

Page 15: Cis520 ch01

15 Chapter 1 

Systems Development Life Cycle (SDLC) (Cont.) n Planning – an organization’s total information system needs are identified, analyzed, prioritized, and arranged. 

n Analysis – system requirements are studied and structured.

Page 16: Cis520 ch01

16 Chapter 1 

Systems Development Life Cycle (SDLC) (Cont.) n Design – a description of the recommended solution is converted into logical and then physical system specifications. 

n Logical design – all functional features of the system chosen for development in analysis are described independently of any computer platform.

Page 17: Cis520 ch01

17 Chapter 1 

Systems Development Life Cycle (SDLC) (Cont.) n Physical design – the logical specifications of the system from logical design are transformed into the technology­specific details from which all programming and system construction can be accomplished.

Page 18: Cis520 ch01

18 Chapter 1 

Systems Development Life Cycle (SDLC) (Cont.) n Implementation – the information system is coded, tested, installed and supported in the organization. 

n Maintenance – an information system is systematically repaired and improved.

Page 19: Cis520 ch01

19 Chapter 1

Page 20: Cis520 ch01

20 Chapter 1 

The Heart of the Systems Development Process 

Current practice combines analysis, design, and implementation into a single iterative and parallel process of activities

Page 21: Cis520 ch01

21 Chapter 1 

Traditional Waterfall SDLC 

One phase begins when another completes, little backtracking and looping

Page 22: Cis520 ch01

22 Chapter 1 

Problems with Waterfall Approach 

n System requirements “locked in” after being determined (can't change). 

n Limited user involvement (only in requirements phase). 

n Too much focus on milestone deadlines of SDLC phases to the detriment of sound development practices.

Page 23: Cis520 ch01

23 Chapter 1 

Different Approaches to Improving Development n Prototyping n Computer­Aided Software Engineering (CASE) Tools 

n Joint Application Design (JAD)

Page 24: Cis520 ch01

24 Chapter 1 

Different Approaches to Improving Development (Cont.) n Rapid Application Development (RAD) 

n Agile Methodologies n eXtreme Programming

Page 25: Cis520 ch01

25 Chapter 1 

Prototyping 

n Iterative development process: n Requirements quickly converted to a working system. 

n System is continually revised. n Close collaboration between users and analysts.

Page 26: Cis520 ch01

26 Chapter 1 

Prototyping (Cont.)

Page 27: Cis520 ch01

27 Chapter 1 

Computer­Aided Software Engineering (CASE) Tools n Diagramming tools enable graphical representation. 

n Computer displays and report generators help prototype how systems “look and feel”.

Page 28: Cis520 ch01

28 Chapter 1 

Computer­Aided Software Engineering (CASE) Tools (Cont.) n Analysis tools automatically check for consistency in diagrams, forms, and reports. 

n Central repository for integrated storage of diagrams, reports, and project management specifications.

Page 29: Cis520 ch01

29 Chapter 1 

Computer­Aided Software Engineering (CASE) Tools (Cont.) n Documentation generators standardize technical and user documentation. 

n Code generators enable automatic generation of programs and database code directly from design documents, diagrams, forms, and reports.

Page 30: Cis520 ch01

30 Chapter 1 

CASE Tools (Cont.) 

Figure 1­12 A class diagram from IBM’s Rational Rose

Page 31: Cis520 ch01

CASE Tools (Cont.) 

31 Chapter 1

Page 32: Cis520 ch01

32 Chapter 1 

Joint Application Design (JAD) 

n Structured process involving users, analysts, and managers. 

n Several­day intensive workgroup sessions. n Purpose: to specify or review system requirements.

Page 33: Cis520 ch01

33 Chapter 1 

Rapid Application Development (RAD) n Methodology to radically decrease design and implementation time. 

n Involves:  extensive user involvement, prototyping, JAD sessions, integrated CASE tools, and code generators.

Page 34: Cis520 ch01

34 Chapter 1 

Rapid Application Development (RAD) (Cont.)

Page 35: Cis520 ch01

35 Chapter 1 

Agile Methodologies 

n Motivated by recognition of software development as fluid, unpredictable, and dynamic. 

n Three key principles ¨Adaptive rather than predictive. ¨Emphasize people rather than roles. ¨Self­adaptive processes.

Page 36: Cis520 ch01

Agile Methodologies (Cont.) 

36 Chapter 1

Page 37: Cis520 ch01

37 Chapter 1 

eXtreme Programming 

n Short, incremental development cycles. n Automated tests. n Two­person programming teams.

Page 38: Cis520 ch01

38 Chapter 1 

eXtreme Programming (Cont.) 

n Coding and testing operate together. n Advantages: ¨Communication between developers. ¨High level of productivity. ¨High­quality code.

Page 39: Cis520 ch01

39 Chapter 1 

Object­Oriented Analysis and Design (OOAD) n Based on objects rather than data or processes. 

n Object: a structure encapsulating attributes and behaviors of a real­ world entity.

Page 40: Cis520 ch01

40 Chapter 1 

Object­Oriented Analysis and Design (OOAD) (Cont.) n Object class: a logical grouping of objects sharing the same attributes and behaviors. 

n Inheritance: hierarchical arrangement of classes enable subclasses to inherit properties of superclasses.

Page 41: Cis520 ch01

41 Chapter 1 

Rational Unified Process (RUP) 

n An object­oriented systems development methodology. 

n RUP establishes four phase of development: inception, elaboration, construction, and transition. 

n Each phase is organized into a number of separate iterations.

Page 42: Cis520 ch01

42 Chapter 1 

Phases of OOSAD­based Development 

Figure 1­14 Phases of OOSAD­based development

Page 43: Cis520 ch01

43 Chapter 1 

Our Approach to Systems Development n The SDLC is an organizing and guiding principle in this book. 

n We may construct artificial boundaries or artificially separate activities and processes for learning purposes. 

n Our intent is to help you understand all the pieces and how to assemble them.

Page 44: Cis520 ch01

44 Chapter 1 

Summary n 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).

Page 45: Cis520 ch01

45 Chapter 1 

Summary (Cont.) üExplain Rapid Application Development (RAD), prototyping, Joint Application Development (JAD), and Computer Aided Software Engineering (CASE). 

üDescribe agile methodologies and eXtreme programming. 

üExplain Object Oriented Analysis and Design and the Rational Unified Process (RUP).