SlideShare a Scribd company logo
1 of 26
MIS Structure & Planning
Introduction
• Management information system is a system
consisting of people, machines, procedures, databases
anddata models,asitselements.
• The MIS is defined as a system which provides
information support for decision making in the
organization.
• The MIS is defined as a computer based information
system.
• The MIS defined as a system based on the database of
the organization evolved for the purpose of providing
information to the peoplein the organization.
Structure of MIS
1. Behavioral Science Technique
2. Quantitative Technique
3. Décision Technique
4. Experience Rule
Organization and
Management
Technique of Management
Function of Management
Planning Organization Directing Staffing Controlling
Man Power
MIS
Resource Flows
Money Material Facilities
Structure of MIS:
• Structure of MIS is a difficult concept to
understand because there is no standard or
universally accepted framework for describing
management information system.
• MIS structure be described by following a
variety of different approaches.
– Physical components,
– Information system processing functions,
– Decision support,
– Levelsof management activities,
– Organizational functions.
MIS Structure Based on Physical components:
• Structure of MIS may be understood by looking
at the physical components of the information
systemin an organization.
• Hardware: Hardware refers the physical data
processing equipment and peripheral devices.
• Software: software is broad term given to the
instruction or program that direct the operation
of thehardware.
• Database: the database consist of all data
utilizedby applicationsoftware.
• Input and output: various physical input and
output from the information system, existing in
the formlikeprintout, report etc.
Information system processing functions:
• The main processing functions of information system are
describedbelow:
– To Process Transactions:
• Information systems process transaction may be defined
asanactivity taking placein anorganization.
– To Maintain Master files:
• Information systems create and maintain master files in
the organization. A master file stores the historical data
about theorganizational.
– To Produce Reports:
• Reports are significant products of an information
system. Many reports are produces on a regular basis,
which are called scheduledreports.
– To Process Interactive Support Applications.
Decision Support:
• Decisions vary with respect to the structure that can be provided for making
them.A highly structuredecision can bepre-
-
planned.
• A structured decision, because of its well defined nature can besaid to be
programmable.
• Level of management activities:
• The structure of an information system can be categorized in
terms of level of the managementactivities
• Strategic planning deals with long-range considerations. The
decisions include the choice of business directions,
market strategy, product etc.
• Management control level includes acquisition and organization of
resource,structuring of work andtraining of personnel.
• Operational control is related to short-
term decision for
current operations. Pricing, ,inventory level etc.
Organizational functions:
• The structureof management information
systemcan alsobedescribedin termsof
the organizational functions
• MIS may be describe as an information in
theformof standard reports anddisplays
tomanagers.
• MIS is a broad class of information system
that are designed to provide information
needed for effective decision making by
managers, so the term MIS may be used in
many organization as the title of their
computer services.
• MIS is design to provide accurate timely
and relevant information needed for
effecting decision making by managers.
• MIS is a general purpose integrated system
that monitor and control the internal
operation of an organization.
• MIS provides vital information to middle
managers to take the tactical decision for the
daily operations as well as for the long rang
goal of thecompany.
• The input to theMIS comes fromT.P.S and may come
from the other source also( different changes
in environment).
• Theout of MIS isin twoforms
– 1.summary reports.
– 2. Special reports.
• A summary report accumulates data from several
transaction andpresents the result in compact form.
For Ex. A bank manger may get a summary report
listing the total money deposited and withdraw made
onthepreviousday.
• A special report is a report that outline any deviator
fromexpectedresults.
– The primary purpose of these special report is to draw the
attention to any significance difference between actual
performanceadexpect performance.
MIS Processing Environment
TPS MIS
Transaction
Data
Summary
Reports
Special Reports
Major difference between TPS and MIS
• The primary goal of TPS is to record and
process transaction that takes place in the
company while the primary goal of MIS is to
produce summary and special report used in
tactical decision making.
• Output of TPS becomes the input to the MIS
although TPS is not only the one source for the
MIS.
• The TPS helps managers day to day operation,
while the MIS help managers to make tactical
decision over a large period of time such as year
or six month.
Fundamental Components of MIS
• Databasemanagement system(DBMS).
• A DBMS serves as a data bank for the MIS. It
stores large quantities of data that are relevant
to the class of problems for which the MIS has
been designed and provides logical data
structureswith whichtheusersinteract.
• A DBMS separates the users from the physical
aspects of the database structure and processing.
It should also be capable of informing the user
of thetypesof datathat areavailableandhow to
gainaccessto them.
Examplesof DatabaseApplications
• Purchasesfromthe supermarket
• Purchases using your credit card
• Booking aholiday at the travel agents
• Using the local library
• Taking out insurance
• Renting acar
• Using the Internet
• Studyingat university
File-
BasedSystems
• Collection of application programs that
perform services for the end users (e.g.
reports).
• Each program defines and manages its own
data.
File- Based Processing
Limitationsof File-
BasedApproach
• Separation and isolation of data
– Each program maintains its own set of data.
– Users of one program may be unaware
of potentially useful dataheldby other programs.
• Duplication of data
– Samedatais heldby different programs.
– Wasted space and potentially different values
and/or different formats for thesameitem.
Limitationsof File-
BasedApproach
• Datadependence
– File structureis definedin theprogramcode.
• Incompatiblefileformats
– Programs are written in different languages,andso
cannot easily accesseachother’sfiles.
• Fixed Queries/Proliferation of application
programs
– Programsarewritten tosatisfy particular functions.
– Any new requirement needsanew program.
DatabaseApproach
• Arosebecause:
– Definition of data was embedded in application
programs, rather than being stored separately and
independently.
– No control over access and manipulation of data
beyondthat imposedby application programs.
• Result:
– the database and Database Management System
(DBMS).
Database
• Shared collection of logically related data
(and a description of this data), designed to
meet the information needs of an
organization.
• System catalog (metadata) provides
description of data to enable program–data
independence.
• Logically related data comprises entities,
attributes, and relationships of an
organization’sinformation.
DatabaseManagement
System (DBMS)
• A software system that enables users to
define, create, maintain, and control access
tothedatabase.
• Database application program: a
computer program that interacts with
database by issuing an appropriate request
(SQL statement) totheDBMS.
Database Management System
(DBMS)
Roles in the Database Environment
• Data Administrator (DA)
Is responsible for the management of the data
resource including database planning,
development and maintenance of standards,
policies and procedures, and conceptual logical
databasedesign.
• Database Administrator (DBA)
Is responsible for the physical realization of the database,
including physical database design and implementation,
security and integrity control, maintenance of the
operational system, and ensuring satisfactory
performance of the applications for users.
• Database Designers (Logical and Physical)
Is concerned with identifying the data (that is, the entities and
attributes), the relationships between the data, and the
constraintsonthe data that is to bestored in the database.
• Application Programmers
Typically, the application developers work from a specification
produced by systems analysts. Each program contains
statements that request the DBMS to perform someoperation
on the database. This includes retrieving data, inserting,
updating, anddeleting data.
• End Users (naive and sophisticated)
The end-users are the ‘clients’ for the database, which has been
designed and implemented, and is being maintained to serve
their information needs
MIS Planning
• key stepsin theMIS planning.
• The problem statement :-
-
– The problem statement must be made clear to
thosewhowill design andimplement theMIS.
– The problem statement will first determine the
user needin specificterms.
– The statement of the problem may be give to a
computer specialist, for analysis (Expert
Analysis).

