Chap1 Systems
Chap1 Systems
Design and
Implementation
BCA-16-303
Recommended Text Book
System Analysis and Design
E. M. Awad, Galgotia Publications.
Course Objective
To provide you with various aspects of Systems to
be developed,
To introduce you to the pre-requisites of software
development and associated paradigms
To describe the systems development life cycle
(SDLC)
To teach you effective methods for gathering
essential information during system analysis
To teach you effective methods for designing
systems to solve problems effectively
Finally Implementation, testing and software
maintenance
Chapter 1
Systems Concept
What is a System?
Characteristics of System
to
achieve a specificand
A set of components objective.
relationships among those are
viewed as a WHOLE and is designed to achieve an
objective.
Systems
Can Be Composed of Subsystems
System
Poor performance
Poor reliability
Lack of usability
Example difficulties
– Not to schedule
– Not to budget
– Runaway = 100% over-budget or schedule
Physical or Abstract
Physical are tangible entities. We can touch & feel them.
Physical System may be static or dynamic in nature. For
example, desks and chairs are the physical parts of
computer center which are static. A programmed
computer is a dynamic system in which programs, data,
and applications can change according to the user's needs.
Abstract systems are non-physical entities or conceptual
that may be formulas, representation or model of a real
system.
Types of Systems (Contd. 1)
Open or Closed
An open system must interact with its environment. It
receives inputs from and delivers outputs to the outside
of the system. For example, an information system
which must adapt to the changing environmental
conditions.
A closed system does not interact with its environment.
It is isolated from environmental influences. A
Deterministic
completely or Probabilistic
closed system System
is rare in reality.
Deterministic system operates in a predictable manner
and the interaction between system components is
known with certainty. For example, two molecules of
hydrogen and one molecule of oxygen make water.
A Probabilistic shows uncertain behavior. The exact
output is not known. E.G. Weather forecasting, mail
Types of Systems (Contd. 2)
Man-made Information Systems
It may be viewed as a set of devices, procedures
and operating systems designed around USER-
BASED CRITERIA to produce information and
communicate it to the USER for planning, control
and performance.
In fact, information system may be viewed as a
decision centre for PERSONNEL at all levels.
It includes hardware, software, communication,
data, and application for producing information
according to the need of an organization.
These systems are divided into three types-
Formal Information System, Informal Information
System, Computer Based System (MIS, DSS)
Types of Systems (Contd. 3)
Adaptive and Non Adaptive System
Adaptive System responds to the change in the
environment in a way to improve their performance
and to survive. For example, human beings,
animals.
Non Adaptive System is the system which does not
respond to the environment. For example,
Permanent or Temporary System
machines.
Permanent System persists for long time. For
example, business policies.
Temporary System is made for specified time and
after that they are demolished. E.g. A Data
Processing system is set up for a specialized task
and it is dissembled after the task is over.
Introduction to System Analysis
And Design
System Analysis is a process of collecting
factual data, understanding the process
involved, identifying problems and
recommending feasible suggestion for
improving the system functioning.
System Design: Based on the user
requirements and the detailed analysis of the
existing sys, new system must be designed.
Chapter -1
The End