CSC 225 System Design And Analysis
CSC 225 System Design And Analysis
ISEYIN
ON
LECTURER: ADEBAYO
DEFINING A SYSTEM
A collection of components that work together to realize some
objectives forms a system. Basically there are three major
components in every system, namely input, processing and output.
SYSTEM ANALYSIS
Basically, it is a procedure of obtaining and analyzing information,
specifying the hardships, and decomposition of a system into its
elements. If you are thinking about why system analysis is
conducted, then here is the answer.
It is conducted to survey a system or you can say its portions to
specify its goals. It is a problem-solving method that expands the
system and guarantees that all the segments of the system work
proficiently to achieve their motivation and analysis indicates what
the system ought to do.
SYSTEM DESIGN
It is a cycle of arranging another business system or supplanting a
current system by characterizing its segments or modules to fulfil
the particular necessities.
1. SAVE MONEY
Analyzing the plans to be undertaken by any business is very
important. However, there can indeed be no 'perfect path'. Still,
when the steps to be taken are properly analyzed before
implementation, it can prove to be of great benefit.
Firstly, there are certain places where the cost will be reduced. Also,
it will minimize the chances of fatal errors and prevent the downfall
of the business. Last but not the least, the correct path also reduces
the scope for future errors.
2. EFFECTIVE SKILL USE
Another important aspect of system analysis is that it is not very
difficult to learn. This means that it does not require any degree or
professional skills. It can be easily taught.
Thus, employers can teach system analysis to employees by using
diagrams, which makes it less time consuming and also cost-
efficient.
3. IMPROVES PRODUCTIVITY
System analysis ensures that a product is made properly and
delivered timely. This may seem to be a small detail, but it plays a
vital role in the field of business. When the system of making a
product is analyzed properly, it will greatly reduce the scope for
errors.
(F) CODING
The system design needs to be implemented to make it a workable
system. This demands the coding of design into computer
understandable language, i.e., programming language. This is also
called the programming phase in which the programmer converts
the program specifications into computer instructions, which we
refer to as programs. It is an important stage where the defined
procedures are transformed into control specifications by the help of
a computer language. The programs coordinate the data
movements and control the entire process in a system.
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:
1. Program test
2. 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
execution, 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
implementation phase begins. Implementation is the stage of a
project during which theory is turned into practice.
The major steps involved in this phase are:
1. Acquisition and Installation of Hardware and Software
2. Conversion
3. User Training
4. Documentation
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:
1. How to execute the package
2. How to enter the data
3. How to process the data (processing details)
4. 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.
1. Direct Changeover: This is the complete replacement of the
old system by the new system. It is a risky approach and requires
comprehensive system testing and training.
2. 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:
Manual results can be compared with the results of the
computerized system.
a. The operational work is doubled.
b. Failure of the computerized system at the early stage does not
affect the working of the organization, because the manual
system continues to work, as it used to do.
3. 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.
The documentation of the system is also one of the most important
activity in the system development life cycle. This ensures the
continuity of the system.
(I) MAINTENANCE
Maintenance is necessary to eliminate errors in the system during
its working life and to tune the system to any variations in its
working environments. It has been seen that there are always some
errors found in the systems that must be noted and corrected. It
also means the review of the system from time to time.
The review of the system is done for:
1. Knowing the full capabilities of the system
2. Knowing the required changes or the additional requirements
3. Studying the performance.
If a major change to a system is needed, a new project may have to
be set up to carry out the change. The new project will then proceed
through all the above life cycle phases.