More Related Content

What's hot

Decision Support System(DSS)
Decision Support System(DSS)Decision Support System(DSS)
Decision Support System(DSS)Sayantan Sur
 
Mis & Decision Making
Mis & Decision MakingMis & Decision Making
Mis & Decision MakingArun Mishra
 
Implementation & Evaluation of MIS
Implementation & Evaluation of MISImplementation & Evaluation of MIS
Implementation & Evaluation of MISManoj Kumar
 
DEVELOPMENT PROCESS OF MIS
DEVELOPMENT PROCESS OF MISDEVELOPMENT PROCESS OF MIS
DEVELOPMENT PROCESS OF MISHiren Selani
 
Information Management unit 1 introduction
Information Management unit 1 introductionInformation Management unit 1 introduction
Information Management unit 1 introductionGanesha Pandian
 
Unit 3 Management Information System
Unit 3 Management Information SystemUnit 3 Management Information System
Unit 3 Management Information SystemAbhishek Iyer
 
Decision Support System
Decision Support SystemDecision Support System
Decision Support Systemparamalways
 
Management information system (MIS)
Management information system (MIS)Management information system (MIS)
Management information system (MIS)Jaisha Jaikishan
 
Management information system
Management information systemManagement information system
Management information systemAnamika Sonawane
 
