Introduction To System Analysis and Design
Introduction To System Analysis and Design
Introduction To System Analysis and Design
INTRODUCTION
Building a software is similar with building a house…
This reasons takes some changes. And change is risk. Managing any change that involves IT systems is
particularly risky!
A survey of over 14,000 organizations showed that where new IT systems were being developed (by OASIG
1995 study)
80-90% of systems fail to meet performance goals
80% of systems are late and over budget
40% of systems fail or are abandoned
Just 10-20% of businesses meet all their success criteria.
As people have learnt from past mistakes, a model has been developed and refined over the years to try
and maximize the chances of a successful project.
qR1st1nah 1
SYSTEM ANALYSIS AND DESIGN
SYSTEM DEVELOPMENT LIFE CYCLE
Building an information system using the SDLC follows a similar set of four fundamental phases:
- Planning - Design,
- Analysis - and Implementation
Each phase is itself composed of a series of steps, which rely on techniques that produce deliverables
(specific documents and files that explain various elements of the system).
PLANNING
The very first part of the SLC is to define the problem.
After all, if there isn't a problem to start with, why would an organization incur huge costs to develop a
new one?
In the definition stage the role of the analyst is to scope out the problem.
The planning phase is the fundamental process of understanding why an information system should be
built and determining how the project team will go about building it.
qR1st1nah 2
SYSTEM ANALYSIS AND DESIGN
Table1.0: Systems Development Life Cycle Phases
PHASE STEP TECHNIQUE DELIVERABLE
Planning Identify opportunity Project identification System request
Focus: Analyze feasibility Technical feasibility
Feasibility study
- Why build this system? Economic feasibility
- How to structure the Organizational feasibility
project? Develop work plan Time estimation Project plan
Primary outputs: Task identification — work plan
- System Request with Work breakdown structure
feasibility study PERT Chart
- Project plan Gantt Chart
Scope management
Staff project Project staffing — Staffing plan
Project charter
Control and direct project CASE repository — Standards list
Standards — Risk assessment
Documentation
Timeboxing
Risk management
Analysis Develop analysis strategy Business process automation System proposal
Focus: Business process
improvement
- Who, what, where, and
Business process
when for this system?
reengineering
Primary output: Determine business Interview — Requirements definition
- System proposal requirements JAD session
Questionnaire
Document analysis
Observation
Create use cases Use case analysis — Use cases
Model processes Data flow diagramming — Process models
Model data Entity relationship modeling — Data model
Normalization
Design Design physical system Design strategy Alternative matrix
Focus: System specification
- How will this system Design architecture Architecture design — Architecture report
work? Hardware & software selection — Hardware & software
specification
Primary output: Design interface Use scenario — Interface design
- System specification Interface structure
Interface standards
Interface prototype
Interface evaluation
Design programs Data flow diagramming — Physical process model
Program structure chart — Program design
Program specification
Design databases and files Data format selection — Database & file
Entity relationship modeling specification
Denormalization — Physical data model
Performance tuning
Size estimation
Implementation Construct system Programming Test plan
Focus: Software testing Programs
- delivery and support of Performance testing Documentation
completed system Migration plan
Primary output: Install system Conversion strategy selection — Conversion plan
- Installed System — Business contingency
plan
Training — Training plan
Maintain system Support selection Support plan
System maintenance Problem report
Project assessment Change request
Post-implementation Post-implementation audit Post-implementation audit
report
qR1st1nah 3
SYSTEM ANALYSIS AND DESIGN
The system request and feasibility analysis are presented to an information systems approval
committee (sometimes called a steering committee), which decides whether the project should
be undertaken.
2. Once the project is approved, it enters project management. During project management, the
project manager creates a work plan, staffs the project, and puts techniques in place to help the
project team control and direct the project through the entire SDLC. The deliverable for project
management is a project plan that describes how the project team will go about developing the
system.
ANALYSIS
The analysis phase answers the questions of who will use the system, what the system will do, and where
and when it will be used. During this phase, the project team investigates any current system(s), identifies
improvement opportunities, and develops a concept for the new system.
DESIGN
The design phase decides how the system will operate in terms of the hardware, software, and network
infrastructure that will be in place; the user interface, forms, and reports that will be used; and the specific
programs, databases, and files that will be needed. Although most of the strategic decisions about the
system are made in the development of the system concept during the analysis phase, the steps in the
design phase determine exactly how the system will operate.
The design phase has four steps:
1. The design strategy must be determined. This clarifies whether the system will be developed by
the company’s own programmers, whether its development will be outsourced to another firm
(usually a consulting firm), or whether the company will buy an existing software package.
2. This leads to the development of the basic architecture design for the system that describes the
hardware, software, and network infrastructure that will be used. In most cases, the system will
qR1st1nah 4
SYSTEM ANALYSIS AND DESIGN
add to or change the infrastructure that already exists in the organization. The interface design
specifies how the users will move through the system (e.g., by navigation methods such as menus
and on-screen buttons) and the forms and reports that the system will use.
3. The database and file specifications are developed. These define exactly what data will be stored
and where they will be stored.
4. The analyst team develops the program design, which defines the programs that need to be
written and exactly what each program will do.
This collection of deliverables (architecture design, interface design, database and file specifications, and
program design) is the system specification that is used by the programming team for implementation. At
the end of the design phase, the feasibility analysis and project plan are reexamined and revised, and
another decision is made by the project sponsor and approval committee about whether to terminate the
project or continue.
IMPLEMENTATION
The final phase in the SDLC is the implementation phase, during which the system is actually built (or
purchased, in the case of a packaged software design and installed). This is the phase that usually gets the
most attention, because for most systems it is the longest and most expensive single part of the
development process.
qR1st1nah 5