Introduction To Information System2
Introduction To Information System2
UNIT 2 INTRODUCTION TO
SYSTEM ANALYSIS AND DESIGN
Systems are created to solve problems. Systems development can generally be thought of as having
two major components: Systems analysis and Systems design. System design is the process of planning
a new business system or one to replace or complement an existing system. But before this planning can
be done, we must thoroughly understand the old system and determine how computers can best be used
to make its operation more effective. System analysis, then, is the process of gathering and interpreting
facts, diagnosing problems, and using the information to recommend improvements to the system.
Objectives
It is expected that after going through this lesson, you would be able to
- Understand information system, describe its components and various types of IS.
- Explain the different phases of system development life cycle
- Understand and describe Phases of system and software Design
- Learn the steps in project planning to develop a defensible plan and logical schedule.
Design conceptual diagrams that will help in the design of an IS.
1.0 INTRODUCTION
1.1. Data Processing Cycle
1.2. Information vs Data
1.2.1. Data
1.2.2. Information
1.2.3 Classification of Information
1.3. INFORMATION SYSTEM
1.3.1. What is a System?
1.3.2 What is an Information System?
1.3.3 Components of IS
1.3.4 Importance of an IS in an organization
1.3.5 Types of Information System
1.3.6 Importance of an Information System
1.3.7 Opportunities Provided By an Information System
1.4 ORGANIZATIONAL STRUCTURE
1.4.1 What’s an organizational structure?
1.4.2 Why should you develop a structure for your organization?
1.4.3 Organizational Structure of an Information System
1.5 Revision Questions For unit 2
2.0 INTRODUCTION
The term “data processing” (or by abuse information processing) usually refers to the
manipulation off raw information (called data) to produce useful information. Information processing
cycle refers to the sequence of events which includes four principal stages: Input, processing and output
1- Input: Data input refers to the various manual and automated ways by which data enter the
computer. This stage involves collection of data from the outside or also from within the
system. The input stage can be further broken down into data acquisition, data entry and
data validation.
- Data acquisition refers to the collection of the raw data from the outside so that it can be put
into an Information system.
- Data entry is the process of putting the acquired data into the IS. Example: typing students
details into a database
- Data validation refers to the process of checking the data to ensure it is error free. It uses
routines also called validation routines or check routines, that check for correctness,
meaningfulness and security of data that are input to the system.
• format check: e.g. date has to be in the format DD/MM/YY
• Data type check: e.g. the letter ‘O’ should not be typed instead of the integer 0.
• Range check: The month should lie between 1 and 12
• Limit check: the age should not be negative
• Presence check: e.g. Any customer must have a telephone number
• Consistency check: e.g. If Title = “Mrs”, then the gender = “F”
• …
2- Processing : In this stage the computer processes the minutest details entered. It is the fact of
manipulating data to produce information.
Batch Processing: This is a method where the information to be organized is sorted into
groups to allow for efficient and sequential processing.
Online Processing: This is a method that utilizes Internet connections and equipment
directly attached to a computer. It is used mainly for information recording and research.
Real-Time Processing: This technique has the ability to respond almost immediately to
various signals in order to acquire and process information.
Distributed Processing: This method is commonly utilized by remote workstations
connected to one big central workstation or server. ATMs are good examples of this data
processing method.
3- Output: In this stage, the processed information is now transmitted to the user. Output is the
act of sending out information by a data processing system such as the computer.
4- Other stages : Other stages include:
(a) Storage: After the data has been processed, along with the output to the user, the data is also
stored.
(b) Retrieval: This is the reverse of storage
(c) Communication: This is the process of sending data or information to another places.
(d) Data verification: This is the process whereby the process is checked for accuracy and
inconsistencies after data migration. Data verification is used to prevent errors occurring when
data is copied from one medium to another. Common data verification methods include:
- Proof reading (visual check): checked for errors by looking through the data. E.g. proof-
reading a typed document
- Double keying: This is a check to see whether the data has been keyed in correctly. The data
is keyed twice, and the computer will only accept the data for processing in the two versions
are identical.
- Parity: Used to check for transmission errors over network or between memory and disk. An
extra bit is added to each binary number before it is transmitted. Even parity system makes
sure that each number has an even number of “1” bits. After transmission each number is
checked to see if it still has an even number of “1” bits. If not, then the computer will conclude
that the corruption of data has occurred.
(e) Archiving: Archiving means taking the data off the main storage (e.g. hard drive) and
storing it offline (not immediately available) usually on tape in the way it will not take up
important hard disk space.
(f) Deleting: This is the process of erasing or wiping our recorder data (usually from a recorded
unit).
2.2.1. Data
Data is raw, unorganized facts that need to be processed in order to make it meaningful. Data can
be something simple and seemingly random and useless until it is organized. Data does not have any
specific purpose. Example of data include : Yaounde, Nigeria, Washington, Cameroon, Lagos, USA
2.2.2. Information
Information is data that has been organized, processed, interpreted and presented to be meaningful
and useful. An example of information is :
Cameroon: Yaoundé
Nigeria: Lagos
USA, Washington
The diagram below demonstrates the relationship between data and information.
2.2.3 Classification of Information
Information classification is a process in which organisations assess the data that they hold and
the level of protection it should be given.
Organisations usually classify information in terms of confidentiality – i.e. who is granted access to see it.
A typical system will include four levels of confidentiality:
We can define a System as a combination of resources or functional units working together to accomplish
a given task.
b) Characteristics of a system
Systems also exhibit certain features and characteristics, some of which are:
→ Objective: Every system has a predefined goal or objective towards which it works. A system
cannot exist without a defined objective.
→ Standards: It is the acceptable level of performance for any system. Systems should be
designed to meet standards.
→ Environment: Every system whether it is natural or man-made co-exists with an environment.
It is very important for a system to adapt itself to its environment.
→ Feedback: Feedback is an important element of systems. The output of a system needs to be
observed and feedback from the output taken so as to improve the system and make it achieve
the laid standards.
→ Boundaries and interfaces: Every system has defined boundaries within which it operates.
Beyond these limits the system has to interact with the other systems.
c) Types of Systems
→ Manual Systems: These are systems that are basically mechanical in nature and do not require
or use any automation. Such systems existed predominantly in the past and were not very
reliable or fast.
→ Information Systems: (IS) Any system that makes use of automation and especially harnessed
by people, procedures, software, hardware and digital data is called an information system (IS).
2. 3.2 What is an Information System?
2. 3.3. Components of IS
The 5 components that must come together in order to produce a Computer-Based Information system
are:
Hardware: The term hardware refers to machinery. This category includes the computer itself,
which is often referred to as the central processing unit (CPU), and all of its support
equipments.
Software: The term software refers to computer programs and the manuals (if any) that support
them.
Data: Data are facts that are used by programs to produce useful information.
Procedures: Procedures are the policies that govern the operation of a computer system.
"Procedures are to people what software is to hardware" is a common analogy that is used to
illustrate the role of procedures in a CBIS.
People: Often the most over-looked element of the CBIS are the people, probably the
component that most influence the success or failure of information systems.
2. 3. 4. Importance of an IS in an organization
To gain the maximum benefits from your company's information system, you have to exploit all its
capacities. Importance of IS within an organisation are numerous:
Records: Your Company needs records of its activities for financial and regulatory purposes as
well as for finding the causes of problems and taking corrective action.
Information systems differ in their business needs. Also depending upon different levels in organization
information systems differ. Three major information systems are:
1. Transaction processing
2. Management information system
3. Decision support system
4. Executive Information System
Information system has the following advantages to any organization or system: a) IS help an
organization in decision making
b) They help to improve performance
c) Efficient in business communication
d) They help in record taking in an organization
e) Problem identification is easier with an IS in an organization.
Various career opportunities exist in the field of Information Systems. Thus, students can find an
area that interests them and pursue it further. Although career opportunities are numerous, each one
requires that a graduate possesses the following basic skills:
• Analytical skills
• Interpersonal skills
• Presentation skills
• Problem identification skills
• Report writing skills
• Self-development skills
• Time management skills
An organizational structure defines how activities such as task allocation, coordination and
supervision are directed towards the achievement of organizational aims. It can also be considered as the
viewing glass or perspective through which individuals see their organization and its
environment. Organizational structure determines how the roles, power and
responsibilities are assigned, controlled, and coordinated, and how information flows between The
different levels of management. A structure depends on the
organization's objectives and strategy.
In a centralized structure, the top layer of management has most of the decision making power
and has tight control over departments and divisions.
In a decentralized structure, the decision making power is distributed and the departments and
divisions may have different degrees of independence.
Structure gives members clear guidelines for how to proceed. A clearlyestablished structure
gives the group a means to maintain order and resolve disagreements.
Structure binds members together. It gives meaning and identity to the people who join the
group, as well as to the group itself.
Structure in any organization is inevitable -- an organization, by definition, implies a
structure.