SlideShare a Scribd company logo
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-1
Chapter 1
The Systems Development
Environment
Modern Systems Analysis
and Design
Eighth Edition, Global Edition
Joseph S. Valacich
Joey F. George
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-2
Learning Objectives
 Define information systems analysis and design.
 Describe the information systems development life cycle
(SDLC).
 Explain computer-aided software engineering (CASE)
tools.
 Describe Agile Methodologies and eXtreme
Programming.
 Explain object-oriented analysis and design and the
Rational Unified Process (RUP).
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-3
Introduction
 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
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-4
Introduction (Cont.)
 Application Software
Computer software designed to support
organizational functions or processes
 Systems Analyst
Organizational role most responsible for
analysis and design of information systems
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-5
Introduction (Cont.)
FIGURE 1-1 An organizational approach to systems analysis and
design is driven by methodologies, techniques, and tools.
Sources: Mitarart/Fotolia, PaulPaladin/Fotolia
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-6
A Modern Approach to Systems
Analysis and Design
 1950s: focus on efficient automation of
existing processes
 1960s: advent of procedural third
generation languages (3GL) faster and
more reliable computers
 1970s: system development becomes
more like an engineering discipline
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-7
A Modern Approach to Systems
Analysis and Design (Cont.)
 1980s: major breakthrough with 4GL,
CASE tools, object-oriented methods
 1990s: focus on system integration, GUI
applications, client/server platforms,
Internet
 The new century: Web application
development, wireless PDAs and smart
phones, component-based applications,
per-use cloud-based application services.
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-8
Developing Information Systems
 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.
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-9
Systems Development Life
Cycle (SDLC)
 Traditional methodology used to develop,
maintain, and replace information systems
 Phases in SDLC:
 Planning
 Analysis
 Design
 Implementation
 Maintenance
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-10
Standard and Evolutionary Views
of SDLC
FIGURE 1-3 Evolutionary model
FIGURE 1-2
Systems development life cycle
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-11
Systems Development Life Cycle
(SDLC) (Cont.)
 Planning – an organization’s total
information system needs are identified,
analyzed, prioritized, and arranged
 Analysis – system requirements are
studied and structured
 Design – a description of the
recommended solution is converted into
logical and then physical system
specifications
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-12
Systems Development Life Cycle
(SDLC) (Cont.)
 Logical design – all functional features of
the system chosen for development in
analysis are described independently of
any computer platform
 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
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-13
Systems Development Life Cycle
(SDLC) (Cont.)
 Implementation – the information system
is coded, tested, installed and supported in
the organization
 Maintenance – an information system is
systematically repaired and improved
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-14
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-15
A Specialized Systems
Development Life Cycle
Figure 1-7
Microsoft’s Security Development Lifecycle (SDL)
(Source: http://www.microsoft.com/security/sdl/default.aspx.
Used by permission.)
These are like traditional
SDLC’s analysis, design, and
implementation.
Training
focuses on
security.
Verification
focuses on
product
quality
assurance.
Release
makes
product
available
for general
use.
Response
deals with
security
problems
that come up
after product
release.
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-16
FIGURE 1-9
The heart of systems development
The Heart of the Systems Development Process
Current practice combines analysis, design, and implementation
into a single iterative and parallel process of activities.
FIGURE 1-8
Analysis–design–code–test loop
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-17
Traditional Waterfall SDLC
One phase begins
when another
completes, with
little backtracking
and looping.
FIGURE 1-10
Traditional waterfall SDLC
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-18
Problems with Waterfall Approach
 Feedback ignored, milestones lock in
design specs even when conditions
change
 Limited user involvement (only in
requirements phase)
 Too much focus on milestone deadlines of
SDLC phases to the detriment of sound
development practices
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-19
Different Approaches to Improving
Development
 CASE Tools
 Agile Methodologies
 eXtreme Programming
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-20
Computer-Aided Software
Engineering (CASE) Tools
 Diagramming tools enable graphical
representation.
 Computer displays and report generators
help prototype how systems “look and
feel”.
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-21
Computer-Aided Software
Engineering (CASE) Tools (Cont.)
 Analysis tools automatically check for
