University of Calicut Master of Business Administration BUS 2C 15 Management Information Systems
University of Calicut Master of Business Administration BUS 2C 15 Management Information Systems
MODULE 3
Prepared By:
Mohammed Jasir PV
Asst. Professor
Module 3 - Syllabus
Information systems:
• Transaction Processing Systems
• Office Automation Systems
• Information Reporting Systems
• Decision Support Systems
• Executive Support Systems
• Expert systems
• Enterprise Resource Planning Systems
Expanding Roles of IS
Scheduled reports
Produced periodically, or on a schedule (daily, weekly, monthly)
Key-indicator report
Summarizes the previous day’s critical activities
Typically available at the beginning of each day
Demand report
Gives certain information at a manager’s request
Exception report
Automatically produced when a situation is unusual or requires management
action
Drill Down reports
Provide detailed data about a situation
Role of Information in Decision Making
Information
Systems
Operations Management
Support System Support System
Process Office
Executive
TPS control automatio MIS DSS
IS
systems n systems
Module 3 - Syllabus
Information systems:
• Transaction Processing Systems
• Office Automation Systems
• Information Reporting Systems
• Decision Support Systems
• Executive Support Systems
• Expert systems
• Enterprise Resource Planning Systems
TRANSACTION PROCESSING SYSTEM
Definition - Transaction Processing System
Online Payment
Airline seat reservation system
• In order to qualify as a TPS, transactions made by the system must pass the ACID test.
• Atomicity - A transaction’s changes to the state are atomic: either all happen or none
happen. These changes include database changes, messages, and actions on
transducers.
• Consistency - TPS systems exist within a set of operating rules (or integrity
constraints). The actions taken as a group do not violate any of the integrity
constraints associated with the state.
• Isolation - Even though transactions execute concurrently, it appears to each
transaction T, that others executed either before T or after T, but not both.
• Durability - Once a transaction completes successfully (commits), its changes to the
state survive failures.
Objectives of TPS
2. Real-time processing
• Under real-time processing, every single
transaction is processed with immediate effect
• There is no time delay in the real-time
processing system
Primary Components of TPS
• Performance
• Rapid Processing : customers can’t wait for TPS to respond
• Reliability: Breakdown will disrupt or stop business
• E.g. Banking, Financial, Stocks, Airline reservations
• Data Integrity
• TPS is primarily concerned with data integrity
• Efficiency
• Paperless Transactions
• Reduce manual data entry (errors)
• Speed up transaction process
• Elimination of redundant steps
Disadvantages of TPS
• Processing inefficiency
• Data repetition
• Temporal integrity (unity, wholeness) problems
• Lack of information coherence (sticking together)
Module 3 - Syllabus
Information systems:
• Transaction Processing Systems
• Office Automation Systems
• Information Reporting Systems
• Decision Support Systems
• Executive Support Systems
• Expert systems
• Enterprise Resource Planning Systems
OFFICE AUTOMATION SYSTEM
Office Automation Systems
• Ease of use
• Safety & Security
• Operation of highly repetitive tasks
• Faster decision making
• Better quality control
• Increased productivity
• Greater precision
Disadvantages of OAS
Information systems:
• Transaction Processing Systems
• Office Automation Systems
• Decision Support Systems
• Information Reporting Systems
• Executive Support Systems
• Expert systems
• Enterprise Resource Planning Systems
DECISION SUPPORT SYSTEM
Decision Support System (DSS)
Data Model
Management Management
Other
Knowledge Systems
Management
User Interface
User
Conceptual Model of a DSS
[Figure 10.9]
DSS Components
• Medical Diagnosis
• Business & Management
• Agricultural Production
• Forest Management
• Allocating resources
• Preparing budgets
• Observation of results
• Evaluation of result
• Modification of activities and resources
Characteristics of DSS
• Data collection from multiple sources (sales data, inventory data, supplier
data, market research data. etc.)
• Data formatting and collation
• A suitable database location and format built for decision support -based
reporting and analysis
• Robust tools and applications to report, monitor, and analyze the data
DSS Tools
1. Financial models - Provide cash flow, internal rate of return, and other
investment analysis
2. Statistical analysis models - Provide summary statistics, trend
projections, and hypothesis testing
3. Graphical modeling programs - Assist decision makers in designing,
developing, and using graphic displays of data and information
4. Project management models –
• Handle and coordinate large projects
• Help users discover critical activities and tasks that could delay or
jeopardize an entire project
DSS Advantages
• Time savings
• Cost reduction
• Promote learning
• Improve effectiveness
• Competitive advantage
• Improves personal efficiency
• Increase decision maker satisfaction
• Improve interpersonal communication
DSS Disadvantages
• Data-driven DSS
• Helps generating information from DB, data warehouses, data mines &
websites
• Model-driven DSS
• Contains Mathematical models, “What-if” analysis & sensitivity analysis
Information systems:
• Transaction Processing Systems
• Office Automation Systems
• Decision Support Systems
• Expert systems
• Executive Support Systems
• Information Reporting Systems
• Enterprise Resource Planning Systems
EXPERT SYSTEM
Expert System
1. Knowledge Base
2. Reasoning or Inference Engine
3. User Interface
4. Explanation Facility
Components of Expert Systems
• Represents all the data and information imputed by experts in the field.
• Stores the data as a set of rules that the system must follow to make decisions.
Knowledge Acquisition
• Asks the user questions about what they are looking for.
• Applies the knowledge and the rules held in the knowledge base.
• Appropriately uses this information to arrive at a decision
User Interface
1. Assessment
• Determine feasibility & justification of the problem
• Define overall goal and scope of the project
• Resources requirement
• Sources of knowledge
2. Knowledge Acquisition
• Acquire the knowledge of the problem
• Involves meetings with expert
• Bottleneck in ES development
ES Development Life Cycles
3. Design
• Selecting knowledge representations approach and problem solving
strategies
• Defined overall structure and organization of system knowledge
• Selection of software tools
• Built initial prototype
• Iterative process
ES Development Life Cycles
4. Testing
• Continual process throughout the project
• Testing and modifying system knowledge
• Study the acceptability of the system by end user
• Work closely with domain expert that guide the growth of the knowledge
and end user that guide in user interface design
5. Documentation
• Compile all the projects information into a document for the user and
developers of the system such as:
• User manual
• Diagrams
• Knowledge dictionary
6. Maintenance
• Refined and update system knowledge to meet current needs
Expert Systems Vs. Human advices
• High-level expertise
• Adequate response time
• Permits Inexact Reasoning
• Good Reliability
• Comprehensibility
• Flexibility
• Thrives on Reasonable Complexity
• Makes Mistakes
Characteristics of Expert Systems
1. High-level expertise.
• The most useful characteristic of an expert system.
• This expertise can represent the best thinking of top experts in
the field, leading to problem solutions that are imaginative,
accurate, and efficient.
2. Adequate response time.
• The system must also perform in a reasonable amount of time,
comparable to or better than the time required by an expert to
solve a problem.
80
Characteristics of Expert Systems
81
Characteristics of Expert Systems
5. Comprehensibility.
• The system should be able to explain the steps of its
reasoning while executing so that it is understandable.
• The systems should have an explanation capability in the
same way that human experts are suppose to be able to
explain their reasoning.
6. Flexibility.
• Because of the large amount of knowledge that an expert
system may have, it is important to have an efficient
mechanism for modifying the knowledge base.
82
Characteristics of Expert Systems
7. Symbolic Reasoning.
• Expert systems represent knowledge symbolically as sets
of symbols that stand for problems concepts.
• These symbols can be combined to express relationship
between them. When these relationship are represented
in a program they are called symbol structures.
• For example,
• Assert: Ahmad has a fever
• Rule: IF person has fever THEN take panadol
Conclusion: Ahmad takes panadol
83
Characteristics of Expert Systems
8. Reasons Heuristically
• Experts are adapt at drawing on their experiences to help
them efficiently solved some current problem.
Typical heuristics used by experts:
• I always check the electrical first.
• People rarely get a cold during the summer
• If I suspect cancer, then I always check the family history.
9. Makes Mistakes
• Expert systems can make mistakes.
• Since the knowledge of expert have to be captured as close
as possible in expert system, like its human counterpart, it
can make mistakes.
84
Characteristics of Expert Systems
85
Advantages of Expert Systems
• Difficult to maintain
• Limited focus
• Inability to learn (Cannot refine own knowledge base)
• Maintenance problems
• Can excel only in solving specific types of problems in a limited
domain of knowledge
• Difficult and costly to develop and maintain properly
• Possibility of error
• May have high development costs
• Raise legal and ethical concerns
Differences in System Characteristics
Type of users Clerical and supervisory Middle Management All levels including top
mgmt. and professionals.
Information systems:
• Transaction Processing Systems
• Office Automation Systems
• Decision Support Systems
• Expert systems
• Executive Support Systems
• Information Reporting Systems
• Enterprise Resource Planning Systems
Executive Support Systems
Executive Information (Support) Systems
• An EIS is a set of computer based tools with features such as color graphics
touch screens, voice activated commands, and natural language interfaces the
hep managers to quickly retrieve, analyze, navigate, summarize and disseminate
large volumes of data
• An EIS is frequently connected with on line information services so that top
managers can quickly access external data as well
Characteristics / Functions of an EIS
• Drill-down paths
• Information at any desired level of detail
• Critical success factors
• Strategic, managerial or operational
• Sources: organizational, industrial, environmental
• Types of information monitored:
• Key problem narratives
• Highlight charts
• Top level financials
• Key factors
• Detailed key performance indicator responsibility reports
Capabilities of Executive Information System
• Status Access
• Relevance of latest data of key indicators
• Analysis
• Built-in analytical functions
• Integration with DSS products
• Analysis by intelligent agents
• Exception reporting
• Management by exception to standards
Capabilities of Executive Information System
• Navigation of information
• Large amounts of data can be analyzed
• Audio and Visual
• Use of colors and sounds
• Communications
• E-mail, GSS, news groups, interface with voice mail
Success Criteria for DSS/EIS
Rockart and Delong (1988) identified eight critical success factors for
achieving successful DSS/EIS.
• Commitment from top management
• Availability of accurate and reliable data
• Careful problem selection
• Integrated of DSS and EIS with existing technologies
• Meaningful analysis of cost vs. benefits
• A clear link to business objectives
• Management of organizational resistance
• Management of the spread and evolution of the system
Features of Executive Information System
An EIS Development Framework
Information systems:
• Transaction Processing Systems
• Office Automation Systems
• Decision Support Systems
• Expert systems
• Executive Support Systems
• Information Reporting Systems
• Enterprise Resource Planning Systems
Information Reporting Systems
• Should be flexible
• Localization of reports
• The need for accuracy is high
• Only effective when it promptly generates reports
• Cost effective
• Reports should be detailed enough
• New reports should be proactively created
• An automated delivery of reports
• High-level of consistency
Module 3 - Syllabus
Information systems:
• Transaction Processing Systems
• Office Automation Systems
• Decision Support Systems
• Expert systems
• Executive Support Systems
• Information Reporting Systems
• Enterprise Resource Planning Systems
What is ERP?
• Finance: modules for bookkeeping and making sure the bills are paid on time. Examples:
• General ledger
• Accounts receivable
• Accounts payable
• HR: software for handling personnel-related tasks for corporate managers and individual
employees. Examples:
• HR administration
• Payroll
• Self-service HR
• Manufacturing and Logistics: A group of applications for planning production, taking orders and
delivering products to the customer. Examples:
• Production planning
• Materials management
• Order entry and processing
• Warehouse management
Example – Before ERP
Example – After ERP
Who are the main ERP vendors?
Why ERP?
• Expensive
• Time-consuming (can take months to years)
• Great risk for the organization
• Transfer of data
• Acceptance with the company
• Education and training
• Availability of internal technical knowledge and resources
• Resistance to change
THANK YOU