SlideShare a Scribd company logo
1 of 35
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

Similar to valacich_msad8e_ch01 valacich_msad8e_ch01

Chapter 1(1) system development life .ppt
Chapter 1(1) system development life .pptChapter 1(1) system development life .ppt
Chapter 1(1) system development life .pptDoaaRezk5
 
mis ch2.pptx
mis ch2.pptxmis ch2.pptx
mis ch2.pptxhabte11
 
Week4 lecture
Week4 lectureWeek4 lecture
Week4 lecturefentrekin
 
Chapter01 the systems development environment
Chapter01 the systems development environmentChapter01 the systems development environment
Chapter01 the systems development environmentDhani Ahmad
 
Chapter 1- INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN by DEEPA (1).pptx
Chapter 1- INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN by DEEPA (1).pptxChapter 1- INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN by DEEPA (1).pptx
Chapter 1- INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN by DEEPA (1).pptxanumayived
 
System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)fentrekin
 
Information Systems Development and Acquisition
Information Systems Development and AcquisitionInformation Systems Development and Acquisition
Information Systems Development and AcquisitionYonathan Hadiputra
 
ANALYSIS OF DEVELOPMENT COOPERATION WITH SHARED AUTHORING ENVIRONMENT IN ACAD...
ANALYSIS OF DEVELOPMENT COOPERATION WITH SHARED AUTHORING ENVIRONMENT IN ACAD...ANALYSIS OF DEVELOPMENT COOPERATION WITH SHARED AUTHORING ENVIRONMENT IN ACAD...
ANALYSIS OF DEVELOPMENT COOPERATION WITH SHARED AUTHORING ENVIRONMENT IN ACAD...IJITE
 
The System Development Life Cycle
The System Development Life CycleThe System Development Life Cycle
The System Development Life CycleMegan Espinoza
 
1-PE-I-OOAD.pptx
1-PE-I-OOAD.pptx1-PE-I-OOAD.pptx
1-PE-I-OOAD.pptxKALPANAC20
 
Euro symposium Action Design Research practise 19092019
Euro symposium Action Design Research practise 19092019Euro symposium Action Design Research practise 19092019
Euro symposium Action Design Research practise 19092019Matti Rossi
 
Cybersecurity Curricula Guidelines for Post-Secondary Degree Programs
Cybersecurity Curricula Guidelines for Post-Secondary Degree ProgramsCybersecurity Curricula Guidelines for Post-Secondary Degree Programs
Cybersecurity Curricula Guidelines for Post-Secondary Degree ProgramsMatthew Rosenquist
 
Introduction to Project Development using Visual Basic
Introduction to Project Development using Visual BasicIntroduction to Project Development using Visual Basic
Introduction to Project Development using Visual BasicMuralidharan Radhakrishnan
 

Similar to valacich_msad8e_ch01 valacich_msad8e_ch01 (20)

Chapter 1(1) system development life .ppt
Chapter 1(1) system development life .pptChapter 1(1) system development life .ppt
Chapter 1(1) system development life .ppt
 
Week 10
Week 10Week 10
Week 10
 
Week 10
Week 10Week 10
Week 10
 
mis ch2.pptx
mis ch2.pptxmis ch2.pptx
mis ch2.pptx
 
Week4 lecture
Week4 lectureWeek4 lecture
Week4 lecture
 
Chapter01 the systems development environment
Chapter01 the systems development environmentChapter01 the systems development environment
Chapter01 the systems development environment
 
Chapter01
Chapter01Chapter01
Chapter01
 
Chapter 1- INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN by DEEPA (1).pptx
Chapter 1- INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN by DEEPA (1).pptxChapter 1- INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN by DEEPA (1).pptx
Chapter 1- INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN by DEEPA (1).pptx
 
Chapter02
Chapter02Chapter02
Chapter02
 
Ch01.ppt
Ch01.pptCh01.ppt
Ch01.ppt
 
System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)
 
Information Systems Development and Acquisition
Information Systems Development and AcquisitionInformation Systems Development and Acquisition
Information Systems Development and Acquisition
 
ANALYSIS OF DEVELOPMENT COOPERATION WITH SHARED AUTHORING ENVIRONMENT IN ACAD...
ANALYSIS OF DEVELOPMENT COOPERATION WITH SHARED AUTHORING ENVIRONMENT IN ACAD...ANALYSIS OF DEVELOPMENT COOPERATION WITH SHARED AUTHORING ENVIRONMENT IN ACAD...
ANALYSIS OF DEVELOPMENT COOPERATION WITH SHARED AUTHORING ENVIRONMENT IN ACAD...
 
CHAPTER FOUR.pptx
CHAPTER FOUR.pptxCHAPTER FOUR.pptx
CHAPTER FOUR.pptx
 
The System Development Life Cycle
The System Development Life CycleThe System Development Life Cycle
The System Development Life Cycle
 
1-PE-I-OOAD.pptx
1-PE-I-OOAD.pptx1-PE-I-OOAD.pptx
1-PE-I-OOAD.pptx
 
Chap01
Chap01Chap01
Chap01
 
Euro symposium Action Design Research practise 19092019
Euro symposium Action Design Research practise 19092019Euro symposium Action Design Research practise 19092019
Euro symposium Action Design Research practise 19092019
 
Cybersecurity Curricula Guidelines for Post-Secondary Degree Programs
Cybersecurity Curricula Guidelines for Post-Secondary Degree ProgramsCybersecurity Curricula Guidelines for Post-Secondary Degree Programs
Cybersecurity Curricula Guidelines for Post-Secondary Degree Programs
 
Introduction to Project Development using Visual Basic
Introduction to Project Development using Visual BasicIntroduction to Project Development using Visual Basic
Introduction to Project Development using Visual Basic
 

Recently uploaded

Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationBoston Institute of Analytics
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一ffjhghh
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxTanveerAhmed817946
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 

Recently uploaded (20)

Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project Presentation
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
 
Decoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in ActionDecoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in Action
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptx
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 

valacich_msad8e_ch01 valacich_msad8e_ch01

  • 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).