Decision Support System - Management Information System
Decision Support System - Management Information SystemDecision Support System - Management Information System
Decision Support System - Management Information SystemNijaz N
 
Application of MIS in manufacturing sector
Application of MIS in manufacturing sectorApplication of MIS in manufacturing sector
Application of MIS in manufacturing sectorArpan Mahato
 
Applications of MIS in HRM
Applications of MIS in HRMApplications of MIS in HRM
Applications of MIS in HRMAnujith KR
 
Management information system
Management  information systemManagement  information system
Management information systemRamya Sree
 
Executive information system ( eis )
Executive information system ( eis )Executive information system ( eis )
Executive information system ( eis )Puja Dhakal
 
Management information system ( MIS )
Management information system ( MIS )Management information system ( MIS )
Management information system ( MIS )QualitativeIn
 
Sub systems of information system - MIS
Sub systems of information system - MISSub systems of information system - MIS
Sub systems of information system - MISSanaRiaz789
 
Management information system (MIS)
Management information system (MIS)Management information system (MIS)
Management information system (MIS)Pawel Gautam
 

What's hot (20)

Decision Support System(DSS)
Decision Support System(DSS)Decision Support System(DSS)
Decision Support System(DSS)
 
Overview of MIS
Overview of MISOverview of MIS
Overview of MIS
 
Mis & Decision Making
Mis & Decision MakingMis & Decision Making
Mis & Decision Making
 
Implementation & Evaluation of MIS
Implementation & Evaluation of MISImplementation & Evaluation of MIS
Implementation & Evaluation of MIS
 
DEVELOPMENT PROCESS OF MIS
DEVELOPMENT PROCESS OF MISDEVELOPMENT PROCESS OF MIS
DEVELOPMENT PROCESS OF MIS
 
Information Management unit 1 introduction
Information Management unit 1 introductionInformation Management unit 1 introduction
Information Management unit 1 introduction
 
Unit 3 Management Information System
Unit 3 Management Information SystemUnit 3 Management Information System
Unit 3 Management Information System
 
Decision Support System
Decision Support SystemDecision Support System
Decision Support System
 
Management information system (MIS)
Management information system (MIS)Management information system (MIS)
Management information system (MIS)
 
Management information system
Management information systemManagement information system
Management information system
 
management information system
management information systemmanagement information system
management information system
 
System concept in MIS
System concept in MISSystem concept in MIS
System concept in MIS
 
Decision Support System - Management Information System
Decision Support System - Management Information SystemDecision Support System - Management Information System
Decision Support System - Management Information System
 
Application of MIS in manufacturing sector
Application of MIS in manufacturing sectorApplication of MIS in manufacturing sector
Application of MIS in manufacturing sector
 
Applications of MIS in HRM
Applications of MIS in HRMApplications of MIS in HRM
Applications of MIS in HRM
 
Management information system
Management  information systemManagement  information system
Management information system
 
Executive information system ( eis )
Executive information system ( eis )Executive information system ( eis )
Executive information system ( eis )
 
Management information system ( MIS )
Management information system ( MIS )Management information system ( MIS )
Management information system ( MIS )
 
Sub systems of information system - MIS
Sub systems of information system - MISSub systems of information system - MIS
Sub systems of information system - MIS
 
Management information system (MIS)
Management information system (MIS)Management information system (MIS)
Management information system (MIS)
 

Similar to mis structure.pptx

Multiple Approaches & Synthesis of MIS Structure
Multiple Approaches & Synthesis of MIS StructureMultiple Approaches & Synthesis of MIS Structure
Multiple Approaches & Synthesis of MIS StructureMohammed Jasir PV
 
MIS concepts
MIS conceptsMIS concepts
MIS conceptssajappy
 
Information_System_pptx.pptx
Information_System_pptx.pptxInformation_System_pptx.pptx
Information_System_pptx.pptxKDIVYAMurthy
 
