Management Information Systems

Slides:



Advertisements
Similar presentations
BT2103 Developing Small Systems for Business Lecture 2 Databases, Data Management, And The Legal Framework.
Advertisements

Lecture-7/ T. Nouf Almujally
Introduction to Databases
Chapter 5 Database Concepts. Why Study Databases? Databases have incredible value to business. Probably the most important technology for supporting operations.
Data - Information - Knowledge
Managing Data Resources
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
File Systems and Databases
Database Management: Getting Data Together Chapter 14.
Chapter 5 Database Concepts.
Living in a Digital World Discovering Computers 2010.
Introduction to Databases Transparencies
1004INT Information Systems Week 10 Databases as Business Tools.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Information Technology in Organizations
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Chapter 10 Information Systems Controls for System Reliability—Part 3: Processing Integrity and Availability Copyright © 2012 Pearson Education, Inc.
Topics Covered: Data preparation Data preparation Data capturing Data capturing Data verification and validation Data verification and validation Data.
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
Database Systems COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
Database Design - Lecture 1
Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Managing Data Resources
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
Your Interactive Guide to the Digital World Discovering Computers 2012.
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
DBS201: DBA/DBMS Lecture 13.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
DATABASE. A database is collection of information that is organized so that it can easily be accessed, managed and updated. It is also the collection.
Introduction: Databases and Database Users
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Chapter 6.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
Organizing Data and Information. What is Data?? Numbers, characters, images, or other method of recording, in a form which can be assessed by a human.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
IS 325 Notes for Wednesday August 28, Data is the Core of the Enterprise.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Database Environment Chapter 2. Data Independence Sometimes the way data are physically organized depends on the requirements of the application. Result:
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Database Management Systems (DBMS)
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
Control of data redundancy Data consistency More information from the same amount of data Sharing of data Improved data integrity Improved security Enforcement.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Managing Data Resources File Organization and databases for business information systems.
Copyright © 2013 Dorling Kindersley (India) Pvt. Ltd. Management Information Systems: Managing the Digital Firm, 12eAuthors: Kenneth C. Laudon and Jane.
Database Database is a large collection of related data that can be stored, generally describes activities of an organization. An organised collection.
MANAGING DATA RESOURCES
Managing data Resources:
Management Information Systems
Database management systems
Presentation transcript:

Management Information Systems Charles Parker 2nd Edition Chapter 7: Data Management Prepared By: Hamad Raza (Lecturer GCUF)

Basic Concepts Data the starting point in Information Systems Today’s business enterprises cannot survive or succeed without quality data about their internal operations and external environment. Data Management Database management involves monitoring, administration & maintenance of the databases & database groups in an enterprise. Data is basically stored in the form of files or databases in an enterprise. The Data Management Hierarchy to store data is as follows: Bit-Byte-Field-Record-File-Database

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: A Collection /Group of bits that represents a single character. Field: A Collection /Group of bytes /words or a complete number representing a single attribute.

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT File Organization Terms and Concepts Record: A Collection /Group of related fields associated with a single person, object, entity & so on. File: A Collection /Group of related records about a particular set of people, object, entities & so on. Database: A Collection /Group of related files

Figure 7-1 ASCII = American Standard Code for Information Interchange is a character-encoding scheme originally based on the English alphabet.

Major Issues in Data Management All issues regarding the effective management of data fall into at least one of the following categories: Content: What data should the organization collect in the future? What data is it currently collecting? Access: In what ways must an authorized users access data in order to effectively perform their jobs? This involves timing required to get data to users when they need it and which user have a right to which data. Organization: In what ways should data be logically and physically organized to achieve the types of data accesses required by users? Accuracy: Which validation, editing & auditing procedures are necessary in every stage of the input-processing-output cycle to ensure that data and information generated from the data are correct?

Major Issues in Data Management Integrity: What controls are necessary in each stage of the input- processing-output cycle to ensure that data are up to date & that changes to specific occurrences of data are made everywhere in the system? Security: How will data be protected from such possible events as unauthorized access, unauthorized modification, outright theft & unintentional damage. Privacy: How will data be safeguarded to protect the rights of an individuals to privacy? Cost: How should data related costs be controlled? Design (in the light of above issues) User Interface: User are most likely to directly interface with computer based file & databases at terminals or microcomputers by using database management software. There are two types of data base management software or user interfaces: File Management Database Management Systems (DBMS)

File Based Systems Data properly identified and understood when stored in a file (e.g. Customer File, Invoice) In File processing, data is physically arranged/organized in files. Display Terminals (is an electronic or electromechanical hardware device that is used for entering data into, and displaying data from, a computer) Started the concept of handling data in files Issues in File Based System Multiple file usage (integrating data from 2 or more files) Data Redundancy Data Updation Slow Processing Advantages of File Based System In-expensive Simple to use

Problems of File Processing Data Redundancy – duplicate data requires an update to be made to all files storing that data Lack of Data Integration – data stored in separate files require special programs for output making ad hoc reporting difficult Data Dependence – programs must include information about how the data is stored so a change in storage format requires a change in programs

Data Access & Organization Methods Organizing & accessing data are two of the driving forces behind data management. Organizing data involves arranging data in storage so that they may be easily accessed. Accessing data refers to retrieving data from storage.