* Property of STI Page 1 of 23

23
Types of Information Systems Basic Computer Concepts Types of Information Systems Ø Knowledge-based system v uses knowledge-based techniques that supports decision-making and is capable of cooperating with users of information systems Ø Ø Ø Ø Ø Transaction Processing Systems Management Information Systems Expert Systems Executive Information Systems or Artificial Intelligence Decision Support Systems

description

Basic Computer Concepts Types of Information Systems. Knowledge-based system. Ø. uses knowledge-based techniques that supports decision-making and is capable of cooperating with users of information systems. v. Transaction Processing Systems Management Information Systems - PowerPoint PPT Presentation

Transcript of * Property of STI Page 1 of 23

Page 1: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Types of InformationSystems

ØKnowledge-based systemvuses knowledge-based techniques thatsupports decision-making and is capable ofcooperating with users of informationsystems

Ø

Ø

Ø

Ø

Ø

Transaction Processing Systems

Management Information Systems

Expert Systems

Executive Information Systems or ArtificialIntelligence

Decision Support Systems

Page 2: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Transaction ProcessingSystem

Ø

Ø

Ø

transaction processing system was one of thesystems that many organizations were using inthe first generationPayroll system was the first transactionprocessing system

Features of TPSvvv

v

Rapid responseReliabilityInflexibilityControlled processing

ØMethods of TPSvv

v

Batch processingOn-line or Real-time processing or On-linetransaction processing (OLTP)On-line entry with delayed processing

Page 3: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

ManagementInformation Systems

Ø

Ø

an integrated computer system for businessand other organizations that collects andanalyzes information from all departments tosupport operations, management and decision-making functions

Outputs of MISv

vvv

Scheduled reportsKey-indicator reportsDemand reportsException reports

Page 4: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Database ManagementSystems (DBMS)

Øcollection of computer programs that allowusers to store, modify and extract informationfrom a database

v

vv

v

database - a systematic collection ofrelated information organized in such away that a computer program can quicklyselect desired pieces of informationfield - a single piece of informationrecord - one complete set of fieldsfile - a collection of records

Page 5: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Database ManagementSystems (DBMS)

Page 6: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Database ManagementSystems (DBMS)

v Example of a file, record, and field

Page 7: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Database ManagementSystems (DBMS)

Ø

ØØ

Query Language is a specialized language thatallows users to request information from thedatabaseSEQUEL (Structured English Query Language)Benefits of DBMS

v

vvv

v

Customer Details DatabaseBusiness Sales DatabaseDatabase InventorySearchable DatabaseConfidential Information Databases

Page 8: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Database ManagementSystems (DBMS)Hierarchical Database

Page 9: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Database ManagementSystems (DBMS)Network Database

Page 10: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Database ManagementSystems (DBMS)

ØRelational Database Management Systems(RDBMS)

v

vv

v

based on a relational model developed byE. F. Codddata and relations are organized in tablesa table is a collection of records and eachrecord in a table contains the same fieldscertain fields may be designated as keys,such that when searching for a particularfield, the keys will serve as indices tospeed up the search

Page 11: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Database ManagementSystems

ØCharacteristics of Good DatabaseManagement System

v

vvv

atomicityconsistencyisolationdurability

Page 12: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Expert Systems

Ø

Ø

It contain knowledge-base containingaccumulated experience and set of rulesAdvantages

v

v

v

v

used for solving the difficult problems,usually those that require high levels ofexpertise on the part of human problemsolversprovide increased consistency andstandardization of the techniques used insolving the problemdifferent analysts using the same programwill obtain the same resultssuitable for problems that involvesdiagnosis, design and interpretation

Page 13: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Expert Systems

Ø Applicationsv

vvv

vvv

vvv

medical diagnosischemical analysisgeneticsgeologycomputer fault diagnosisVLSI designsoftware development and debuggingconfiguring computer systemsfinancial analysiseducation

