SlideShare a Scribd company logo
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
1
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
C h a p t e r
5
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
Data
Resource
Management
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
2
• Explain the importance of data resource
management to an organization, and how it can
be implemented by database management,
database administration, and data planning
activities.
• Outline the advantages of the database
management approach to managing the data
resources of a business.
• Explain how database management software
helps business professionals and supports
business operations and management of a
business.
Chapter Objectives
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
3
• Provide examples to illustrate each of the
following concepts:
– Major types of databases
– Data warehouses and data mining
– Logical data elements
– Fundamental database structures
– Database access methods
– Database development.
Chapter Objectives
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
4
Logical Data Elements
Employee
Record 2
Employee
Record 1
Employee
Record 3
Employee
Record 4
Name SS Salary Name SS Salary Name SS Salary Name SS Salary
Data Data Data Data Data Data Data Data Data Data Data Data
Personnel
Database
Payroll
File
Benefits
File
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
5
Operating
System
Database
Management
System
Application
Programs
Operating
System
Database
Management
System
Application
Programs
Databases
Data
Dictionary
Database
Management
•Database Development
•Database Interrogation
•Database Maintenance
•Application Development
Database Management Systems
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
6
Network
Server
Network
Server
External
Databases on
the Internet &
Online
Services
Client
PC or
NC
Operational
Databases of
the Organization
Data
Mart
End User
Databases
Data
Warehouse
Distributed
Databases on
Intranets &
Other
Networks
Major Types of Databases
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
7
Data Warehouse and Data Mining
Client
PC or
NCAnalytical
Data Store
Enterprise
Warehouse
Data MartData
Acquisition
Subsystem
Warehouse
Design
Subsystem
Data
Management
Subsystem
Data Access
and Delivery
Subsystem
Data Access
and Delivery
Subsystem
Web
Information
System
Web
Information
System
Operational
Databases
Metadata
Directory
Metadata
Repository
Metadata
Management
Subsystem
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
8
Web-Based Systems
Web
Browser
Web Server
Software
Web Server
Software
Network
ServerThe Internet
Intranets
Extranets
Client PCs
or NCs
HTML pages
GIF image files
Video files
Web Objects
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
9
Data Resource Management
Data
Administratio
n
Data
Planning
Database
Administration
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
10 Database Structures
Employee
2
Employee
2
A
Empno Ename Etitle Dept
1
2 B
3 C
Relational Structure
Network StructureHierarchical Structure
Employee
3
Project BProject A
Dept Dname Dloc Dmgr
A
B
C
Employee
2
Employee
1
Project A
Employee
1
Dept A Dept BDept
Project B
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
11
Database Structures (cont)
East
West
Denver
Feb
Actual Budget
Margin
Sales TV
VCR
TV
VCR
Multidimensional
Database Structure
Attributes
•Customer
•Balance
Operations
•Deposit
•Withdraw
Bank Account Object
Attributes
•Credit Line
•Mthly Statement
Operations
•Calculate Interest
•Print Mthly
Statement
Checking Account
Object
Attributes
•Credit Line
•Mthly Statement
Operations
•Calculate Interest
•Print Mthly
Statement
Savings Account
Object
Object-Oriented
Database Structure
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
12
Key Fields
Sequential
Access
Sequential
Organization
Indexed
Sequential
Access
Method
Key
Transformation
Direct Access
URLs
Accessing Files and Databases
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
13
Database Development
User Needs
Description
User Needs
Description
1. Data Planning1. Data Planning
Enterprise ModelEnterprise Model
2. Requirements
Specifications
2. Requirements
Specifications
3. Conceptual Design3. Conceptual Design
4. Logical Design4. Logical Design
Physical ModelsPhysical Models
5. Physical Design5. Physical Design
Data ModelsData Models
Logical ModelsLogical Models
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
14
• Data resource management is a critical
management activity. Management roles
include database administration, data planning,
and data administration.
• Under the database management approach,
data records are consolidated into databases
that can be accessed by many different
application programs, serving multiple users.
Chapter Summary
Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved.
I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien
15
• Database management systems are software
packages that simplify the creation, use, and
maintenance of databases.
• Several types of databases are used by
organizations including operational,
distributed, external, data warehouses and data
marts.
• Database development for large corporate
databases requires a top-down planning effort
involving planning, requirements specification
and logical and physical design.
Chapter Summary (cont)

