49
Lecture 3 Information System Development IT Service Management

Lecture 3 Information System Development IT Service Management

Embed Size (px)

Citation preview

Page 1: Lecture 3 Information System Development IT Service Management

Lecture 3

Information System Development

IT Service Management

Page 2: Lecture 3 Information System Development IT Service Management

Learning Objectives

Demonstrate how building new systems produces organisational change.

Identify and describe the core activities in the systems development process.

Describe the principal methodologies for modeling and designing systems.

Compare alternative methodologies for building information systems.

Identify and describe new approaches for system building in the digital firm era.

2

Page 3: Lecture 3 Information System Development IT Service Management

Four Kinds of Structural Organisational Change Enabled by IT

1. Automation Increase efficiency, replace manual tasks

2. Rationalisation Streamline standard operating procedures

3. Business process reengineering (BPR) Analyse, simplify, and redesign business processes

4. Paradigm shifts Rethink nature of business, define new business

model, change nature of organisation

3

Page 4: Lecture 3 Information System Development IT Service Management

Risk and Rewards of Organisational Change The most common forms of organisational change

are automation and rationalisation.

These relatively slow-moving and slow-changing strategies present modest returns but little risk.

Faster and more comprehensive change—such as reengineering and paradigm shifts—carries high rewards but offers substantial chances of failure.

4

Page 5: Lecture 3 Information System Development IT Service Management

Risk and Rewards of Organisational Change

5

Page 6: Lecture 3 Information System Development IT Service Management

Steps in Effective Reengineering

Determine which business processes should be improved

Understand how improving the right processes will help the firm execute its business strategy

Understand and measure performance of existing processes as a baseline

6

Page 7: Lecture 3 Information System Development IT Service Management

Business Process Management (BPM)

Helps firms manage incremental process changes

Uses process-mapping tools (eg flow charts, process documentation) to:

Identify and document existing processes

Create models of improved processes that can be translated into software systems

Measure impact of process changes on key business performance indicators

7

Page 8: Lecture 3 Information System Development IT Service Management

Business Process Management (BPM)

Includes: Work flow management

Process of streamlining business procedures so documents can be moved easily and efficiently

Business process modeling notation Quality measurement and management Change management Tools for standardising business processes so they

can be continually manipulated Process monitoring and analytics

To verify process performance has improved and measure impact of process changes on key business performance indicators

8

Page 9: Lecture 3 Information System Development IT Service Management

Quality Management

Fine-tuning business processes to improve quality in their products, services, and operations

The earlier in the business cycle a problem is eliminated, the less it costs the company

Quality improvements raise level of product and service quality as well as lower costs

9

Page 10: Lecture 3 Information System Development IT Service Management

Total Quality Management (TQM)

Everyone is expected to contribute to improvement of quality

Making quality control everyone’s responsibility

Focuses on continuous improvements rather than dramatic bursts of change

10

Page 11: Lecture 3 Information System Development IT Service Management

Six Sigma

Uses statistical analysis tools to detect flaws in the execution of an existing process and make minor adjustments

Six Sigma is another initiative companies use to spot problems and correct them before they are too deeply embedded in the company’s processes.

The longer a flaw is allowed to fester in a system, the more problems it may cause.

If you can identify defects early on and eliminate them, you can achieve more efficient production at lower costs. That’s the premise behind Six Sigma. 11

Page 12: Lecture 3 Information System Development IT Service Management

How Information Systems Support Quality Improvements Simplify products or processes Make improvements based on customer demands Reduce cycle time Improve quality and precision of design and

production Meet benchmarking standards

Benchmarking: Setting strict standards for products, services, and other activities, and then measuring performance against those standards

12

Page 13: Lecture 3 Information System Development IT Service Management

Overview of Systems Development

Systems development includes every resource and every step that goes into producing an information system that solves a problem or helps the organisation take advantage of new opportunities.

13

Page 14: Lecture 3 Information System Development IT Service Management

The Systems Development Process

Systems analysis

Systems design

Programming

Testing

Conversion

Production and maintenance

14

Page 15: Lecture 3 Information System Development IT Service Management

The Systems Development Process

15

Page 16: Lecture 3 Information System Development IT Service Management

Systems Analysis

Analysis of problem that will be solved by system Defining the problem and identifying causes Specifying solutions

Systems proposal report identifies and examines alternative solutions

Identifying information requirements Includes feasibility study

Is solution feasible from financial, technical, organisational standpoint

Is solution a good investment? Is required technology, skill available?

Establishing information requirements16

Page 17: Lecture 3 Information System Development IT Service Management

Systems Design

Describe system specifications that will deliver functions identified during systems analysis

Should address all managerial, organisational, and technological components of system solution

17

Page 18: Lecture 3 Information System Development IT Service Management

Programming

System specifications from design stage are translated into software program code