Management Information System
Management Information SystemManagement Information System
Management Information SystemZeinul Haleem
 
1-Management Information Systems documentation.pdf
1-Management Information Systems documentation.pdf1-Management Information Systems documentation.pdf
1-Management Information Systems documentation.pdfSayaBigstone
 
Introduction to MIS (Evolution of MIS)
Introduction to MIS  (Evolution of MIS)Introduction to MIS  (Evolution of MIS)
Introduction to MIS (Evolution of MIS)Mohammed Jasir PV
 
management information systems-an introduction
management information systems-an introductionmanagement information systems-an introduction
management information systems-an introductionAbhilash kk
 
12 ipt 0201 information systems
12 ipt 0201   information systems12 ipt 0201   information systems
12 ipt 0201 information systemsctedds
 
MANAGEMENT INFORMATION SYSTEM
MANAGEMENT INFORMATION SYSTEM MANAGEMENT INFORMATION SYSTEM
MANAGEMENT INFORMATION SYSTEM Yanne Evangelista
 
Introduction to Database Management System.pdf
Introduction to Database Management System.pdfIntroduction to Database Management System.pdf
Introduction to Database Management System.pdfbiswajit62002
 
Application of MIS in Service based IT Sectors
Application of MIS in Service based IT SectorsApplication of MIS in Service based IT Sectors
Application of MIS in Service based IT SectorsSumit Munje
 
basic concept ,Introduction,Objective and Role of Mis
basic concept ,Introduction,Objective and Role of Mis basic concept ,Introduction,Objective and Role of Mis
basic concept ,Introduction,Objective and Role of Mis DrRupaliPawan
 
Introduction to management information system in costing
Introduction to management information system in costingIntroduction to management information system in costing
Introduction to management information system in costingomkarbhujbal6
 
Unit 1 Introduction to MIS, MIS & Data Mining , MIS & Decision Making
Unit  1 Introduction to MIS, MIS & Data Mining , MIS & Decision MakingUnit  1 Introduction to MIS, MIS & Data Mining , MIS & Decision Making
Unit 1 Introduction to MIS, MIS & Data Mining , MIS & Decision MakingAsmita Singh
 

Similar to mis structure.pptx (20)

MIS
MISMIS
MIS
 
Multiple Approaches & Synthesis of MIS Structure
Multiple Approaches & Synthesis of MIS StructureMultiple Approaches & Synthesis of MIS Structure
Multiple Approaches & Synthesis of MIS Structure
 
MIS concepts
MIS conceptsMIS concepts
MIS concepts
 
Information_System_pptx.pptx
Information_System_pptx.pptxInformation_System_pptx.pptx
Information_System_pptx.pptx
 
chapter 1.pdf
chapter 1.pdfchapter 1.pdf
chapter 1.pdf
 
Management Information System
Management Information SystemManagement Information System
Management Information System
 
1-Management Information Systems documentation.pdf
1-Management Information Systems documentation.pdf1-Management Information Systems documentation.pdf
1-Management Information Systems documentation.pdf
 
Introduction to MIS (Evolution of MIS)
Introduction to MIS  (Evolution of MIS)Introduction to MIS  (Evolution of MIS)
Introduction to MIS (Evolution of MIS)
 
management information systems-an introduction
management information systems-an introductionmanagement information systems-an introduction
management information systems-an introduction
 
12 ipt 0201 information systems
12 ipt 0201   information systems12 ipt 0201   information systems
12 ipt 0201 information systems
 
MANAGEMENT INFORMATION SYSTEM
MANAGEMENT INFORMATION SYSTEM MANAGEMENT INFORMATION SYSTEM
MANAGEMENT INFORMATION SYSTEM
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
Introduction to Database Management System.pdf
Introduction to Database Management System.pdfIntroduction to Database Management System.pdf
Introduction to Database Management System.pdf
 
Application of MIS in Service based IT Sectors
Application of MIS in Service based IT SectorsApplication of MIS in Service based IT Sectors
Application of MIS in Service based IT Sectors
 
Mis
MisMis
Mis
 
basic concept ,Introduction,Objective and Role of Mis
basic concept ,Introduction,Objective and Role of Mis basic concept ,Introduction,Objective and Role of Mis
basic concept ,Introduction,Objective and Role of Mis
 