More Related Content

Similar to Chap005 MIS (Management Information System)

7. DATA RESOURCE MANAGEMENT.pdf
7. DATA RESOURCE MANAGEMENT.pdf7. DATA RESOURCE MANAGEMENT.pdf
7. DATA RESOURCE MANAGEMENT.pdf
YUSRA FERNANDO
 
Management Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA StudentManagement Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA Student
AG RD
 
Chap001 MIS (Management Information System)
Chap001 MIS (Management Information System)Chap001 MIS (Management Information System)
Chap001 MIS (Management Information System)
Abbott
 
Chap007 MIS (Management Information System)
Chap007 MIS (Management Information System)Chap007 MIS (Management Information System)
Chap007 MIS (Management Information System)
Abbott
 
Management Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA StudentManagement Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA Student
AG RD
 
Management Information Syaytem Ch# 01
Management Information Syaytem Ch# 01Management Information Syaytem Ch# 01
Management Information Syaytem Ch# 01
hurmaz1
 
Chap002 (Management Information System)
Chap002 (Management Information System)Chap002 (Management Information System)
Chap002 (Management Information System)
Abbott
 
MIS intro
MIS introMIS intro
MIS intro
Pradeep513562
 
Sqrrl Overview for Stac Research
Sqrrl Overview for Stac ResearchSqrrl Overview for Stac Research
Sqrrl Overview for Stac Research
Sqrrl
 
Data Driven Decisions at Scale
Data Driven Decisions at ScaleData Driven Decisions at Scale
Data Driven Decisions at Scale
Databricks
 
Lecture1 is322 data&infomanag(introduction)(old curr)
Lecture1 is322 data&infomanag(introduction)(old curr)Lecture1 is322 data&infomanag(introduction)(old curr)
Lecture1 is322 data&infomanag(introduction)(old curr)
Taibah University, College of Computer Science & Engineering
 
Lecture1-IS322(Data&InfoMang-introduction)
Lecture1-IS322(Data&InfoMang-introduction)Lecture1-IS322(Data&InfoMang-introduction)
Lecture1-IS322(Data&InfoMang-introduction)
Taibah University, College of Computer Science & Engineering
 
Time Difference: How Tomorrow's Companies Will Outpace Today's
Time Difference: How Tomorrow's Companies Will Outpace Today'sTime Difference: How Tomorrow's Companies Will Outpace Today's
Time Difference: How Tomorrow's Companies Will Outpace Today's
Inside Analysis
 
Data Virtualization: revolutionizing database cloning
Data Virtualization: revolutionizing database cloningData Virtualization: revolutionizing database cloning
Data Virtualization: revolutionizing database cloningKyle Hailey
 
Sqrrl March Webinar: How to Build a Big App
Sqrrl March Webinar: How to Build a Big AppSqrrl March Webinar: How to Build a Big App
Sqrrl March Webinar: How to Build a Big App
Sqrrl
 
Big Data in Practice.pdf
Big Data in Practice.pdfBig Data in Practice.pdf
Big Data in Practice.pdf
Tom Tan
 
Getting your Records Management program to the next level
Getting your Records Management program to the next levelGetting your Records Management program to the next level
Getting your Records Management program to the next level
Nick Inglis
 
Secure, Build and Deduplicate Your Data Lake Data with Amazon Lake Formation
Secure, Build and Deduplicate Your Data Lake Data with Amazon Lake FormationSecure, Build and Deduplicate Your Data Lake Data with Amazon Lake Formation
Secure, Build and Deduplicate Your Data Lake Data with Amazon Lake Formation
Amazon Web Services
 

