essentials of systems analysis and design fifth edition joseph s. valacich joey f. george jeffrey a....

23
Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.1

Upload: rodney-washington

Post on 19-Dec-2015

263 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Essentials ofSystems Analysis and Design

Fifth Edition Joseph S. Valacich

Joey F. GeorgeJeffrey A. Hoffer

Chapter 1 The Systems Development Environment

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.11.1

Page 2: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Learning Objectives

Define information systems analysis and design

Discuss the modern approach to SAD that combines process and data views

Describe the role of the systems analystDescribe the SDLC and alternatives Describe role of computer aided software

engineering (CASE) tools

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.21.2

Page 3: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

What is Information Systems Analysis and Design?

• A method used to create and maintain systems that perform basic business functions

• Main goal - to improve employee efficiency by applying software solutions to key business tasks

• A structured approach to ensure success• Systems Analysts perform SAD based upon:

– Understanding of organization’s objectives, structure and processes– Knowledge of how to exploit information technology for advantage

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.61.6

Page 4: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.41.4

Page 5: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Systems Analysis and Design: Core Concepts

• Major goal: to improve organizational systems by developing or acquiring application software and training employees in its use

• System: Turns data into information and includes:– Hardware and system software– Documentation and training materials– Job roles associated with the system– Controls to prevent theft or fraud– The people who use the software to perform their jobs

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.51.5

Page 6: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.61.6

Systems Analysis and Design: Core Concepts

Page 7: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.71.7

Software Engineering Process

Page 8: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

System

• A system is an interrelated set of business procedures used within one business unit working together for a purpose

• A system exists within an environment• A boundary separates a system from its

environment• A system has nine characteristics

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.81.8

Page 9: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.91.9

Characteristics of a System› Purpose› Environment› Boundary› Components› Interrelationships› Constraints› Interfaces› Input› Output

Page 10: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Important System Concepts

• Decomposition– The process of breaking down a system into smaller

components– Allows the systems analyst to:

• Break a system into small, manageable and understandable subsystems

• Focus on one area at a time, without interference from other areas

• Concentrate on component pertinent to one group of users without confusing users with unnecessary details

• Build different components at independent times and have the help of different analysts

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.101.10

Page 11: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Important System Concepts• Modularity

– Process of dividing a system into modules of a relatively uniform size

– Modules simplify system design• Coupling

– Subsystems that are dependent upon each other are coupled– Desired: loose coupling

• Cohesion– Extent to which a subsystem performs a single function– Desired: high cohesion

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.111.11

Page 12: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Cohesion and Coupling

1

2 3 4

5 6High cohesion Low couplingBridge

component

component

Adapted from Software Engineering: An Object-Oriented Perspective by Eric J. Braude (Wiley 2001), with permission.

Effective modularization = max. cohesion within modules + min. coupling between modules

Page 13: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.131.13

Cohesion and Coupling

Page 14: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

A Modern Approach to Systems Analysis and Design

• Systems Integration– Allows hardware and software from different

vendors to work together– Enables procedural language systems to work with

visual programming systems– Visual programming environment uses

client/server model

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.141.14

Page 15: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

SA role in Systems Development

• Study problems and needs of an organization• Determine best approach to improving organization

through use of:– People– Methods– Information technology

• Help system users and managers define their requirements for new or enhanced information systems

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.151.15

Page 16: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.161.16

Systems Development Methodology … e.g. SDLC

Page 17: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Phases of the Systems Development Life Cycle

1. Systems Planning and Selection– Two Main Activities

• Identification of need• Investigation and determination of scope

2. Systems Analysis– Study of current procedures and information systems

• Determine requirements• Generate alternative designs• Compare alternatives• Recommend best alternative

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.171.17

Page 18: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Phases of the Systems Development Life Cycle

3. System Design– Logical Design - Business aspects of the system– Physical Design - Technical specifications

4. System Implementation, Operation and Maintenance

• Hardware and software installation• User Training• Documentation• Operations• Maintenance (fix errors, make changes)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.181.18

Page 19: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Alternative Approaches to Development

• Prototyping– Building a scaled-down working version of the

system– Advantages:

• Users are involved in design• Captures requirements in concrete form

– Disadvantages:• Users may misunderstand SD complexity• Code often thrown away

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.191.19

Page 20: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Alternative Approaches to Development

• Joint Application Design (JAD)– Users, Managers and Analysts work together for

several days– System requirements are reviewed– Structured meetings

• Rapid Application Development (RAD)– Utilizes prototyping to delay producing system

design until after user requirements are clear

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.201.20

Page 21: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.211.21

Page 22: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

Approaches to Development

• Agile Methodologies– Extreme Programming, Adaptive S/W

Development, Scrum– Focuses on

• Adaptive methodologies• People instead of roles• Self-adaptive development process

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.221.22

Page 23: Essentials of Systems Analysis and Design Fifth Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 1 The Systems Development Environment

• Automated software tools used by systems analysts to develop information systems

• Project management tools (Openproj, MS Project)• Diagramming tools (Dia, Visio)• Computer display and report generators (VB)• Analysis tools (Visual Analyst)• Documentation generators• Code generators• Integration of tools via a repository

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall

1.231.23

Computer-Aided Software Engineering (CASE) Tools