Chapter Three-2023 - 103235
Chapter Three-2023 - 103235
Chapter Three-2023 - 103235
9:32:15 AM 1 1
Management Information System
MSIT 7103
Chapter 03
Organizing Data and
Information
2
Principles and Learning Objectives
Data management and modeling are key aspects of organizing
data and information.
Define general data management concepts and terms, highlighting
the advantages of the database approach to data management.
Describe the relational database model and outline its basic
features.
4
Organizations and Information Systems
5
Technical view
From a technical view, an organization is a formal,
legal, social structure that processes resources, or
inputs, to produce outputs.
The firm is seen as infinitely malleable, with
capital and labor substituting for each other quite
easily.
6
Technical view
In the microeconomic definition of organizations,
capital and labor (the primary production factors
provided by the environment) are transformed by
the firm through the production process into
products and services (outputs to the
environment).
7
Behavioral view
A behavioral definition of an organization is that it is a
collection of rights, privileges, obligations, and
responsibilities that is balanced over time through
conflict and conflict resolution.
This definition suggests that building new information
systems or rebuilding old ones involves much more
than a technical rearrangement of machines or
workers.
Technological change requires changes in who owns
and controls information, who has the right to access
and update that information, and who makes decisions
about whom, when, and how.
8
The technical and behavioral views of organizations
complement one another.
The technical definition describes how thousands of
firms in competitive markets combine capital and
labor with information technology, whereas the
behavioral model describes how technology affects
the organization's inner workings.
9
10
Organizations and Information Systems
All modern organizations can be seen as bureaucracies which
share some essential characteristics: clear division of labor,
hierarchy, explicit rules and procedures, impartial judgments,
technical qualifications for positions, and maximum
organizational efficiency.
Additionally, all organizations develop routines and business
procedures, politics, and cultures.
Business processes are collections of routines, or standard
operating procedures (SOPs), which enable a firm's efficiency.
11
Organizations and Information Systems
All organizations are composed of individual
routines and behaviors, a collection of which make
up a business process.
A collection of business processes make up the
business firm.
New information system applications require that
individual routines and business processes change
to achieve high levels of organizational
performance.
12
13
Organizations and Information Systems
Organizational politics reflects the political struggles due to
divergent concerns and perspectives of individuals and groups
within the organization. Political resistance is one of the great
difficulties of bringing about organizational change.
Organizational culture is the set of fundamental assumptions
about what products the organization should produce, how it
should produce them, where, and for whom. Organizational
culture is a powerful unifying force that restrains political
conflict. However, technological change that threatens
commonly held cultural assumptions usually meets great
resistance.
No two organizations are identical. Organizations have different
structures, goals, constituencies, leadership styles, tasks, and
surrounding environments. Differences in these characteristics
will affect the type of information systems used by the
organization.
14
Organizations and Information Systems
Organizations have different social and physical environments,
which exert a powerful influence on the organization's structure.
Information systems help organizations respond to their
surrounding environments, from which they draw resources and
to which they supply goods and services.
Information systems are key tools for environmental scanning,
helping managers identify external changes that might require
an organizational response.
Environments shape what organizations can do, but
organizations can influence their environments and decide to
change environments altogether. Information technology plays a
critical role in helping organizations perceive environmental
change and in helping organizations act on their environment.
15
16
Data management and modeling are key
aspects of organizing data and
information.
17
Data
Data
It is necessary for almost any enterprise to carry out its business.
Consists of raw facts, and when organized may be transformed
into information.
Database
A collection of data organized to meet users’ needs.
Database management system (DBMS)
A group of programs that manipulate the database and provide an
interface between the database and the user of the database or
other application programs.
Database administrator (DBA): Skilled IS professional who
directs all activities related to an organization’s database.
19
DBMS ‘Discussion’ (2)
Requests for information from a database are made in the form of a
query, which is a formal question. For example, the query
23
The Traditional Approach
The traditional approach…
Separate files are created and stored for each application
program.
Data Files Application Users
programs
Payroll Reports
Payroll programs
Invoicing Reports
Invoicing programs
Inventory
Inventory control Reports
control programs
Management
Management inquiries Reports
inquiries programs
24
Database Approach
The database approach…
A pool of related data is shared by multiple application programs.
Rather than having separate data files, each application uses a
collection of data that is either joined or related in the database.
Payroll Reports
program
Payroll data
Inventory Inventory
data program Reports
Database
management
Invoicing system
Data Invoicing
Reports
program
Other
data Other Reports
programs
26
Advantages
Easier modification and updating: The DBMS co-ordinates
updates and modifications.
Programmers and users do not have to know where the data is
physically stored.
Data is stored modified once.
Modifications and updating is also easier because the data is
stored in only one location in most cases.
Data and program independence: The DBMS organizes the
data independently on the application program, so the
application program is not affected by the location or type of
data.
Introduction of new data type not relevant to particular
application does not require re-writing that application to
maintain compatibility with the data file.
27
Advantages
Better access to data and information : Most DBMSs have
software that make it easy to access and retrieve data from a
database.
In most cases, users give simple commands to get important
information. Relationships between records can be more easily
investigated and exploited, and applications can be more easily
combined.
Standardization of data access : All application programs use
the same overall procedures to retrieve data and information.
A framework for program development: Standardized
database access can provide a consistent framework for
program development.
In addition, each application program need address only the
DBMS, not the actual data file, reducing application development
time.
28
Advantages
Better overall protection of the data : Accessing and using
centrally located data is easier to monitor and control.
Security codes and passwords can ensure that only authorized
people have access to particular data and information in the
database. Thus ensuring privacy.
Shared data and information resources : The cost of
hardware, software, and personnel can be spread over many
applications and users.
This is a primary feature of a DBMS.
Disadvantages
Relatively high cost of purchasing and operating a DBMS
in a mainframe operating environment.
Increased cost of specialized staff.
29
Issues to be considered by the
organization while modelling Data
When building a database, an organization must consider:
Content: What data should be collected and at what cost?
31
Data Modelling
Data model
A map or diagram of
entities and their
relationships.
Enterprise data modeling
Data modeling done at
the level of the entire
organization.
Entity-relationship (ER)
diagrams
A data model that uses
basic graphical symbols
to show the organization
relationships between
data.
An Entity-Relationship (ER) Diagram for
a Customer Order Database
32
The Data Models
Methods to structure data to represent the real world
and the way data is accessed
Based on relationships among types of data items.
From ISM, the key issue to know are the data model
options we have and their specific strengths and
weaknesses:
Hierarchical model,
Network model,
Relational model
Object model
33
Hierarchical Database Model
Hierarchical database model
A data model in which data are organized in a top-down, or
inverted tree structure.
Project 1
Project 1 Project 2
Department A Department C
Department B
35
Object Data Model
Can be used to store any type of data, whether a
Traditional name or address, An entire spreadsheet, A
video clip, A voice annotation, A photograph, or A
segment of music.
Project Number Description Dept. Number Dept. Number Dept. Name Manager SSN
38
Data Dictionary
Data Dictionary
A detailed description of all data used in the database.
Data
Hierarchical extraction
databases process
Network
databases Data
cleanup
process
Flat files
Spreadsheets Data
End user access wharehouse
Query and
analysis
tools 42
Cont.
Managing record-based information
Data mining:
The automated discovery of patterns and relationships in a data
warehouse.
Data mining applications
Market segmentation ,Customer queries.
Fraud detection, Direct marketing.
44
Managing data/information resources:...
45
Managing data/information resources:...
Managing Record-
based information
(External)
Distributed Databases:
Acquisition from external
databases.
A database in which
the actual data may
be spread across
several smaller
databases connected
via
telecommunications
devices.
46
Cont.
47
Cont.
Managing document-based information (internal &
External)
Managing Content Creation and Acquisition
48
Managing data/information resources:
Knowledge:
Knowledge is information with direction or determined, where
committed is derived from strategies or objectives.
49
Cont.
Knowledge exists in two states, tacit and explicit, and
effective knowledge management requires transferring
knowledge between these two states [Nonaka’s model
of KM]
1. Tacit knowledge exists within a person’s mind
and is private and unique to each person.
2. Explicit knowledge has been expressed, codified,
and made public.
Ways to transfer knowledge back and forth between its
tacit and explicit states are generally a result of
encouraging the free flow of ideas and information,
something that organizational norms, departmental
boundaries, and national differences can inhibit. 50
A Model for Managing Knowledge
A number of KM models exist:
One proposed model of managing knowledge is circular with four
stages, which represent what people generally do with knowledge
1. Knowledge Creation and Capture
2. Knowledge Organization and Categorization
3. Knowledge Distribution and Access
4. Knowledge Absorption and Reuse
51
Managing data/information resources: knowledge
56
Information systems organizing
An IS directs an organization towards its strategic goals.
The chief information officer (CIO) is at the top of an IS organization.
CIO is the executive responsible for managing IT resources for enterprise
goals.
CIO is member of an enterprise’s executive team.
CIO is a relatively new post compared to CEO and CFO.
With the boom of the internet, CIO have become an integral component of
strategy making process.
CIOs should have strong perception about business and technology.
The scope and depth of the CIO are expanding.