Top Banner
INFORMATION SYSTEM Lecture # 11
18

information system lecture notes

Dec 07, 2014

Download

Documents

naeem_mnm

how da
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: information system lecture notes

INFORMATION SYSTEM

Lecture # 11

Page 2: information system lecture notes

CHAPTER 5ORGANIZING DATA AND

INFORMATION

Principles of Information

Systems(Eighth Edition)

Page 3: information system lecture notes

PRINCIPLES AND LEARNING OBJECTIVES

Data management and modeling are key aspects of organizing data and information Define general data management concepts and

terms, highlighting the advantages of the database approach to data management

Describe the relational database model and outline its basic features

3

Principles of Information Systems, Eighth Edition

Page 4: information system lecture notes

PRINCIPLES AND LEARNING OBJECTIVES (CONTINUED)

A well-designed and well-managed database is an extremely valuable tool in supporting decision making Identify the common functions performed by all

database management systems and identify popular user database management systems

4

Principles of Inform

ation System

s, Eighth

Edition

Page 5: information system lecture notes

PRINCIPLES AND LEARNING OBJECTIVES (CONTINUED)

The number and types of database applications will continue to evolve and yield real business benefits Identify and briefly discuss current database

applications

5

Principles of Inform

ation System

s, Eighth

Edition

Page 6: information system lecture notes

WHY LEARN ABOUT DATABASE SYSTEMS?

Database systems process and organize large amounts of data

Examples: Marketing manager can access customer data Corporate lawyer can access past cases and

opinions

6

Principles of Inform

ation System

s, Eighth

Edition

Page 7: information system lecture notes

INTRODUCTION

Database: an organized collection of data Database management system (DBMS):

group of programs to manage database Manipulates database Provides an interface between database and the

user of the database and other application programs

Database administrator (DBA): skilled IS professional who directs all activities related to an organization’s database

7

Principles of Inform

ation System

s, Eighth

Edition

Page 8: information system lecture notes

DATA MANAGEMENT

Without data and the ability to process it, an organization could not successfully complete most business activities

Data consists of raw facts To transform data into useful information, it

must first be organized in a meaningful way

8

Principles of Inform

ation System

s, Eighth

Edition

Page 9: information system lecture notes

THE HIERARCHY OF DATA

Bit (a binary digit): represents a circuit that is either on or off

Byte: typically made up of eight bits Character: a byte represents a character;

the basic building block of information Can be an uppercase letter, lowercase letter,

numeric digit, or special symbol Field: typically a name, number, or

combination of characters that describes an aspect of a business object or activity

9

Principles of Inform

ation System

s, Eighth

Edition

Page 10: information system lecture notes

THE HIERARCHY OF DATA (CONTINUED)

Record: collection of related data fields File: collection of related records Database: collection of integrated and

related files Hierarchy of data

Bits, characters, fields, records, files, and databases

10

Principles of Inform

ation System

s, Eighth

Edition

Page 11: information system lecture notes

THE HIERARCHY OF DATA (CONTINUED)

Principles of Information Systems, Eighth Edition 11

Figure 5.1: The Hierarchy of Data

Page 12: information system lecture notes

DATA ENTITIES, ATTRIBUTES, AND KEYS

Entity: generalized class of people, places, or things (objects) for which data is collected, stored, and maintained

Attribute: characteristic of an entity Data item: specific value of an attribute Key: field or set of fields in a record that is

used to identify the record Primary key: field or set of fields that

uniquely identifies the record

12

Principles of Inform

ation System

s, Eighth

Edition

Page 13: information system lecture notes

DATA ENTITIES, ATTRIBUTES, AND KEYS (CONTINUED)

Principles of Information Systems, Eighth Edition 13

Figure 5.2: Keys and Attributes

Page 14: information system lecture notes

THE DATABASE APPROACH

Traditional approach to data management: separate data files are created and stored for each application program

Database approach to data management: a pool of related data is shared by multiple application programs Offers significant advantages over the traditional file-

based approach

14

Principles of Inform

ation System

s, Eighth

Edition

Page 15: information system lecture notes

THE DATABASE APPROACH (CONTINUED)

Principles of Information Systems, Eighth Edition 15

Figure 5.3: The Database Approach to Data Management

Page 16: information system lecture notes

THE DATABASE APPROACH (CONTINUED)

Principles of Information Systems, Eighth Edition 16

Table 5.1: Advantages of the Database Approach

Page 17: information system lecture notes

THE DATABASE APPROACH (CONTINUED)

Principles of Information Systems, Eighth Edition 17

Table 5.1: Advantages of the Database Approach (continued)

Page 18: information system lecture notes

THE DATABASE APPROACH (CONTINUED)

Principles of Information Systems, Eighth Edition 18

Table 5.2: Disadvantages of the Database Approach