Information Systems Analysis and Design A method used by companies to create and maintain systems...

30
Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to improve employee efficiency by applying software solutions to key business tasks

Transcript of Information Systems Analysis and Design A method used by companies to create and maintain systems...

Page 1: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Information Systems Analysis and Design

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

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

Page 2: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Information Systems Analysis and Design

Systems Analyst performs analysis and design based upon: Understanding of organization’s objectives,

structure and processes A structured approach, in order to ensure

success

Page 3: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

SDLC

Page 4: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Systems Analysis and Design: Core Concepts

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

Page 5: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Characteristics of a System

Components or subsystemsInterrelated ComponentsBoundaryPurposeExternal environmentInterfaces (between subsystems or system & environment)Constraints or limitsInputOutput

Page 6: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Software Engineering Process

A process used to create an information systemConsists of: Methodologies

A sequence of step-by-step approaches that help develop the information system

Techniques Processes that the analyst follows to ensure thorough,

complete and comprehensive analysis and design Tools

Computer programs that aid in applying techniques

Page 7: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Important System ConceptsDecomposition The process of breaking down a system into smaller

components

Modularity Process of dividing a system into modules of uniform

size to simplify system design

Coupling Subsystems that are dependent upon each other are

coupled

Cohesion Extent to which a subsystem performs a single

function

Page 8: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

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

Page 9: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Client/Server Model

Page 10: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Information Systems Architecture

Data Data & Information (What?)

Process Application Programs (How?)

Network System configuration (Where?)

Page 11: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Components of an IS

Data describe data and the relationship amongst data

Processing Logic Describe steps that transform data and events that

trigger the steps

Data Flows describe the sources and destination for each data

flow

Page 12: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Data & Processes

Page 13: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Approaches to Systems Development

Process-Oriented Approach Focus is on flow, use and transformation of data in

an information system Involves creating graphical representations such

as data flow diagrams and charts Data are tracked from sources, through

intermediate steps and to final destinations Natural structure of data is not specified Disadvantage: data files are tied to specific

applications

Page 14: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Database Approach

Page 15: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Approaches to Systems Development

Data-Oriented Approach Depicts ideal organization of data,

independent of where and how data are used

Data model describes kinds of data and business relationships among the data

Business rules depict how organization captures and processes the data

Page 16: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Key Differences Characteristic Process-Oriented Data-oriented

System focus What the system needs to do & when

Data the system needs to operate

Design stability Limited More enduring

Data organization Data files designed for each individual application

Data files designed for the enterprise

State of the Data Much uncontrolled duplication

Limited controlled redundancy

Page 17: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Databases and Application Independence

Database Shared collection of logically related data Organized to facilitate capture, storage and retrieval

by multiple users Centrally managed Designed around subjects

Customers Suppliers

Application Independence Separation of data and definition of data from

applications

Page 18: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Role of the Systems Analyst

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 systems

Page 19: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Types of Information Systemsand Systems Development

Transaction Processing Systems (TPS) Automate handling of data about business

activities (transactions)

Management Information Systems (MIS) Converts raw data from transaction

processing system into meaningful form

Page 20: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Types of Information Systemsand Systems Development

Decision Support Systems (DSS) Designed to help decision makers Provides interactive environment for

decision making

Expert Systems (ES) Replicates decision making process Knowledge representation describes the

way an expert would approach the problem

Page 21: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Systems DevelopmentIS type IS Characteristics Development

MethodsTPS High volume, data capture

focusProcess orientation

MIS Aggregates & summarizes diverse data sources

Data orientation

DSS Accesses data at different levels of detail to select and compare alternative solutions to problems

Data and decision logic orientation

(Prototyping & RAD)

ES Provides expert advice Specialized decision logic orientation

Page 22: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Systems Development Life Cycle

Series of steps used to manage the phases of development for an information systemConsists of four phases: Planning and Selection Analysis Design Implementation and Operation

Page 23: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Phases & Products of SDLC

Systems Planning and Selection Two Main Activities

Identification of need Investigation and determination of scope

Deliverables Priorities for systems and projects Architecture for data, network, hardware and IS

management Detailed steps (work plan) for project Specification of system scope System justification (business case)

Page 24: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Phases & Products of SDLC

Systems Analysis Study of current procedures and information systems

Determine requirements Generate alternative designs Compare alternatives Recommend best alternative

Deliverables Description of current systems (problems/opportunities) Recommendation on how to fix/enhance/replace current

systems Explanation of alternatives and justification of chosen

system

Page 25: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Phases & Products of SDLC

System Design Logical Design

Concentrates on business aspects of the system

Physical Design Technical specifications

Deliverables Detailed specifications of system elements Acquisition plan for new technology

Page 26: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Phases & Products of SDLC

Implementation and Operation Implementation

Hardware and software installation Programming User Training Documentation

Operation System changed to reflect changing conditions. System obsolescence

Deliverables Code & documentation Training procedures New versions/releases of software

Page 27: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

New Development Methodologies

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

design until after user requirements are clear

Prototyping Building a scaled-down working version of the

system Advantages:

Users are involved in design Captures requirements in concrete form

Page 28: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Prototyping

Page 29: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Selecting a Methodology

System Characteristics

Structured Spiral RAD Prototyping

Unclear requirements

Poor Excellent Good Excellent

Unfamiliar technology

Poor Excellent Good Poor

Complex Good Excellent Good Poor

Reliable Good Excellent Good Poor

Short time schedule

Poor Good Excellent Excellent

Page 30: Information Systems Analysis and Design A method used by companies to create and maintain systems that perform basic business functions Main goal is to.

Approaches to Development

Joint Application Design (JAD) Users, Managers and Analysts work

together for several days System requirements are reviewed Structured meetings

Participatory Design