Software may be purchased, leased, or outsourced instead

18

Page 19: Lecture 3 Information System Development IT Service Management

Testing

To ensure system produces right results

Unit testing: Tests each program in system separately

System testing: Tests functioning of system as a whole

Acceptance testing: Makes sure system is ready to be used in production setting

Test plan: All preparations for series of tests

19

Page 20: Lecture 3 Information System Development IT Service Management

Conversion

Process of changing from old system to new system

Four main strategies

1. Parallel strategy

2. Direct cutover

3. Pilot study

4. Phased approach20

Page 21: Lecture 3 Information System Development IT Service Management

Conversion

If you don't have a lot of confidence in your new system, you can use the parallel strategy.

If you're really confident in your development process or if the old system simply doesn't work any more, you can use the direct cutover strategy.

The pilot study strategy is where you introduce the new system into a single area of the organisation. If all goes well there, you can install the new system in other areas.

The phased approach is similar to the pilot strategy, but now you install parts of the new system slowly into specific areas of the organisation. 21

Page 22: Lecture 3 Information System Development IT Service Management

Production and Maintenance

Operate the system System reviewed to determine if any revisions

needed May prepare formal postimplementation audit

document Maintenance - Changes in hardware, software,

documentation, or procedures to a production system to correct errors, meet new requirements, or improve processing efficiency

22

Page 23: Lecture 3 Information System Development IT Service Management

Summary of Systems Development Activities

CORE ACTIVITY DESCRIPTION

Systems analysis Identify problem(s)Specify solutionsEstablish information requirements

Systems design Create design specifications

Programming Translate design specifications into code

Testing Unit testSystems testAcceptance test

Conversion Plan conversionPrepare documentationTrain users and technical staff

Production and maintenance

Operate the systemEvaluate the systemModify the system

23

Page 24: Lecture 3 Information System Development IT Service Management

Modeling and Designing Systems

Most prominent methodologies for modeling and designing systems:

Structured methodologies

Object-oriented development

24

Page 25: Lecture 3 Information System Development IT Service Management

Structured Methodologies

Techniques are step-by-step, progressive Traditionally, systems have been structured in a

very orderly manner. The methods used to build the systems begin at

the top and progress to the lowest detail This method separate data from processes The designers sketch out how the data moves

through the system by using data flow diagrams. The DFDs can be used to help spot trouble areas

before the system is actually built. A typical data flow diagram is shown below

25

Page 26: Lecture 3 Information System Development IT Service Management

Data Flow Diagram for Mail-In University Registration System

26

Page 27: Lecture 3 Information System Development IT Service Management

Data Flow Diagram for Mail-In University Registration System The system has three processes:

Verify availability (1.0), Enroll student (2.0), and Confirm registration (3.0) The name and content of each of the data flows

appear adjacent to each arrow. There is one external entity in this system: the

student. There are two data stores: the student master file

and the course file.27

Page 28: Lecture 3 Information System Development IT Service Management

Data flow Diagram Primary tool for representing system’s component

processes and flow of data between them Offers logical graphic model of information flow High-level and lower-level diagrams can be used to

break processes down into successive layers of detail Data dictionary: Defines contents of data flows and

data stores Process specifications: Describe transformation

occurring within lowest level of data flow diagrams Structure chart: Top-down chart, showing each

level of design, relationship to other levels, and place in overall design structure

28

Page 29: Lecture 3 Information System Development IT Service Management

Object-Oriented Development

The structured development method keeps data and processes separate.

Object-oriented development combines the two and treats them as one object.

The objects are created once and, if they are done right, can be used many times over.

That reduces the cost of creating new objects once you have built up a library of them.

It also makes it easier to create new software, because you aren't continually starting from scratch. 29

Page 30: Lecture 3 Information System Development IT Service Management

Object-Oriented Development

Object-oriented modeling is based on concepts of class and inheritance Objects belong to a certain class and have features of

that class May inherit structures and behaviors of a more general,

ancestor class The figure below illustrates how classes inherit the

common features of their superclass

30

Page 31: Lecture 3 Information System Development IT Service Management

Class and Inheritance

31

Page 32: Lecture 3 Information System Development IT Service Management

Object-Oriented Development

More iterative and incremental than traditional structured development

Systems analysis: Interactions between system and users analysed to identify objects

Design phase: Describes how objects will behave and interact; grouped into classes, subclasses and hierarchies

Implementation: Some classes may be reused from existing library of classes, others created or inherited

Because objects are reusable, object-oriented development can potentially reduce time and cost of development 32

Page 33: Lecture 3 Information System Development IT Service Management

Computer-Aided Software Engineering (CASE) CASE provides developers with an easy to use

method of developing software code that is well-documented, well-designed, and easily reused.