Similar to Chap005 MIS (Management Information System) (20)

7. DATA RESOURCE MANAGEMENT.pdf
7. DATA RESOURCE MANAGEMENT.pdf7. DATA RESOURCE MANAGEMENT.pdf
7. DATA RESOURCE MANAGEMENT.pdf
 
Management Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA StudentManagement Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA Student
 
Chap001 MIS (Management Information System)
Chap001 MIS (Management Information System)Chap001 MIS (Management Information System)
Chap001 MIS (Management Information System)
 
Chap007 MIS (Management Information System)
Chap007 MIS (Management Information System)Chap007 MIS (Management Information System)
Chap007 MIS (Management Information System)
 
Management Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA StudentManagement Information System one or two chapter By Amjad Ali Depar MBA Student
Management Information System one or two chapter By Amjad Ali Depar MBA Student
 
Management Information Syaytem Ch# 01
Management Information Syaytem Ch# 01Management Information Syaytem Ch# 01
Management Information Syaytem Ch# 01
 
Chap002 (Management Information System)
Chap002 (Management Information System)Chap002 (Management Information System)
Chap002 (Management Information System)
 
MIS intro
MIS introMIS intro
MIS intro
 
Sqrrl Overview for Stac Research
Sqrrl Overview for Stac ResearchSqrrl Overview for Stac Research
Sqrrl Overview for Stac Research
 
Data Driven Decisions at Scale
Data Driven Decisions at ScaleData Driven Decisions at Scale
Data Driven Decisions at Scale
 
Lecture1 is322 data&infomanag(introduction)(old curr)
Lecture1 is322 data&infomanag(introduction)(old curr)Lecture1 is322 data&infomanag(introduction)(old curr)
Lecture1 is322 data&infomanag(introduction)(old curr)
 
Lecture1-IS322(Data&InfoMang-introduction)
Lecture1-IS322(Data&InfoMang-introduction)Lecture1-IS322(Data&InfoMang-introduction)
Lecture1-IS322(Data&InfoMang-introduction)
 
Lecture1 is322 data&infomanag(introduction)(old curr)
Lecture1 is322 data&infomanag(introduction)(old curr)Lecture1 is322 data&infomanag(introduction)(old curr)
Lecture1 is322 data&infomanag(introduction)(old curr)
 
Time Difference: How Tomorrow's Companies Will Outpace Today's
Time Difference: How Tomorrow's Companies Will Outpace Today'sTime Difference: How Tomorrow's Companies Will Outpace Today's
Time Difference: How Tomorrow's Companies Will Outpace Today's
 
CTAM Making Analytics Actionable RJA FINAL
CTAM Making Analytics Actionable RJA FINALCTAM Making Analytics Actionable RJA FINAL
CTAM Making Analytics Actionable RJA FINAL
 
Data Virtualization: revolutionizing database cloning
Data Virtualization: revolutionizing database cloningData Virtualization: revolutionizing database cloning
Data Virtualization: revolutionizing database cloning
 
Sqrrl March Webinar: How to Build a Big App
Sqrrl March Webinar: How to Build a Big AppSqrrl March Webinar: How to Build a Big App
Sqrrl March Webinar: How to Build a Big App
 
Big Data in Practice.pdf
Big Data in Practice.pdfBig Data in Practice.pdf
Big Data in Practice.pdf
 
Getting your Records Management program to the next level
Getting your Records Management program to the next levelGetting your Records Management program to the next level
Getting your Records Management program to the next level
 
Secure, Build and Deduplicate Your Data Lake Data with Amazon Lake Formation
Secure, Build and Deduplicate Your Data Lake Data with Amazon Lake FormationSecure, Build and Deduplicate Your Data Lake Data with Amazon Lake Formation
Secure, Build and Deduplicate Your Data Lake Data with Amazon Lake Formation
 

More from Abbott