consistency in diagrams, forms, and
reports.
 A central repository provides integrated
storage of diagrams, reports, and project
management specifications.
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-22
Computer-Aided Software
Engineering (CASE) Tools (Cont.)
 Documentation generators standardize
technical and user documentation.
 Code generators enable automatic
generation of programs and database
code directly from design documents,
diagrams, forms, and reports.
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-23
CASE Tools (Cont.)
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-24
Agile Methodologies
 Motivated by recognition of software
development as fluid, unpredictable, and
dynamic
 Three key principles
Adaptive rather than predictive
Emphasize people rather than roles
Self-adaptive processes
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-25
The Agile
Methodologies group
argues that software
development
methodologies
adapted from
engineering generally
do not fit with real-
world software
development.
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-26
When to use Agile Methodologies
 If your project involves:
Unpredictable or dynamic requirements
Responsible and motivated developers
Customers who understand the process and
will get involved
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-27
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-28
eXtreme Programming
 Short, incremental development cycles
 Automated tests
 Two-person programming teams
 Coding, testing, listening, designing
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-29
eXtreme Programming (Cont.)
 Coding and testing operate together
 Advantages:
Communication between developers
High level of productivity
High-quality code
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-30
Object-Oriented Analysis and
Design (OOAD)
 Based on objects rather than data or
processes
 Object: a structure encapsulating
attributes and behaviors of a real-
world entity
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-31
Object-Oriented Analysis and
Design (OOAD) (Cont.)
 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
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-32
Rational Unified Process (RUP)
 An object-oriented systems development
methodology
 Establishes four phase of development:
inception, elaboration, construction, and
transition
Each phase is organized into a number of
separate iterations.
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-33
FIGURE 1-11
Phases of OOSAD-based development
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-34
Our Approach to Systems
Development
 Criticisms of SDLC
Forcing timed phases on intangible processes
(analysis and design) is doomed to fail
Too much formal process and documentation
slows things down
Cycles are not necessarily waterfalls
 And yet the concept of a cycle is in all
methodologies. So, SDLC is a valuable
model that has many variations.
Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-35
Summary
 In this chapter you learned how to:
 Define information systems analysis and design.
 Describe the information systems development life
cycle (SDLC).
 Explain computer-aided software engineering (CASE)
tools.
 Describe Agile Methodologies and eXtreme
Programming.
 Explain object-oriented analysis and design and the
Rational Unified Process (RUP).

More Related Content

DOC
Sequnce diagram for ONLINE EXAMINATION SYSTEM
PPT
Operators in C Programming
PPTX
Instructional technology
PDF
Chapter 2 The Origins of Software Modern Systems Analysis and Design Eighth ...
PDF
Unit 2 Planning_b System Development Initiation and Planning .pdf
PPTX
Kinds of instructional materials
PDF
PPT
Introduction to photoshop
Sequnce diagram for ONLINE EXAMINATION SYSTEM
Operators in C Programming
Instructional technology
Chapter 2 The Origins of Software Modern Systems Analysis and Design Eighth ...
Unit 2 Planning_b System Development Initiation and Planning .pdf
Kinds of instructional materials
Introduction to photoshop

What's hot (20)

PPT
JAD - Joint Applications Development
PDF
Introduction to Hadoop
PPTX
Web development using javaScript, React js, Node js, HTML, CSS and SQL
PPT
Modern database management jeffrey a. hoffer, mary b. prescott,
PPTX
Structured Vs, Object Oriented Analysis and Design
PDF
Software Requirement Specification (SRS) on Result Analysis Tool
PDF
Joint Application Development
PPT
N-version programming
PPTX
R.A.D. - Rapid Application Development
PDF
Software Development Life Cycle (SDLC)
PDF
Introduction to Design Pattern
PPTX
Software development methodologies
PPT
System Analysis and Design
PPTX
Web Application Performance
PDF
How to come up with new research ideas
PPTX
07 - Design and Implementation.pptx
PPT
Collaboration Diagram
PDF
MEAN Stack
PPTX
Modeling- Object, Dynamic and Functional
DOC
ssis lab
JAD - Joint Applications Development
Introduction to Hadoop
Web development using javaScript, React js, Node js, HTML, CSS and SQL
Modern database management jeffrey a. hoffer, mary b. prescott,
Structured Vs, Object Oriented Analysis and Design
Software Requirement Specification (SRS) on Result Analysis Tool
Joint Application Development
N-version programming
R.A.D. - Rapid Application Development
Software Development Life Cycle (SDLC)
Introduction to Design Pattern
Software development methodologies
System Analysis and Design
Web Application Performance
How to come up with new research ideas
07 - Design and Implementation.pptx
Collaboration Diagram
MEAN Stack
Modeling- Object, Dynamic and Functional
ssis lab
Ad

