Information Processing and Management
Information Processing and Management
June, 2024
Maichew, Tigrai
Course Contents
(I)Data Processing
•The whole objective of data processing is "getting the right
information to the right person at the right time".
•This processing involves the selection and combination of
facts from the store of data in order to convey a meaningful
message to someone.
• Three criteria of data processing:
• accuracy,
• timeliness and
• meaningfulness
• Information Processing involves information
acquisition, organization, integration, utilization,
and evaluation from the different sources for
gaining and using information.
• Knowledge Processing includes knowledge
creation, knowledge sharing and knowledge
application. This includes databases, documents,
expertise and experience of employees.
Types of Information in Terms of Management
Hierarchy
• Operational
• Tactical
• Strategic
Business Systems
• A system can be described simply as a set of
elements joined together for a common objective.
• A system is a collection of people, machines, and
methods organized to accomplish a set of specific
tasks.
• A system is defined as a number of components,
entities that form a whole. These entities interact
in such a way as to achieve a goal.
• It is a set of objects that are relevant and may
not be described in terms of their attributes or
component parts.
Classification of Management Information
System
1. Transaction Processing Systems (TPS)- cards,
inventory adjustments slip, insurance
applications etc
2. Knowledge Work Systems (KWS) and Office
Automation Systems (OAS)- professionalism
3. Management Reporting Systems- reporting on
the past and present, and, they generally report
on internal operation.
4. Decision Support System (DSS)- designed to
accommodate individual and group decision-
makers. provide managers with opportunities to
evaluate alternatives related to a given problem
or task
5. Executive information systems (EIS)
• Focus on accessibility
• Senior executives need access to internal and
external information.
6. Expert Systems
• Computer programs designed to operate within a
narrow problem domain and to capture and present to
the user expert knowledge.
Chapter 3
Information technologies
Introduction
• What basic knowledge should you possess about
information technology?
• Computer Hardware
• Computer Software
• Data Resource Management
• Telecommunications and Networks
Computer Hardware and peripherals
• All computers are systems of input, processing,
output, storage, and control components.
• A computer is a system of hardware devices
organized according to the following system
functions:
Input.
• The input devices of a computer system include
computer keyboards, touch screens, pens, electronic
mice, and optical scanners.
• They convert data into electronic form for direct entry
or through a telecommunications network into a
computer system.
• Processing-
• the central processing unit (CPU) is the main processing
component of a computer system.
• CPU can be subdivided into two major subunits: the
arithmetic-logic unit and the control unit. The electronic
circuits (known as registers of the arithmetic-logic unit
perform the arithmetic and logic functions required to
execute software instructions.
• Output-
• The output devices of a computer system include video
display units, printers, and audio response units.
• They convert electronic information produced by the
computer system into human-intelligible form for
presentation to end users.
• Storage-
• The storage function of a computer system takes
place in the storage circuits of the computer’s
primary storage unit, or memory, supported by
secondary storage devices such as magnetic disk
and optical disk drives.
• Control-
• The control unit of a CPU is the control
component of a computer system. Its registers
and other circuits interpret software instructions
and transmit directions that control the activities
of the other components of the computer
system.
The computer system concept. A computer is a system of
hardware components and functions.
Input technologies
• Pointing devices
• Electronic mouse
• Touch screens
• Pen based computing
• Speech recognition system- may be the future of data
entry and certainly promises to be the easiest method
for word processing, application navigation, and
conversational computing because speech is the
easiest, most natural means of human communication.
Speech input has now become technologically and
economically feasible for a variety of applications.
• Optical scanning- devices read text or graphics and
convert them into digital input for your computer.
Computer software
• Software- is the general term for various kinds of
programs used to operate and manipulate
computers and their peripheral devices.
• One common way of describing hardware and
software is to say that software can be thought of
as the variable part of a computer and hardware
as the invariable part.
• There are many types and categories of
software.
Types of software
Business application software
• Thousands of function-specific application
software packages are available to support
specific applications of end users in
business and other fields.
• For example, business application software supports
the reengineering and automation of business
processes With strategic e-business applications like
customer relationship management, enterprise
resource planning, and supply chain management.
• Other examples are software packages that Web-
enable electronic commerce applications or apply to
the functional areas of business like human resource
management and accounting and finance.
• Still other software empowers managers and business
professionals with decision support tools like data
mining, enterprise information portals, or knowledge
management systems.
Data Resource Management
• In all information systems, data resources must
be organized and structured in some logical
manner so that they can be accessed easily,
processed efficiently, retrieved quickly, and
managed effectively.
Fundamental concepts of data
• A conceptual framework of several levels of data
has been devised that differentiates among
different groupings, or elements, of data. Thus,
data may be logically organized into characters,
fields, records, files, and databases , just as
writing can be organized into letters, words,
sentences, paragraphs, and documents.
Character
• The most basic logical data element is the
character , which consists of a single alphabetic,
numeric, or other symbol.
• From a user’s point of view (i.e., from a logical
as opposed to a physical or hardware view of
data), a character is the most basic element of
data that can be observed and manipulated.
Field
• The next higher level of data is the field, or data item.
• A field consists of a grouping of related characters.
• For example, the grouping of alphabetic characters in a
person’s name may form a name field (or typically, last
name, first name, and middle initial fields), and the grouping
of numbers in a sales amount forms a sales amount field.
• Specifically, a data field represents an attribute (a
characteristic or quality) of some entity (object, person,
place, or event).
• For example, an employee’s salary is an attribute that is a
typical data field used to describe an entity who is an
employee of a business.
• Generally speaking, fields are organized such that they
represent some logical order, for example, first name, last
name, address, city, state, and zip code.
Record
• All of the fields used to describe the attributes of
an entity are grouped to form a record.
• Thus, a record represents a collection of
attributes that describe a single instance of an
entity.
• An example is a person’s payroll record, which
consists of data fields describing attributes such
as the person’s name, Social Security number,
and rate of pay.
• Each record in an employee file describes one
specific employee.
• Normally, the first field in a record is used to store
some type of unique identifier for the record. This
unique identifier is called the primary key.
• The value of a primary key can be anything that will
serve to uniquely identify one instance of an entity, and
distinguish it from another.
• For example, if we wanted to uniquely identify a single
student from a group of related students, we could use
a student ID number as a primary key.
• As long as no one shared the same student ID number,
we would always be able to identify the record of that
student. If no specific data can be found to serve as a
primary key for a record, the database designer can
simply assign a record a unique sequential number so
that no two records will ever have the same primary key.
File
• A group of related records is a data file
(sometimes referred to as a table or flat file ).
When it is independent of any other files related
to it, a single table may be referred to as a flat
file.
• Flat file refers to any database that exists in a
single file in the form of rows and columns, with
no relationships or links between records and
fields except the table structure.
• Regardless of the name used, any grouping of
related records in tabular (row-and-column form)
is called a file.
• Files are also classified by their permanence,
for example, a payroll master file versus a
payroll weekly transaction file.
• A transaction file, therefore, would contain
records of all transactions occurring during a
period and might be used periodically to update
the permanent records contained in a master
file.
• A history file is an obsolete transaction or
master file retained for backup purposes or for
long-term historical storage, called archival
storage.
Database
• A database is an integrated collection of logically
related data elements.
• A database consolidates records previously stored
in separate files into a common pool of data
elements that provides data for many applications.
• The data stored in a database are independent of
the application programs using them and of the
type of storage devices on which they are stored.
• Thus, databases contain data elements describing
entities and relationships among entities.
• Examples of these logical data elements
Database structure
• The relationships among the many individual
data elements stored in databases are based on
one of several logical data structures, or models.
• Database management system (DBMS) packages
are designed to use a specific data structure to
provide end users with quick, easy access to
information stored in databases.
• Five fundamental database structures are the
hierarchical, network, relational, object-oriented,
and multidimensional models.
Example
Types of Databases
Whenever you use a
search engine like Google
or Yahoo to look up
something on the
Internet, you are using an
external database.
Sub-sets of the data from
the data warehouse that
focuses on aspects of a
company, such as a
department or a business
process.
Telecommunications and networks
• By definition, the term network means an
interconnected or interrelated chain, group, or
system.
• Using this definition, we can begin to identify all
kinds of networks: a chain of hotels, the road
system, the names in a person’s address book or
PDA, the railroad system, the members of a church,
club, or organization.
• Telecommunications- is the exchange of
information in any form (voice, data, text, images,
audio, video) over networks.
• The internet is the most widely visible form of
telecommunications in our daily lives.
Popular uses of the Internet
Examples of how a company can use the internet for
business
CHAPTER FOUR