2015112317020600009696_0014m - ppt10 - r3

31
CHAPTER 13 Acquiring Information Systems and Applications

Upload: yoga-pramudita

Post on 14-Apr-2016

224 views

Category:

Documents


2 download

DESCRIPTION

Lecture Note

TRANSCRIPT

Page 1: 2015112317020600009696_0014M - PPT10 - R3

CHAPTER 13

Acquiring Information Systems and Applications

Page 2: 2015112317020600009696_0014M - PPT10 - R3

CHAPTER OUTLINE

13.1 Planning for and Justifying IT Applications13.2 Strategies for Acquiring IT Applications13.3 The Traditional Systems Development Life

Cycle13.4 Alternative Methods and Tools for

Systems Development13.5 Vendor and Software Selection

Page 3: 2015112317020600009696_0014M - PPT10 - R3

LEARNING OBJECTIVES

1. Define an IT strategic plan, identify three objectives it must meet, and describe the four common approaches to cost-benefit analysis.2. Discuss the four business decisions that companies must make when they acquire new applications.3. Identify the six processes involved in the systems development life cycle, and explain the primary tasks and importance of each process.

Page 4: 2015112317020600009696_0014M - PPT10 - R3

LEARNING OBJECTIVES (continued)

4. Describe four alternative development methods and four tools that augment development methods, and identify at least one advantage and one disadvantage of each method and tool.5. Analyze the process of vendor and software selection.

Page 5: 2015112317020600009696_0014M - PPT10 - R3

13.1 Planning for and Justifying IT Applications

Organizations must analyze the need for the IT application.Each IT application must be justified in terms of costs and benefits.The application portfolio

Page 6: 2015112317020600009696_0014M - PPT10 - R3

Information Systems Planning

Page 7: 2015112317020600009696_0014M - PPT10 - R3

Information Systems Planning (continued)

Organizational Strategic Plan IT Architecture

IT Strategic Plan

Page 8: 2015112317020600009696_0014M - PPT10 - R3

IT Steering Committee

© Image Source/Age Fotostock America, Inc.

Page 9: 2015112317020600009696_0014M - PPT10 - R3

IS Operational Plan

Contains the following elements:MissionIT environmentObjectives of the IT functionConstraints of the IT functionApplication portfolioResource allocation and project management

Page 10: 2015112317020600009696_0014M - PPT10 - R3

Evaluating & Justifying IT Investment: Benefits, Costs & Issues

Assessing the costsFixed costsTotal cost of ownership (TCO)

Assessing the benefits (Values)Intangible benefits: Benefits from IT that may be very desirable but difficult to place an accurate monetary value on.

Comparing the two

Page 11: 2015112317020600009696_0014M - PPT10 - R3

Conducting the Cost-Benefit Analysis

Using Net Present Value (NPV)Return on investmentBreakeven analysisThe business case approach

Page 12: 2015112317020600009696_0014M - PPT10 - R3

13.2 Strategies for Acquiring IT Applications

Four fundamental business decisions to make before choosing a strategy: (1) How much computer code does the company want to write? (2) How will the company pay for the application? (3) Where will the application run? (4) Where will the application originate?

Page 13: 2015112317020600009696_0014M - PPT10 - R3

Strategies for Acquiring IT Applications

Purchase a Prewritten ApplicationCustomize a Prewritten ApplicationLease the applicationsApplication Service Providers and Software-

as-a-Service VendorsUse Open-Source SoftwareOutsourcingCustom Development

Page 14: 2015112317020600009696_0014M - PPT10 - R3

Operation of an Application Service Provider (ASP)

ASP Data Center

CustomerA

Application

CustomerB

Application

CustomerC

Application

Database Database Database

Page 15: 2015112317020600009696_0014M - PPT10 - R3

Operation of a Software-as-a-Service (SaaS) Vendor

SaaS Vendor Data Center

CustomerA

CustomerB

CustomerC

CustomerA

CustomerB

CustomerC

Application