Chap003 MIS (Management Information System)
Chap003 MIS (Management Information System)Chap003 MIS (Management Information System)
Chap003 MIS (Management Information System)
Abbott
 
Stacks and queues
Stacks and queuesStacks and queues
Stacks and queuesAbbott
 
Practice programs
Practice programsPractice programs
Practice programsAbbott
 
linked list
linked listlinked list
linked list
Abbott
 
Data structure lecture 2
Data structure lecture 2Data structure lecture 2
Data structure lecture 2
Abbott
 
Data structure lecture 2 (pdf)
Data structure lecture 2 (pdf)Data structure lecture 2 (pdf)
Data structure lecture 2 (pdf)
Abbott
 
Ch17
Ch17Ch17
Ch17
Abbott
 
Array 2
Array 2Array 2
Array 2
Abbott
 

More from Abbott (8)

Chap003 MIS (Management Information System)
Chap003 MIS (Management Information System)Chap003 MIS (Management Information System)
Chap003 MIS (Management Information System)
 
Stacks and queues
Stacks and queuesStacks and queues
Stacks and queues
 
Practice programs
Practice programsPractice programs
Practice programs
 
linked list
linked listlinked list
linked list
 
Data structure lecture 2
Data structure lecture 2Data structure lecture 2
Data structure lecture 2
 
Data structure lecture 2 (pdf)
Data structure lecture 2 (pdf)Data structure lecture 2 (pdf)
Data structure lecture 2 (pdf)
 
Ch17
Ch17Ch17
Ch17
 
Array 2
Array 2Array 2
Array 2
 

Recently uploaded

UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 

Recently uploaded (20)

UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 

Chap005 MIS (Management Information System)

  • 1. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 1 I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien C h a p t e r 5 Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. Data Resource Management
  • 2. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 2 • Explain the importance of data resource management to an organization, and how it can be implemented by database management, database administration, and data planning activities. • Outline the advantages of the database management approach to managing the data resources of a business. • Explain how database management software helps business professionals and supports business operations and management of a business. Chapter Objectives
  • 3. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 3 • Provide examples to illustrate each of the following concepts: – Major types of databases – Data warehouses and data mining – Logical data elements – Fundamental database structures – Database access methods – Database development. Chapter Objectives
  • 4. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 4 Logical Data Elements Employee Record 2 Employee Record 1 Employee Record 3 Employee Record 4 Name SS Salary Name SS Salary Name SS Salary Name SS Salary Data Data Data Data Data Data Data Data Data Data Data Data Personnel Database Payroll File Benefits File
  • 5. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 5 Operating System Database Management System Application Programs Operating System Database Management System Application Programs Databases Data Dictionary Database Management •Database Development •Database Interrogation •Database Maintenance •Application Development Database Management Systems
  • 6. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 6 Network Server Network Server External Databases on the Internet & Online Services Client PC or NC Operational Databases of the Organization Data Mart End User Databases Data Warehouse Distributed Databases on Intranets & Other Networks Major Types of Databases
  • 7. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 7 Data Warehouse and Data Mining Client PC or NCAnalytical Data Store Enterprise Warehouse Data MartData Acquisition Subsystem Warehouse Design Subsystem Data Management Subsystem Data Access and Delivery Subsystem Data Access and Delivery Subsystem Web Information System Web Information System Operational Databases Metadata Directory Metadata Repository Metadata Management Subsystem
  • 8. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 8 Web-Based Systems Web Browser Web Server Software Web Server Software Network ServerThe Internet Intranets Extranets Client PCs or NCs HTML pages GIF image files Video files Web Objects
  • 9. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 9 Data Resource Management Data Administratio n Data Planning Database Administration
  • 10. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 10 Database Structures Employee 2 Employee 2 A Empno Ename Etitle Dept 1 2 B 3 C Relational Structure Network StructureHierarchical Structure Employee 3 Project BProject A Dept Dname Dloc Dmgr A B C Employee 2 Employee 1 Project A Employee 1 Dept A Dept BDept Project B
  • 11. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 11 Database Structures (cont) East West Denver Feb Actual Budget Margin Sales TV VCR TV VCR Multidimensional Database Structure Attributes •Customer •Balance Operations •Deposit •Withdraw Bank Account Object Attributes •Credit Line •Mthly Statement Operations •Calculate Interest •Print Mthly Statement Checking Account Object Attributes •Credit Line •Mthly Statement Operations •Calculate Interest •Print Mthly Statement Savings Account Object Object-Oriented Database Structure
  • 12. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 12 Key Fields Sequential Access Sequential Organization Indexed Sequential Access Method Key Transformation Direct Access URLs Accessing Files and Databases
  • 13. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 13 Database Development User Needs Description User Needs Description 1. Data Planning1. Data Planning Enterprise ModelEnterprise Model 2. Requirements Specifications 2. Requirements Specifications 3. Conceptual Design3. Conceptual Design 4. Logical Design4. Logical Design Physical ModelsPhysical Models 5. Physical Design5. Physical Design Data ModelsData Models Logical ModelsLogical Models
  • 14. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 14 • Data resource management is a critical management activity. Management roles include database administration, data planning, and data administration. • Under the database management approach, data records are consolidated into databases that can be accessed by many different application programs, serving multiple users. Chapter Summary
  • 15. Irwin/McGraw-Hill Copyright © 2001, The McGraw-Hill Companies, Inc. All rights reserved. I n t r o d u c t i o n t o I n f o r m a t i o n S y s t e m s Tenth EditionJames A. O’Brien 15 • Database management systems are software packages that simplify the creation, use, and maintenance of databases. • Several types of databases are used by organizations including operational, distributed, external, data warehouses and data marts. • Database development for large corporate databases requires a top-down planning effort involving planning, requirements specification and logical and physical design. Chapter Summary (cont)

