Intro To System Analysis Design Notes
Intro To System Analysis Design Notes
1
INTRODUCTION TO SYSTEM
ANALYSIS AND DESIGN
1.1 INTRODUCTION
Systems are created to solve problems. One can think of the sys-tems
approach as an organized way of dealing with a problem. In this dynamic
world, the subject System Analysis and Design (SAD), mainly deals with
the software development activities.
1.2 OBJECTIVES
After going through this lesson, you should be able to
l define a system
l explain the different phases of system development life cycle
l enumerate the components of system analysis
l explain the components of system designing
1.3 DEFINING A SYSTEM
Input Output
Processing
2 :: Computer Applications
In a system the different components are connected with each other and
they are interdependent. For example, human body represents a complete
natural system. We are also bound by many national systems such as
political system, economic system, educational sys-tem and so forth. The
objective of the system demands that some output is produced as a result
of processing the suitable inputs. A well-designed system also includes an
additional element referred to as ‘control’ that provides a feedback to
achieve desired objectives of the system.
The different phases of system development life cycle is shown in Fig. 1.2
below.
System Study
INTEXT QUESTIONS
Let us now describe the different phases and related activities of system
development life cycle.
(a) Preliminary System Study
4 :: Computer Applications
next phase is to examine the feasibility of the system. The feasibility study
is basically the test of the proposed system in the light of its workability,
meeting user’s requirements, effective use of resources and of course, the
cost effectiveness. These are categorized as tech-nical, operational,
economic and schedule feasibility. The main goal of feasibility study is not
to solve the problem but to achieve the scope. In the process of feasibility
study, the cost and benefits are estimated with greater accuracy to find the
Return on Investment (ROI). This also defines the resources needed to
complete the de-tailed investigation. The result is a feasibility report
submitted to the management. This may be accepted or accepted with
modifica-tions or rejected. The system cycle proceeds only if the manage-
ment accepts it.
All the data and the findings must be documented in the form of detailed
data flow diagrams (DFDs), data dictionary, logical data struc-tures and
miniature specification. The main points to be discussed in this stage are:
l List of attributes of the entities – these are the data items which need
to be held about each entity (record)
The major objectives of systems analysis are to find answers for each
business process: What is being done, How is it being done, Who is doing
it, When is he doing it, Why is it being done and How can it be improved?
It is more of a thinking process and involves the creative skills of the
System Analyst. It attempts to give birth to a new effi-cient system that
satisfies the current needs of the user and has scope for future growth
within the organizational constraints. The result of this process is a logical
system design. Systems analysis is an iterative process that continues
until a preferred and acceptable solution emerges.
Based on the user requirements and the detailed analysis of the existing
system, the new system must be designed. This is the phase of system
designing. It is the most crucial phase in the develop-ments of a system.
The logical system design arrived at as a result of systems analysis is
converted into physical system design. Normally, the design proceeds in
two stages:
l Preliminary or General Design
l Structured or Detailed Design
6 :: Computer Applications
There are several tools and techniques used for describing the sys-tem
design of the system. These tools and techniques are:
l Flowchart
l Data flow diagram (DFD)
l Data dictionary
l Structured English
l Decision table
l Decision tree
Each of the above tools for designing will be discussed in detailed in the
next lesson.
The system design involves:
i. Defining precisely the required system output
ii. Determining the data requirement for producing the output
iii. Determining the medium and format of files and databases
It is generally felt that the programs must be modular in nature. This helps
in fast development, maintenance and future changes, if required.
(g) Testing
Before actually implementing the new system into operation, a test run of
the system is done for removing the bugs, if any. It is an important phase
of a successful system. After codifying the whole programs of the system,
a test plan should be developed and run on a given set of test data. The
output of the test run should match the expected results. Sometimes,
system testing is considered a part of implementation process.
Using the test data following test run are carried out:
l Program test
l System test
Program test: When the programs have been coded, compiled and
brought to working conditions, they must be individually tested with the
prepared test data. Any undesirable happening must be noted and
debugged (error corrections)
System Test: After carrying out the program test for each of the programs
of the system and errors removed, then system test is done. At this stage
the test is done on actual data. The complete system is executed on the
actual data. At each stage of the execu-tion, the results or output of the
system is analysed. During the result analysis, it may be found that the
outputs are not matching the expected output of the system. In such case,
the errors in the particular programs are identified and are fixed and
further tested for the expected output.
When it is ensured that the system is running error-free, the users are
called with their own actual data so that the system could be shown
running as per their requirements.
(h) Implementation
After having the user acceptance of the new system developed, the
8 :: Computer Applications
The hardware and the relevant software required for running the system
must be made fully operational before implementation. The conversion is
also one of the most critical and expensive activities in the system
development life cycle. The data from the old system needs to be
converted to operate in the new format of the new system. The database
needs to be setup with security and recovery procedures fully defined.
During this phase, all the programs of the system are loaded onto the
user’s computer. After loading the system, training of the user starts. Main
topics of such type of training are:
l How to execute the package
l How to enter the data
l How to process the data (processing details)
l How to take out the reports
After the users are trained about the computerized system, working has to
shift from manual to computerized working. The process is called
‘Changeover’. The following strategies are followed for changeover of the
system.
(ii) Parallel run: In parallel run both the systems, i.e., computerized and
manual, are executed simultaneously for certain defined period. The
same data is processed by both the systems. This strategy is less
risky but more expensive because of the following:
(iii) Pilot run: In this type of run, the new system is run with the data from
one or more of the previous periods for the whole or part of the
system. The results are compared with the old system results. It is
less expensive and risky than parallel run approach. This strategy
builds the confidence and the errors are traced easily without
affecting the operations.
(i) Maintenance
10 :: Computer Applications
INTEXT QUESTIONS
1. (A) True (b) False (c) True (d) False (e) False
2. (a) first (b) detailed (c) logical data structure
(d) structure design (e) pilot (f) manual