Introduction to management information system in costing
Introduction to management information system in costingIntroduction to management information system in costing
Introduction to management information system in costing
 
Unit iii mis
Unit iii mis Unit iii mis
Unit iii mis
 
Mis & planning
Mis & planningMis & planning
Mis & planning
 
Unit 1 Introduction to MIS, MIS & Data Mining , MIS & Decision Making
Unit  1 Introduction to MIS, MIS & Data Mining , MIS & Decision MakingUnit  1 Introduction to MIS, MIS & Data Mining , MIS & Decision Making
Unit 1 Introduction to MIS, MIS & Data Mining , MIS & Decision Making
 

More from Samit Singh

7 topology ethernet
7 topology ethernet7 topology ethernet
7 topology ethernetSamit Singh
 
5 transmission media
5 transmission media5 transmission media
5 transmission mediaSamit Singh
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level Samit Singh
 

More from Samit Singh (6)

7 topology ethernet
7 topology ethernet7 topology ethernet
7 topology ethernet
 
6 ip
6 ip6 ip
6 ip
 
1 network intro
1 network intro1 network intro
1 network intro
 
5 transmission media
5 transmission media5 transmission media
5 transmission media
 
3 lan man wan
3 lan man wan3 lan man wan
3 lan man wan
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level
 

Recently uploaded

KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 