Editor's Notes

  1. To understand databases, it is useful to remember that the elements of data that make up the database are divided into hierarchical levels. These logical data elements make up the foundation data concepts upon which a database is built. Character. The most basic logical element is the character, which consists of a single alphabetic, numeric, or other symbol. While it may take several bits or bytes to represent a character digitally, remember that these refer to physical storage, not the logical concept of the character itself. Field. A field is a grouping of characters that represent a characteristic of a person, place, thing, or event. A person's name is typically placed in a field. A field is a data item. A data field represents an attribute or some entity. Record. A record is a collection of interrelated fields. For example, an employee's payroll record usually contains several fields, such as their name, social security number, department, and salary. Records may be fixed-length or variable-length. File. A file is a collection of interrelated records. For example, a payroll file might contain all of the payroll files for all the employees of a firm. Files are usually classified by the application for which they are used. Database. A database is an integrated collection of logically interrelated records or files. For example, the personnel database of a firm might contain payroll, personnel action, and employee skills files. The data stored in a database is independent of the application programs using it and of the type of secondary storage devices on which it is stored. Teaching Tips This slide corresponds to Figure 5.2 on p. 174 and relates to material on pp. 174-175.
  2. Under the database management approach, data records are consolidated into databases that can be accessed by many different application programs. A database management system (DBMS) is a set of computer programs that control the creation, maintenance, and use of the databases of an organization and its end users. Four major DBMS facilities include: Database Development. A DBMS allows control of development to be placed with database administrators. The administrator uses a data definition language (DDL) to develop and specify the data contents, relationships, and structure of each database, and to modify these specifications when necessary. This approach improves integrity and security for the organizational databases. The information is stored in a data dictionary, which uses data definitions to specify what all the records and files are, can be, and, if desired, to automatically enforce data element definitions when fields, records, or files are modified. Database Interrogation. A DBMS allows end users without programming skills to ask for information from a database using a query language or report generator. Queries are usually made one of two ways: SQL (Structured Query Language). This uses the basic form of SELECT ...FROM...WHERE. After SELECT the user lists the data fields to be retrieved. After FROM the user lists the files or tables from which the data must be retrieved. After WHERE the user specifies conditions that limit the search. QBE (Query by Example). This method allows users to point and click on display boxes for each of the data fields in one or more files to specify the rules of the search Database Maintenance. Updating the databases and other maintenance are conducted by transaction processing programs. Application Development. A DBMS makes application development much easier and quicker by allowing developers to include data manipulation language (DML) statements in their programs that let the DBMS perform necessary data-handling activities. Teaching Tips This slide corresponds to Figure 5.5 on p. 177 and relates to material on pp. 177-180.
  3. Six major types of databases are illustrated on the slide and used by computer-based organizations: Operational Databases. These databases store detailed data needed to support the operations of the entire organization. They are also called subject area databases (SADB), transaction databases, and production databases. These also include databases of Internet and electronic commerce activity, such as click stream data or data describing online behavior of visitors at a company’s website. Data Warehouse Databases. These store data from current and previous years that has been extracted from the various operational and management databases of the organization. As a standardized and integrated central source of data, warehouses can be used by managers for pattern processing, where key factors and trends about operations can be identified from the historical record. Data Marts. Are subsets of the data included in a Data Warehouse which focus on specific aspects of a company, e.g. department, business process, etc. Distributed Databases. These are the databases of local workgroups and departments at regional offices, branch offices, and other work sites needed to complete the task at hand. They include relevant information from other organizational databases combined with data and information generated only at the particular site. These databases can reside on network servers, on the World Wide Web, or on Intranets and Extranets. End User Databases. These consist of a variety of data files developed by end users at their workstations. For example, an end user in sales might combine information on a customer’s order history with her own notes and impressions from face-to-face meetings to improve follow-up. External Databases. Many organizations make use of privately generated and owned online databases or data banks that specialize in a particular area of interest. Access is usually through a subscription for continuing links or a one-time fee for a specific piece of information (like the results of a single search). Other sources like those found on the Web are free. Teaching Tips This slide corresponds to Figure 5.10 on p. 181 and relates to material on pp. 180-182.
  4. A data warehouse stores data that has been extracted from various operational, external, and other databases within the organization. To create a data warehouse, data from various databases are captured, cleaned, e.g. sorted, filtered, converted, and transformed into data that can be better used for analysis. The data is then stored in the enterprise data warehouse, from where it can be moved into data marts or to an analytical data store that holds data to support certain types of analysis. Metadata, that defines the data in the data warehouse, is stored in a Metadata Directory that is used to support data administration. A variety of analytical software tools can then be used to query, report, and analyze data. One such means for analyzing data in a data warehouse is called data mining. In data mining, the data in a data warehouse are analyzed to reveal hidden patterns and trends in historical business activity. This can help managers make decisions about strategic changes in business operations. Teaching Tips This slide corresponds to Figure 5.11 on p.182 and relates to material on pp. 182-183.
  5. The rapid growth of websites on the Internet and corporate intranets and extranets has dramatically increased the use of databases of hypertext and hypermedia documents. Hypermedia Database: A website stores information in a hypermedia database consisting of a home page and other hyperlinked pages of multimedia or mixed media (text, graphics and photographic images, video clips, audio segments, and so on). Browser: A web browser on your client PC is used to connect with a web network server. This server runs web software to access and transfer the web pages you request. Web Site: A website uses a hypermedia database consisting of HTML (Hypertext Markup Language) pages, GIF (graphics image files) files, and video files. Web Server Software: Acts as a database management system to manage the use of the interrelated hypermedia pages of the website. Teaching Tips This slide corresponds to Figure 5.13 on p.184 and relates to material on pp. 183-184.
  6. The security and integrity of an organization's databases are the major concerns of the data resource management efforts. Key activities of data resource management include: Database Administration. This area is responsible for developing and maintaining the organization's data dictionary, as well as designing and monitoring the performance of databases, and enforcing the standards for database use and security. Data Planning. Data planning is a corporate planning and analysis function responsible for the overall data architecture for the firm. This role ensures that data resources are developed to support the firm's strategic mission and plans. Data Administration. This area involves the establishment and enforcement of policies and procedures for managing data as a strategic corporate resource. This means standardizing data so that it is available to all end users from whatever database they are working. Teaching Tips This slide corresponds to Figure 5.14 on p.185 and relates to material on pp. 184-186.
  7. The relationships among the records stored in databases are based upon one of several logical database structures or models. These fundamental database structures are described below. Hierarchical Structure. Under this tree-like structure, each data element is related only to one element above it, a so-called one-to-many relationship. All records are dependent and arranged in multilevel structures. Network Structure. This structure features a many-to-many arrangement whereby the DBMS can access a data element by following one of several paths. Relational Structure. This model has become the most popular structure and is used by most microcomputers. All data elements within the database are viewed as being stored in the form of simple tables. The DBMS can link data elements from various tables to provide information to end users. Teaching Tips This slide corresponds to Figure 5.16 on p. 189 and relates to material on pp. 189-190.
  8. Object-Oriented Structure. Objects consist of data values describing the attributes of an entity and the operations that can be performed on the data. This is called encapsulation and allows object-oriented database structures to better handle complex types of data such as video and audio. The object-oriented model also supports inheritance, allowing new objects to replicate some or all the characteristics of one or more parent objects, as shown in the slide. Such capabilities allow developers to copy and combine objects, allowing for very rapid development of new database solutions. Multidimensional Structure. This structure uses cells within a multidimensional framework to aggregate data related to elements within a given dimension. Each cell combines with similar cells to form a coherent "cube" of information and data, which in turn is combined with other cubes to form dimensions. As a result they are both compact and easy to understand. Multidimensional structures have fast become the most popular database structure for analytical databases that support online analytical processing (OLAP) applications. Teaching Tips This slide corresponds to Figure 5.17 on p.191 and Figure 5.18 on p. 192 and relates to material on pp. 190-192.
  9. Efficient access to data is the critical necessity of an effective database system. Key concepts and terms associated with file access include: Key Fields. This is a unique identifier of the data record. URLs. The files and databases on the Internet and corporate intranets and extranets use URLs (Uniform Resource Locators) for data access. Thus, pages of hyperlinked text and multimedia documents on the Web and intranet/extranet websites are accessed by URLs. Sequential Organization. This refers to a structure in which the records are physically stored in a specified order according to a key field in each record. Sequential Access. This refers to the predetermined order of processing data. Each record is accessed according to the same set of commands. Access begins at the start of the file or record and proceeds, in order, to the end. This is a fast and efficient method for processing large volumes of data. Direct Access. Under this method, records do not have to be arranged into any particular sequence on storage media, however the computer must keep track of the storage location of each record. Key Transformation. This common direct access technique performs an arithmetic computation on a key field or record and uses the number that results as an address to store and access that record. Indexed Sequential Access Method. This approach combines features of both sequential and direct access. Sequential storage allows for large volume processing while indexed addressing allows direct access of smaller amounts of data from individual records. Teaching Tips This slide relates to material on pp. 193-196.
  10. Database planning, beyond that of a personal or small business end user database created by a database management package, typically requires use of a top-down data planning process based upon the systems development model covered earlier: 1. Data Planning. At this stage, planners develop a model of business processes. This results in an enterprise model of business processes with documentation. 2. Requirements Specification. This stage defines the information needs of end users in a business process. Description of needs may be provided in natural language or using the tools of a particular design methodology. 3. Conceptual Design. This stage expresses all information requirements in the form of a high-level model. 4. Logical Design. This stage translates the conceptual model into the data model of a DBMS. 5. Physical Design. This stage determines the data storage structures and access methods. Teaching Tips This slide corresponds to Figure 5.22 on p.197 and relates to material on pp. 196-198.