Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Types of Information Systems
An Information System (IS) is a formal, sociotechnical organizational system designed to gather, process, store, and disseminate information. Information systems comprise four components from a sociotechnical standpoint − task, people, structure (or roles), and technology.
Information systems consist of members that gather, store, and process data, with the data being utilized to give information, add to knowledge and create digital products that aid decision-making. Organizations classify information systems based on organizational levels, data mode, processing methods, system objectives, and type of assistance provided.
Transaction Processing System (TPS)
A Transaction Processing System is an information system that processes data arising from business transactions. The goal of TPS is to handle day-to-day operational activities and maintain accurate records of business transactions.
-
Primary function − Processes transactions to update data and generate reports for record-keeping purposes.
-
Processing methods − Batch processing (processing groups of transactions at scheduled times) and online transaction processing (real-time processing).
-
Examples − Payroll systems, inventory management systems, point-of-sale systems, and banking transaction systems.
Management Information System (MIS)
A Management Information System transforms raw data from Transaction Processing Systems into summarized and aggregated information for managers, typically presented as structured reports. These systems primarily serve middle management and operational supervisors.
-
Report types − Summary reports, on-demand reports, ad-hoc reports, and exception reports that highlight unusual conditions.
-
Purpose − Provides routine information for planning, controlling, and decision-making at the management level.
-
Examples − Sales management systems, human resource management systems, and financial reporting systems.
Decision Support System (DSS)
A Decision Support System is an interactive information system that provides information, models, and data manipulation tools to assist decision-making in semi-structured or unstructured environments. DSS emphasizes user interaction and analytical capabilities.
-
Interactive nature − End-users actively participate in the decision-making process using analytical tools and "what-if" scenarios.
-
Flexibility − Supports ad-hoc queries and allows users to explore different alternatives and their potential outcomes.
-
Examples − Financial planning systems, investment analysis tools, and loan management systems.
Expert Systems
Expert Systems are knowledge-based information systems that use artificial intelligence concepts to capture and apply human expertise for problem-solving. These systems act as expert advisors by utilizing specialized knowledge in specific domains.
-
Knowledge-based approach − Contains a knowledge base with expert knowledge and an inference engine that applies logical reasoning.
-
Components − Knowledge base (facts and rules), inference engine (reasoning mechanism), and user interface for interaction.
-
Examples − Medical diagnosis systems, tax planning systems, and equipment maintenance advisors.
Comparison of Information Systems
| System Type | Primary Users | Main Purpose | Decision Level |
|---|---|---|---|
| TPS | Operational staff | Process transactions | Operational |
| MIS | Middle managers | Generate reports | Tactical |
| DSS | Senior managers | Support decisions | Strategic |
| Expert Systems | Knowledge workers | Apply expertise | Knowledge-based |
Conclusion
Information systems are classified into four main types based on their organizational level and purpose. TPS handles operational transactions, MIS provides management reports, DSS supports strategic decision-making, and Expert Systems apply specialized knowledge for problem-solving.