Recently uploaded (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 

mis structure.pptx

  • 1. MIS Structure & Planning
  • 2. Introduction • Management information system is a system consisting of people, machines, procedures, databases anddata models,asitselements. • The MIS is defined as a system which provides information support for decision making in the organization. • The MIS is defined as a computer based information system. • The MIS defined as a system based on the database of the organization evolved for the purpose of providing information to the peoplein the organization.
  • 3. Structure of MIS 1. Behavioral Science Technique 2. Quantitative Technique 3. Décision Technique 4. Experience Rule Organization and Management Technique of Management Function of Management Planning Organization Directing Staffing Controlling Man Power MIS Resource Flows Money Material Facilities
  • 4. Structure of MIS: • Structure of MIS is a difficult concept to understand because there is no standard or universally accepted framework for describing management information system. • MIS structure be described by following a variety of different approaches. – Physical components, – Information system processing functions, – Decision support, – Levelsof management activities, – Organizational functions.
  • 5. MIS Structure Based on Physical components: • Structure of MIS may be understood by looking at the physical components of the information systemin an organization. • Hardware: Hardware refers the physical data processing equipment and peripheral devices. • Software: software is broad term given to the instruction or program that direct the operation of thehardware. • Database: the database consist of all data utilizedby applicationsoftware. • Input and output: various physical input and output from the information system, existing in the formlikeprintout, report etc.
  • 6. Information system processing functions: • The main processing functions of information system are describedbelow: – To Process Transactions: • Information systems process transaction may be defined asanactivity taking placein anorganization. – To Maintain Master files: • Information systems create and maintain master files in the organization. A master file stores the historical data about theorganizational. – To Produce Reports: • Reports are significant products of an information system. Many reports are produces on a regular basis, which are called scheduledreports. – To Process Interactive Support Applications.
  • 7. Decision Support: • Decisions vary with respect to the structure that can be provided for making them.A highly structuredecision can bepre- - planned. • A structured decision, because of its well defined nature can besaid to be programmable. • Level of management activities: • The structure of an information system can be categorized in terms of level of the managementactivities • Strategic planning deals with long-range considerations. The decisions include the choice of business directions, market strategy, product etc. • Management control level includes acquisition and organization of resource,structuring of work andtraining of personnel. • Operational control is related to short- term decision for current operations. Pricing, ,inventory level etc.
  • 8. Organizational functions: • The structureof management information systemcan alsobedescribedin termsof the organizational functions
  • 9. • MIS may be describe as an information in theformof standard reports anddisplays tomanagers. • MIS is a broad class of information system that are designed to provide information needed for effective decision making by managers, so the term MIS may be used in many organization as the title of their computer services.
  • 10. • MIS is design to provide accurate timely and relevant information needed for effecting decision making by managers. • MIS is a general purpose integrated system that monitor and control the internal operation of an organization. • MIS provides vital information to middle managers to take the tactical decision for the daily operations as well as for the long rang goal of thecompany.
  • 11. • The input to theMIS comes fromT.P.S and may come from the other source also( different changes in environment). • Theout of MIS isin twoforms – 1.summary reports. – 2. Special reports. • A summary report accumulates data from several transaction andpresents the result in compact form. For Ex. A bank manger may get a summary report listing the total money deposited and withdraw made onthepreviousday. • A special report is a report that outline any deviator fromexpectedresults. – The primary purpose of these special report is to draw the attention to any significance difference between actual performanceadexpect performance.
  • 12. MIS Processing Environment TPS MIS Transaction Data Summary Reports Special Reports
  • 13. Major difference between TPS and MIS • The primary goal of TPS is to record and process transaction that takes place in the company while the primary goal of MIS is to produce summary and special report used in tactical decision making. • Output of TPS becomes the input to the MIS although TPS is not only the one source for the MIS. • The TPS helps managers day to day operation, while the MIS help managers to make tactical decision over a large period of time such as year or six month.
  • 14. Fundamental Components of MIS • Databasemanagement system(DBMS). • A DBMS serves as a data bank for the MIS. It stores large quantities of data that are relevant to the class of problems for which the MIS has been designed and provides logical data structureswith whichtheusersinteract. • A DBMS separates the users from the physical aspects of the database structure and processing. It should also be capable of informing the user of thetypesof datathat areavailableandhow to gainaccessto them.
  • 15. Examplesof DatabaseApplications • Purchasesfromthe supermarket • Purchases using your credit card • Booking aholiday at the travel agents • Using the local library • Taking out insurance • Renting acar • Using the Internet • Studyingat university
  • 16. File- BasedSystems • Collection of application programs that perform services for the end users (e.g. reports). • Each program defines and manages its own data.
  • 18. Limitationsof File- BasedApproach • Separation and isolation of data – Each program maintains its own set of data. – Users of one program may be unaware of potentially useful dataheldby other programs. • Duplication of data – Samedatais heldby different programs. – Wasted space and potentially different values and/or different formats for thesameitem.
  • 19. Limitationsof File- BasedApproach • Datadependence – File structureis definedin theprogramcode. • Incompatiblefileformats – Programs are written in different languages,andso cannot easily accesseachother’sfiles. • Fixed Queries/Proliferation of application programs – Programsarewritten tosatisfy particular functions. – Any new requirement needsanew program.
  • 20. DatabaseApproach • Arosebecause: – Definition of data was embedded in application programs, rather than being stored separately and independently. – No control over access and manipulation of data beyondthat imposedby application programs. • Result: – the database and Database Management System (DBMS).
  • 21. Database • Shared collection of logically related data (and a description of this data), designed to meet the information needs of an organization. • System catalog (metadata) provides description of data to enable program–data independence. • Logically related data comprises entities, attributes, and relationships of an organization’sinformation.
  • 22. DatabaseManagement System (DBMS) • A software system that enables users to define, create, maintain, and control access tothedatabase. • Database application program: a computer program that interacts with database by issuing an appropriate request (SQL statement) totheDBMS.
  • 24. Roles in the Database Environment • Data Administrator (DA) Is responsible for the management of the data resource including database planning, development and maintenance of standards, policies and procedures, and conceptual logical databasedesign. • Database Administrator (DBA) Is responsible for the physical realization of the database, including physical database design and implementation, security and integrity control, maintenance of the operational system, and ensuring satisfactory performance of the applications for users.
  • 25. • Database Designers (Logical and Physical) Is concerned with identifying the data (that is, the entities and attributes), the relationships between the data, and the constraintsonthe data that is to bestored in the database. • Application Programmers Typically, the application developers work from a specification produced by systems analysts. Each program contains statements that request the DBMS to perform someoperation on the database. This includes retrieving data, inserting, updating, anddeleting data. • End Users (naive and sophisticated) The end-users are the ‘clients’ for the database, which has been designed and implemented, and is being maintained to serve their information needs
  • 26. MIS Planning • key stepsin theMIS planning. • The problem statement :- - – The problem statement must be made clear to thosewhowill design andimplement theMIS. – The problem statement will first determine the user needin specificterms. – The statement of the problem may be give to a computer specialist, for analysis (Expert Analysis).