Similar to Chapter 1 The Systems Development Environment.pdf (20)

PPT
Chapter 1 The system development environments
PDF
System Analysis and Design-Chapter 1.pdf
PPTX
This is about systems development methodology designed and prepared by A prof...
PPT
325151 3130-george oosad-ch01
PDF
ch01-Object-Oriented Systems Development Environment.pdf
PPTX
esad5e_pp_ch01 The System Development Environment.pptx
PPT
Mis321 ch1
PPSX
Software engineering norte Lec 1 Unit-1.ppsx
PPTX
Development of information system chap 2
PPTX
Chapter 1,2,3 Module I -Foundations for SD.pptx
PPT
Chapter01
PPT
Chapter01
PPT
chapter01 The Systems Development Environment.ppt
PPTX
mis ch2.pptx
PPT
The system development environment The system development environment
PPT
Chapter 1(1) system development life .ppt
PPT
Week 10
PPT
Week 10
PPTX
mis ch2.pptx
PPTX
Week4 lecture
Chapter 1 The system development environments
System Analysis and Design-Chapter 1.pdf
This is about systems development methodology designed and prepared by A prof...
325151 3130-george oosad-ch01
ch01-Object-Oriented Systems Development Environment.pdf
esad5e_pp_ch01 The System Development Environment.pptx
Mis321 ch1
Software engineering norte Lec 1 Unit-1.ppsx
Development of information system chap 2
Chapter 1,2,3 Module I -Foundations for SD.pptx
Chapter01
Chapter01
chapter01 The Systems Development Environment.ppt
mis ch2.pptx
The system development environment The system development environment
Chapter 1(1) system development life .ppt
Week 10
Week 10
mis ch2.pptx
Week4 lecture
Ad

More from SuryaBasnet3 (20)

PPT
Operating System task and sub task system call ch2 system call.ppt
PDF
Operating System File Management disk_management.pdf
PPTX
Management Information system laudon_ess10e_pp_3.pptx
PPT
business information system CRM and Supply chain management .ppt
PPTX
A modern approach to AI AI_02_agents_Strut.pptx
PPTX
Introduction to Artificial Intelligence 01_intro.pptx
PPTX
Operating System File System IMpl lecture19.pptx
PPTX
Laudon and Traver Unit 3 17th edition.pptx
PPTX
cryptography and Network Security AES.pptx
PPT
crypto Digital Signature Diffie Hell man.ppt
PPT
Block Cipher Stream Cipher DESUnit 3.ppt
PPTX
E-governance framework and its evolutions Chapter 2.pptx
PPTX
[CS161 FA23] Lecture 1_ Introduction and Security Principles.pptx
PPTX
introduction to information technology Chapter I.pptx
PPTX
Information system within organization Chapter VI.pptx
PPTX
Business Information SystemChapter VI.pptx
PPTX
Adhit_presentation_Searching_Algorithm(BFS,DFS).pptx
PPTX
cloud computer security fundamentals Unit-5.pptx
PPTX
Cloud computing and different and its types Unit-2.pptx
DOCX
E-Democracy.docx E Governance and digital Governance in AI era
Operating System task and sub task system call ch2 system call.ppt
Operating System File Management disk_management.pdf
Management Information system laudon_ess10e_pp_3.pptx
business information system CRM and Supply chain management .ppt
A modern approach to AI AI_02_agents_Strut.pptx
Introduction to Artificial Intelligence 01_intro.pptx
Operating System File System IMpl lecture19.pptx
Laudon and Traver Unit 3 17th edition.pptx
cryptography and Network Security AES.pptx
crypto Digital Signature Diffie Hell man.ppt
Block Cipher Stream Cipher DESUnit 3.ppt
E-governance framework and its evolutions Chapter 2.pptx
[CS161 FA23] Lecture 1_ Introduction and Security Principles.pptx
introduction to information technology Chapter I.pptx
Information system within organization Chapter VI.pptx
Business Information SystemChapter VI.pptx
Adhit_presentation_Searching_Algorithm(BFS,DFS).pptx
cloud computer security fundamentals Unit-5.pptx
Cloud computing and different and its types Unit-2.pptx
E-Democracy.docx E Governance and digital Governance in AI era

