ITC 244 - Lecture 1
ITC 244 - Lecture 1
COURSE INFORMATION
• Credit Hours: 3
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
Your Comments???
if($comments==“We have some comments”)
{
echo “The floor is opened for your comments!”;
echo “Please go ahead with your comment when invited!”;
else
{
echo “We start with an Introductory Lecture!”;
}
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
1
2/11/2020
What is SAD ?
• Systems Analysis: understanding and specifying in
detail what an information system should do.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
2
2/11/2020
What is a System ?
• A system is a collection of interrelated components
(subsystems) that function together to achieve some
outcome (e.g. biological system, computer system,
social system)
• A system can be regarded as a set of interacting
elements responding to inputs to produce outputs.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
Sub Systems
• Each system is composed of subsystems, which
themselves are made up of other subsystems;
the subsystems, elements of the system to which
they belong are themselves defined by
boundaries.
• The interconnections between subsystems are
known as interfaces.
• A subsystem at the lowest level, whose processes
are not defined, is called black box system; here
inputs and outputs are defined.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
3
2/11/2020
Characteristics of Systems
• Systems are made up of interrelated subsystems
(e.g. a nuclear reactor is composed of boilers,
reactor components etc.)
• Functional decomposition – dividing a system into
components based on subsystems (which are in turn
further divided into subsystems)
• System boundary – the separation between a system
and its environment (where inputs and outputs
cross)
• Automation boundary – separation between the
automated part and the manual part of systems.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
SYSTEM
processing
boundary controls
inputs
feedback outputs
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
4
2/11/2020
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
• Man-made Systems
• Automated Systems
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
5
2/11/2020
Man-made Systems
• As the name sounds, these systems are created
by man to accomplish some purpose.
– Social systems: organizations of laws, doctrines,
customs, and so on.
– An organized, disciplined collection of ideas.
– Transportation systems: networks of highways,
canals, airlines and so on.
– Communication systems: telephone, telex, and so on.
– Manufacturing systems: factories, assembly lines, and
so on.
– Financial systems: accounting, inventory, general
ledger and so on.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
6
2/11/2020
Automated Systems
• Automated systems are man-made systems that
interact with or are controlled by one or more
computers.
• Their common components include:
1. Computer hardware
2. Computer software
3. People
4. Data
5. Procedures.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
Behaviour of Systems
• Systems have certain behaviours that are worth
discussing:
• A system could therefore be described as:
– Deterministic
– Probabilistic
– Closed
– Open
– Stable
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
7
2/11/2020
Deterministic Systems
• A deterministic system is one in which the
occurrence of all events is perfectly predictable.
• Given a description of the system state at a
particular time, and its operation, at the next
state can be perfectly predicted.
• An example of such a system is a numerically-
controlled machine tool.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
Probabilistic Systems
• A probabilistic system is one in which the
occurrence of events cannot be perfectly
predicted.
• An example of such a system is a warehouse and
its contents.
• Given a description of the contents at one time,
and at the next point in time it may not be
perfectly predicted.
• The Systems Analyst deals almost entirely with
probabilistic systems.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
8
2/11/2020
Closed Systems - 1
• A closed system is one which does not interact
with its environment.
• Such systems are rare, but relatively closed
systems are common. E.g computer program
which processes predefined inputs in a
predefined way.
• A relatively closed system is one which controls
its inputs, and so is protected from
environmental disturbances.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
Closed Systems - 2
• Closed and relatively closed systems are subject
to increase in entropy or disorder, because they
do not interact with their changing environment.
• For example, a firm which is not sensitive to
customer demands will eventually decline.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
9
2/11/2020
Open Systems - 1
• An open system is one which does interact with
its environment, being able to receive
unexpected inputs.
• Open systems are organic in that by their nature
they tend to react with the environment; a
human being is an example of an open system.
• Open systems are usually adaptive.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
Open Systems - 2
• A firm which is sensitive to changes in customer
demand, and in consequence adjusts its prices,
charges its products or looks for new markets, is
being adaptive.
• The systems analyst usually deals with adaptive
open systems and must aim to change them to
make them more adaptive.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
10
2/11/2020
Stable Systems
• A Stable system is one in which relationships are
well defined but which when disturbed by
environmental factors, is capable of returning to
its desired state.
• The stability is measured in terms of certain
elements remaining within previously set limits.
• For example, a stock control systems using a
reorder level based on forecasts of demand
would immediately cause a purchase order to
be made when the stock reaches the reorder
level.
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
11
2/11/2020
12
2/11/2020
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
13
2/11/2020
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
14
2/11/2020
QUITTING TIME
QUITTING TIME
Systems Analysis and Design Lecture Slides By: Maxwell Dorgbefu Jnr. - 2020
15