CIS 270 (Analysis and Design) System Implementation Assignment: 13 Winter-2020 Semester
CIS 270 (Analysis and Design) System Implementation Assignment: 13 Winter-2020 Semester
Winter-2020 Semester
CIS 270 (Analysis and Design)
System Implementation
Assignment: 13
Submitted to:
Prof. Siddhartha Shyam Vyas
Submitted by:
Gurkirpal Singh (300167280)
BCIS, 2
Table of contents
Certificate of originality……………………………………….……………………………………..i
Acknowledgement………………………………………………….……………...………………..ii
Introduction……………………………………….……………………………………………….....1
Summary………………………………………………………………………………………….......7
References
25-03-2020 Assignment 13
CERTIFICATE OF ORIGINALITY
(i)
25-03-2020 Assignment 13
ACKNOWLEDGEMENT
I want to express our profound gratefulness to our Prof. Siddhartha Shyam Vyas,
Ph.D. for giving me a good guideline for assignment throughout numerous
consultations. I am very grateful to my teacher who helped me a lot in class to
understand the basic information of analysis and design. He gave me many
necessary details about the chapter and he explained me the procedure to
accomplish the respective work. Therefore, I would like to thanks a lot to my
teacher.
(ii)
25-03-2020 Assignment 13
INTRODUCTION
Implementation is expensive because so many people are involved in the process; it is
time consuming because of all the work that has to be completed. In a traditional plan-
driven systems development project, physical design specifications must be turned into
working computer code, and the code must be tested until most of the errors have been
detected and corrected. Implementing a new information system into an organizational
context is not a mechanical process. The organizational context has been shaped and
reshaped by the people who work in the organization.
SYSTEM IMPLEMENTATION
System implementation is made up of many activities. The six major activities we are
concerned with in this chapter are coding, testing, installation, documentation, training,
and support.
Coding: the process whereby the physical design specifications created by the analysis
team are turned into working computer code by the programming team. Planning
involves determining what needs to be tested and collecting test data. Installation is the
process during which the current system is replaced by the new system. This includes
conversion of existing data, software, documentation, and work procedures to those
consistent with the new system.
1|CIS 270
Assignment 11
3. Installation
a. User guides
b. User training plan
c. Installation and conversion plan
i. Software and hardware installation
schedule
ii. Data conversion plan
iii. Site and facility remodeling plan
The Deliverables for Documenting the System, Training, and Supporting Users:
1. Documentation
a. System documentation
b. User documentation
2. User Training Plan
a. Classes
b. Tutorials
3. User Training Modules
a. Training materials
b. Computer-based training aids
4. User Support Plan
a. Help desk
b. Online help
c. Bulletin boards and other support mechanisms
SOFTWARE APPLICATION TESTING
Seven different types of tests. Software application testing is an umbrella term that
covers several types of tests. It organizes the types of tests according to whether they
employ static or dynamic techniques and whether the test is automated or manual.
Static testing Dynamic testing Automated testing Manual testing
code being tested is involves execution of computer conducts people
not executed the code the test complete the
test
2|CIS 270
Assignment 11
3|CIS 270
Assignment 11
• Security testing—verifies that protection mechanisms built into the system will
protect it from improper penetration.
• Stress testing—tries to break the system
• Performance testing—determines how the system performs in the range of
possible environments in which it may be used.
INSTALLATION
The organizational process of changing over from the current information system to a
new one.
Direct Installation
It is changing over from the old information system to a new one by turning off the old
system when the new one is turned on.
Parallel installation
Running the old information system and the new one at the same time until
management decides the old system can be turned off.
Single-location installation
Trying out a new information system at one site and using the experience to decide if
and how the new system should be deployed throughout the organization.
Phased Installation
Changing from the old information system to the new one incrementally, starting with
one or a few functional components and then gradually extending the installation to
cover the whole new system.
Planning Installation
Each installation strategy involves converting not only software, but also data and
(potentially) hardware, documentation, work methods, job descriptions, offices and other
facilities, training materials, business forms, and other aspects of the system.
4|CIS 270
Assignment 11
5|CIS 270
Assignment 11
PROJECT CLOSEDOWN
The first task involves from dealing with project personnel to planning a celebration of
the project’s ending.
The second task is to conduct post-project reviews with both your management and
your customers.
The third major task in project closedown is closing out the customer contract.
SUMMARY
The different types of testing: (1) code inspections, in which the code is examined for
wellknown errors; (2) walkthroughs, when a group manually examines what the code is
supposed to do; (3) desk checking, when an individual mentally executes the computer
instructions; (4) syntax checking, typically done by a compiler; (5) unit or module testing;
(6) integration testing, in which modules are combined and tested together until the
entire program has been tested as a whole; and (7) system testing, in which programs
are
6|CIS 270
Assignment 11
combined to be tested as a system and where the system’s meeting of its objectives is
examined. The four types of installation: (1) direct, when the old system is shut off just
as the new one is turned on; (2) parallel, when both old and new systems are run
together until it is clear the new system is ready to be used exclusively; (3) single-
location, when one site is selected to test the new system; and (4) phased, when the
system is installed bit by bit. The two types of documentation: (1) system
documentation, which describes in detail the design of a system and its specifications;
and (2) user documentation, which describes a system and how to use it for the
system’s users. Computer training has typically been provided in classes and tutorials.
A help desk provides aid to users in a department or for a particular system. The first
step in a successful implementation effort may be realizing just that fact. In many ways,
the implementation of an Internet-based system is no different. Just as much careful
attention, if not more, must be paid to the details of an Internet implementation as to a
traditional system. Successful implementation for an Internet-based system is not an
accident either. (The systems development environment, 2014)
7|CIS 270
Assignment 11
REFERENCES
❖ Chand, K. (2016). tedwi.com. Retrieved from Techniques: https://bit.ly/2TTroCZ Access Date: 17-
03-2020
❖ The systems development environment. (2014). In J. F. Valacich, Modern Systems Analysis And
Design.
7|CIS 270