Software tools to automate development and reduce repetitive work, including Graphics facilities for producing charts and diagrams Screen and report generators, reporting facilities Analysis and checking tools Data dictionaries Code and documentation generators

33

Page 34: Lecture 3 Information System Development IT Service Management

Alternative Systems-Building Methods

Traditional systems life-cycle

Prototyping

End-user development

Application software packages

Outsourcing

34

Page 35: Lecture 3 Information System Development IT Service Management

Traditional Systems Lifecycle

Oldest method for building information systems Phased approach - divides development into

formal stages Follows “waterfall” approach: Tasks in one stage

finish before another stage begins Maintains formal division of labour between end

users and information systems specialists Emphasizes formal specifications and paperwork Still used for building large complex systems Can be costly, time-consuming, and inflexible

35

Page 36: Lecture 3 Information System Development IT Service Management

Prototyping

Building experimental system rapidly and inexpensively for end users to evaluate

Prototype: Working but preliminary version of information system

Approved prototype serves as template for final system

36

Page 37: Lecture 3 Information System Development IT Service Management

Steps in Prototyping

1. Identify user requirements

2. Develop initial prototype

3. Use prototype

4. Revise and enhance prototype

37

Page 38: Lecture 3 Information System Development IT Service Management

The Prototyping Process

38

Page 39: Lecture 3 Information System Development IT Service Management

Prototyping Advantages of prototyping

Useful if some uncertainty in requirements or design solutions

Often used for end-user interface design

More likely to fulfill end-user requirements

Disadvantages May gloss over essential steps

May not accommodate large quantities of data or large number of users

May not undergo full testing or documentation 39

Page 40: Lecture 3 Information System Development IT Service Management

End-user Development

Uses fourth-generation languages to allow end-users to develop systems with little or no help from technical specialists

Fourth generation languages: Less procedural than conventional programming languages PC software tools Query languages Report generators Graphics languages Application generators Application software packages Very high-level programming languages

40

Page 41: Lecture 3 Information System Development IT Service Management

End-user Development

Advantages: More rapid completion of projects High-level of user involvement and satisfaction

Disadvantages: Not designed for processing-intensive applications Inadequate management and control, testing,

documentation Loss of control over data

Managing end-user development Require cost-justification of end-user system

projects Establish hardware, software, and quality standards41

Page 42: Lecture 3 Information System Development IT Service Management

Application Software Packages Save time and money Many packages offer customisation features:

Allow software package to be modified to meet unique requirements without destroying integrity of package software

Evaluation criteria for systems analysis include: Functions provided by the package, flexibility, user

friendliness, hardware and software resources, database requirements, installation and maintenance efforts, documentation, vendor quality, and cost

You would seek Requests for Proposal (RFP) from several vendors to fully evaluate the software package according to your needs 42

Page 43: Lecture 3 Information System Development IT Service Management

Outsourcing

Several types Cloud and SaaS (Software as a service)

providers - subscribing companies use software and computer hardware provided by vendors

External vendors Hired to design, create software Domestic outsourcing - driven by firms need for

additional skills, resources, assets Offshore outsourcing - driven by cost-savings

43

Page 44: Lecture 3 Information System Development IT Service Management

Outsourcing

Advantages Allows organization flexibility in IT needs

Disadvantages Hidden costs, e.g.

Identifying and selecting vendor Transitioning to vendor

Opening up proprietary business processes to third party

44

Page 45: Lecture 3 Information System Development IT Service Management

Rapid Application Development (RAD)

RAD is a process of creating workable systems in a very short period of time

It utilizes techniques such as:

Visual programming and other tools for building graphical user interfaces

Iterative prototyping of key system elements

Automation of program code generation

Close teamwork among end users and information systems specialists

45

Page 46: Lecture 3 Information System Development IT Service Management

Joint Application Design (JAD)

Used to accelerate generation of information requirements and to develop initial systems design

Brings end users and information systems specialists together in interactive session to discuss system’s design

Can significantly speed up design phase and involve users at intense level

46

Page 47: Lecture 3 Information System Development IT Service Management

Agile Development

Focuses on rapid delivery of working software by breaking large project into several small sub-projects

Subprojects Treated as separate, complete projects

Completed in short periods of time using iteration and continuous feedback

Emphasizes face-to-face communication over written documents, allowing collaboration and faster decision making 47

Page 48: Lecture 3 Information System Development IT Service Management

Component-Based Development and Web Services

Component-based development Groups of objects that provide software for common

functions (e.g., online ordering) and can be combined to create large-scale business applications

Web services Reusable software components that use XML and open

Internet standards (platform independent) Enable applications to communicate with no custom

programming required to share data and services Can engage other Web services for more complex

transactions Using platform and device-independent standards can

result in significant cost-savings and opportunities for collaboration with other companies

48

Page 49: Lecture 3 Information System Development IT Service Management

END

49