Page 16: 2015112317020600009696_0014M - PPT10 - R3

13.3 Traditional Systems Development Life Cycle

Software Development Life Cycle (SDLC) Systems InvestigationSystems AnalysisSystems DesignProgramming and TestingImplementationOperation and Maintenance

Page 17: 2015112317020600009696_0014M - PPT10 - R3

Prototyping

Six-Stage Systems Development Life Cycle (SDLC) with Supporting Tools

Systems Investigation

Deliverable: Go/No Go Decision

Systems Analysis

Deliverable: User Requirement

Systems Design

Deliverable: Technical Specification

Programming and Testing

ImplementThe

System

Operation and Maintenance

Business Need

Joint Application

Design (JAD)

Upper CASE Tools

Lower CASE Tools

Page 18: 2015112317020600009696_0014M - PPT10 - R3

The SDLC

Major advantagesControlAccountabilityError detection

Major drawbacksRelatively inflexibleTime-consuming and expensiveDiscourages changes once user requirements are gathered

Page 19: 2015112317020600009696_0014M - PPT10 - R3

SDLC – Systems Investigation

Begins with the business problem (or opportunity) followed by the feasibility analysis.

Feasibility studyDeliverable: Go/No-Go Decision

Page 20: 2015112317020600009696_0014M - PPT10 - R3

Feasibility Study

Technical feasibilityEconomic feasibilityOrganizational feasibilityBehavioral feasibility

Page 21: 2015112317020600009696_0014M - PPT10 - R3

SDLC – System Analysis

The examination of the business problem that the organization plans to solve with an information system.

Main purpose is to gather information about existing system to determine requirements for the new or improved system.

Deliverable is a set of system requirements, also called user requirements.

Page 22: 2015112317020600009696_0014M - PPT10 - R3

SDLC – Systems Design

Describes how the system will accomplish this task.

Deliverable is the technical design that specifies:

System outputs, inputs, user interfaces.Hardware, software, databases,

telecommunications, personnel & procedures.Blueprint of how these components are

integrated.

Page 23: 2015112317020600009696_0014M - PPT10 - R3

SDLC – System Design (continued)

Scope creep is caused by adding functions after the project has been initiated.

Kajano/Shutterstock

Page 24: 2015112317020600009696_0014M - PPT10 - R3

SDLC – Programming & Testing

Programming involves the translation of a system’s design specification into computer code.Testing checks to see if the computer code will produce the expected and desired results under certain conditions.Testing is designed to delete errors (bugs) in the computer code.

Page 25: 2015112317020600009696_0014M - PPT10 - R3

SDLC – Systems Implementation

Implementation involves three major conversion strategies:

Direct Conversion Pilot Conversion Phased Conversion Parallel Conversion (not used much today)

Page 26: 2015112317020600009696_0014M - PPT10 - R3

SLDC – Operation & Maintenance

Audits are performed to assess the system’s capabilities and to determine if it is being used correctly. Systems need several types of maintenance.

Debugging Updating Maintenance

Page 27: 2015112317020600009696_0014M - PPT10 - R3

13.4 Alternative Methods and Tools for Systems Development

Joint application design (JAD)Rapid application development (RAD)Agile developmentEnd-user development

Page 28: 2015112317020600009696_0014M - PPT10 - R3

RAD versus SDLC

Page 29: 2015112317020600009696_0014M - PPT10 - R3

Tools for Systems Development

PrototypingIntegrated computer-assisted software engineering (ICASE)Component-based developmentObject-oriented development

Page 30: 2015112317020600009696_0014M - PPT10 - R3

13.5 Vendor & Software Selection

Step 1: Identify potential vendors.Step 2: Determine the evaluation criteria.

Request for proposal (RFP)Step 3: Evaluate vendors and packages.Step 4: Choose the vendor and packageStep 5: Negotiate a contract.Step 6: Establish a service level agreement.

Page 31: 2015112317020600009696_0014M - PPT10 - R3

Chapter Closing Case

• The Problem

• The Solution

• The Results