What Is System: Definition of A System and Its Parts
What Is System: Definition of A System and Its Parts
What Is System: Definition of A System and Its Parts
The key term used most frequently. Understanding systems and how
they work is critical to understanding systems analysis and design.
Elements of a System:
1. Decomposition
2. Modularity
3. Coupling
4. Cohesion
Decomposition
is the process of breaking down a system into its smaller components.
These components may themselves be systems (subsystems) and can be
broken down into their components as well. Decomposing a system also
allows us to focus on one particular part of a system, making it easier to
think of how to modify that one part independently of the entire system.
Decomposition is a technique that allows the systems analyst to:
Modularity
is a direct result of decomposition. It refers to dividing a system into
chunks or modules of a relatively uniform size. Modules can represent a
system simply, making it easier to understand and easier to redesign and
rebuild. For example, each of the separate subsystem modules for the
MP3 player shows how decomposition makes it easier to understand the
overall system.
Coupling
means that subsystems are dependent on each other. Subsystems
should be as independent as possible. If one subsystem fails and other
subsystems are highly dependent on it, the others will either fail
themselves or have problems functioning. components of a portable MP3
player are tightly coupled. The best example is the control system, made
up of the printed circuit board and its chips. Every function the MP3
player can perform is enabled by the board and the chips. A failure in
one part of the circuit board would typically lead to replacing the entire
board rather than attempting to isolate the problem on the board and fix
it. Even though repairing a circuit board in an MP3 player is certainly
possible, it is typically not cost-effective; the cost of the labor expended
to diagnose and fix the problem may be worth more than the value of
the circuit board itself. In a home stereo system, the components are
loosely coupled because the subsystems, such as the speakers, the
amplifier, the receiver, and the CD player, are all physically separate and
function independently. If the amplifier in a home stereo system fails,
only the amplifier needs to be repaired.
Cohesion
is the extent to which a subsystem performs a single function. In the
MP3 player example, supplying power is a single function. This brief
discussion of systems should better prepare you to think about
computer-based information systems and how they are built. Many of the
same principles that apply to systems in general apply to information
systems as well. In the next section, we review how the information
systems development process and the tools that have supported it have
changed over the decades.