Page 14: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Expert Systems

Rule-based Expert System Architecture

Page 15: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Expert Systems

Ø Guidelines

v

v

v

v

v

v

v

the need for a solution must justify thecosts involved in developmenthuman expertise is not available in allsituations where it is neededthe problem may be solved using symbolicreasoning techniquesthe problem is well-structured and doesnot require (much) common senseknowledgethe problem cannot be easily solved usingmore traditional computing methodscooperative and articulate experts existthe problem is of proper size and scope

Page 16: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Expert Systems

ØThis example will identify if a certainNorwegian coin is 20 Kroner, 5 Kroner or 1Kroner.

1.

2.

Identify the variables• SIZE• COLOR• DECORATION

Assign the range of values for eachvariable• SIZE• Diameter is > 25 mm• Diameter is < 25 mm• COLOR• Silver• Bronze• DECORATION• Head• Crown• Ship• Lion

Page 17: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Expert Systems

3. The rules are constructed based on thecombination of attributes

Ø RULES:v

v

v

IF SIZE > 25 mm and COLOR is Bronze andDECORATION is Ship then coin is 20 KronerIF SIZE < 25 mm and COLOR is Silver andDECORATION is Crown then coin is 1 KronerIF SIZE > 25 mm and COLOR is silver andDCORATION is Lion then coin is 5 Kroner

Page 18: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Executive InformationSystems

Ø

Ø

a tool that provides direct on-line access torelevant information in a useful and navigableformatdiffer from other traditional informationsystems in several ways

v

v

v

v

v

v

v

specifically tailored to the executive’sneedsable to access data about the specificissues and problems as well as aggregateresultsprovide extensive on-line analysis, toolsincluding trend analysis and exceptionreporting capabilityaccess a broad range of internal andexternal dataparticularly easy to use, either mousedriven or touch screenused directly by executives withoutassistancepresent information in a graphical form

Page 19: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Executive InformationSystems (EIS)

Ø Purposev

vv

to support managerial learning about anorganization, its work process, and itsinteraction with the external environmentto allow timely access informationto direct management attention to specificareas of the organization or specificbusiness problems

Page 20: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Executive InformationSystems (EIS)

Ø Guidelinesv

v

v

v

v

v

EIS measures must be easy to understand.EIS measures must be based on a balancedview of the organization’s objectives.Performance indicators in an EIS mustreflect everyone’s contribution in a fairand consistent manner.EIS measures must encourage managementand staff to share ownership of theorganization’s objectives.EIS information must be available toeveryone in the organization.EIS measures must evolve to meet thechanging needs of the organization.

Page 21: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Executive InformationSystems (EIS)

ØCharacteristics of an EISv

vv

v

vvv

v

Ease of useOffer a wide range of computing resourcesHandle a variety of internal and external,both hard and softPerform sophisticated data analysisOffer a high degree of specializationProvide flexibilityProvide comprehensive communicationsabilitiesSupport all aspects of decision making

Page 22: * Property of STI Page 1 of 23

Basic Computer Concepts

Decision SupportSystems

ØØ

Ø

“Management Decision Systems”interactive computer-based system forinforming and supporting decision-makerstypical information that a decision supportsystem might gather and present would be:

v

v

v

comparative sales figuresprojected revenue figures based on newproduct sales assumptionsconsequences of different decisionalternatives, given past experiences in acontext that is described

Page 23: * Property of STI Page 1 of 23

Types of Information Systems

Basic Computer Concepts

Decision SupportSystems

ØCharacteristics of a Decision Support Systemsv

vvv

v

v

v

Handle large amounts of dataObtain and process from different sourcesProvide report and presentation flexibilityHave both textual and graphicalorientationPerform complex, sophisticated analysisand comparisons using advanced softwarepackagesSupport optimization, satisfying, andheuristic approachesPerform “what-if” and goal-seekinganalysis