Recently uploaded (20)

PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Open Quiz Monsoon Mind Game Final Set.pptx
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Business Ethics Teaching Materials for college
PDF
Basic Mud Logging Guide for educational purpose
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PPTX
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Cell Structure & Organelles in detailed.
PPTX
Cardiovascular Pharmacology for pharmacy students.pptx
PDF
Insiders guide to clinical Medicine.pdf
PDF
Open folder Downloads.pdf yes yes ges yes
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Open Quiz Monsoon Mind Game Final Set.pptx
GDM (1) (1).pptx small presentation for students
Business Ethics Teaching Materials for college
Basic Mud Logging Guide for educational purpose
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Renaissance Architecture: A Journey from Faith to Humanism
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Cell Structure & Organelles in detailed.
Cardiovascular Pharmacology for pharmacy students.pptx
Insiders guide to clinical Medicine.pdf
Open folder Downloads.pdf yes yes ges yes
Microbial diseases, their pathogenesis and prophylaxis
O5-L3 Freight Transport Ops (International) V1.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?

Chapter 1 The Systems Development Environment.pdf

  • 1. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-1 Chapter 1 The Systems Development Environment Modern Systems Analysis and Design Eighth Edition, Global Edition Joseph S. Valacich Joey F. George
  • 2. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-2 Learning Objectives  Define information systems analysis and design.  Describe the information systems development life cycle (SDLC).  Explain computer-aided software engineering (CASE) tools.  Describe Agile Methodologies and eXtreme Programming.  Explain object-oriented analysis and design and the Rational Unified Process (RUP).
  • 3. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-3 Introduction  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
  • 4. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-4 Introduction (Cont.)  Application Software Computer software designed to support organizational functions or processes  Systems Analyst Organizational role most responsible for analysis and design of information systems
  • 5. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-5 Introduction (Cont.) FIGURE 1-1 An organizational approach to systems analysis and design is driven by methodologies, techniques, and tools. Sources: Mitarart/Fotolia, PaulPaladin/Fotolia
  • 6. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-6 A Modern Approach to Systems Analysis and Design  1950s: focus on efficient automation of existing processes  1960s: advent of procedural third generation languages (3GL) faster and more reliable computers  1970s: system development becomes more like an engineering discipline
  • 7. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-7 A Modern Approach to Systems Analysis and Design (Cont.)  1980s: major breakthrough with 4GL, CASE tools, object-oriented methods  1990s: focus on system integration, GUI applications, client/server platforms, Internet  The new century: Web application development, wireless PDAs and smart phones, component-based applications, per-use cloud-based application services.
  • 8. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-8 Developing Information Systems  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.
  • 9. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-9 Systems Development Life Cycle (SDLC)  Traditional methodology used to develop, maintain, and replace information systems  Phases in SDLC:  Planning  Analysis  Design  Implementation  Maintenance
  • 10. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-10 Standard and Evolutionary Views of SDLC FIGURE 1-3 Evolutionary model FIGURE 1-2 Systems development life cycle
  • 11. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-11 Systems Development Life Cycle (SDLC) (Cont.)  Planning – an organization’s total information system needs are identified, analyzed, prioritized, and arranged  Analysis – system requirements are studied and structured  Design – a description of the recommended solution is converted into logical and then physical system specifications
  • 12. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-12 Systems Development Life Cycle (SDLC) (Cont.)  Logical design – all functional features of the system chosen for development in analysis are described independently of any computer platform  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
  • 13. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-13 Systems Development Life Cycle (SDLC) (Cont.)  Implementation – the information system is coded, tested, installed and supported in the organization  Maintenance – an information system is systematically repaired and improved
  • 14. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-14
  • 15. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-15 A Specialized Systems Development Life Cycle Figure 1-7 Microsoft’s Security Development Lifecycle (SDL) (Source: http://www.microsoft.com/security/sdl/default.aspx. Used by permission.) These are like traditional SDLC’s analysis, design, and implementation. Training focuses on security. Verification focuses on product quality assurance. Release makes product available for general use. Response deals with security problems that come up after product release.
  • 16. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-16 FIGURE 1-9 The heart of systems development The Heart of the Systems Development Process Current practice combines analysis, design, and implementation into a single iterative and parallel process of activities. FIGURE 1-8 Analysis–design–code–test loop
  • 17. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-17 Traditional Waterfall SDLC One phase begins when another completes, with little backtracking and looping. FIGURE 1-10 Traditional waterfall SDLC
  • 18. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-18 Problems with Waterfall Approach  Feedback ignored, milestones lock in design specs even when conditions change  Limited user involvement (only in requirements phase)  Too much focus on milestone deadlines of SDLC phases to the detriment of sound development practices
  • 19. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-19 Different Approaches to Improving Development  CASE Tools  Agile Methodologies  eXtreme Programming
  • 20. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-20 Computer-Aided Software Engineering (CASE) Tools  Diagramming tools enable graphical representation.  Computer displays and report generators help prototype how systems “look and feel”.
  • 21. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-21 Computer-Aided Software Engineering (CASE) Tools (Cont.)  Analysis tools automatically check for consistency in diagrams, forms, and reports.  A central repository provides integrated storage of diagrams, reports, and project management specifications.
  • 22. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-22 Computer-Aided Software Engineering (CASE) Tools (Cont.)  Documentation generators standardize technical and user documentation.  Code generators enable automatic generation of programs and database code directly from design documents, diagrams, forms, and reports.
  • 23. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-23 CASE Tools (Cont.)
  • 24. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-24 Agile Methodologies  Motivated by recognition of software development as fluid, unpredictable, and dynamic  Three key principles Adaptive rather than predictive Emphasize people rather than roles Self-adaptive processes
  • 25. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-25 The Agile Methodologies group argues that software development methodologies adapted from engineering generally do not fit with real- world software development.
  • 26. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-26 When to use Agile Methodologies  If your project involves: Unpredictable or dynamic requirements Responsible and motivated developers Customers who understand the process and will get involved
  • 27. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-27
  • 28. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-28 eXtreme Programming  Short, incremental development cycles  Automated tests  Two-person programming teams  Coding, testing, listening, designing
  • 29. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-29 eXtreme Programming (Cont.)  Coding and testing operate together  Advantages: Communication between developers High level of productivity High-quality code
  • 30. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-30 Object-Oriented Analysis and Design (OOAD)  Based on objects rather than data or processes  Object: a structure encapsulating attributes and behaviors of a real- world entity
  • 31. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-31 Object-Oriented Analysis and Design (OOAD) (Cont.)  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
  • 32. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-32 Rational Unified Process (RUP)  An object-oriented systems development methodology  Establishes four phase of development: inception, elaboration, construction, and transition Each phase is organized into a number of separate iterations.
  • 33. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-33 FIGURE 1-11 Phases of OOSAD-based development
  • 34. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-34 Our Approach to Systems Development  Criticisms of SDLC Forcing timed phases on intangible processes (analysis and design) is doomed to fail Too much formal process and documentation slows things down Cycles are not necessarily waterfalls  And yet the concept of a cycle is in all methodologies. So, SDLC is a valuable model that has many variations.
  • 35. Chapter 1 Copyright © 2017 Pearson Education, Ltd. 1-35 Summary  In this chapter you learned how to:  Define information systems analysis and design.  Describe the information systems development life cycle (SDLC).  Explain computer-aided software engineering (CASE) tools.  Describe Agile Methodologies and eXtreme Programming.  Explain object-oriented analysis and design and the Rational Unified Process (RUP).