+ All Categories
Home > Documents > Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright ©...

Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright ©...

Date post: 16-Jan-2016
Category:
Upload: felix-flowers
View: 216 times
Download: 0 times
Share this document with a friend
Popular Tags:
38
Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 1
Transcript
Page 1: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Computers Are Your Future

Tenth Edition

Chapter 12: Databases & Information Systems

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 1

Page 2: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

22

All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic,

mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America.

Copyright © 2009 Pearson Education, Inc.  Copyright © 2009 Pearson Education, Inc.  Publishing as Prentice HallPublishing as Prentice Hall

Page 3: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You Will Learn

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 3

Recognize the potential uses of database programs.

Describe the basic components of a database.

Distinguish between file management programs and relational database management systems, and explain the advantages and disadvantages of each.

Page 4: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You Will Learn

Understand advanced database programs and applications, such as data warehouses, data mining, client/server database systems, and Web-database integration.

Describe the basic qualities of a good database.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 4

Page 5: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You Will Learn

List the components and main functions of an information system.

Recognize the functional divisions of an organization.

List the major types of information systems used in today’s organizations.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 5

Page 6: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You Will Learn

Describe how the retail sector is taking advantage of computer databases to increase sales and gain a competitive edge.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 6

Page 7: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Databases & Information Systems

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 7

Page 8: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

The Levels of Data in a Database

A database is a group of data that can be entered, selected, sorted, grouped, reviewed, and produced as output.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 8

Page 9: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

The Levels of Data in a Database

Database units Bit

The smallest unit of data stored by a computer

Contains either a 1 or a 0 Character

A letter, number, or symbol Made of bytes, which are groups of 8 bits

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 9

Page 10: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

The Levels of Data in a Database

Database terms Field

Composed of one or more characters Identified by its field name

Record Group of related fields Is contained in tables or data files

Primary key or key field Unique identifier for each record

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 10

Page 11: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

The Levels of Data in a Database

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 11

Page 12: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

Two types of database programs, software used to create databases and use their data File management programs

Manage only one table or file Known as a flat file

Database management systems (DBMS)

Manage multiple tables or filesCopyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 12

Page 13: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

File management systems are: Useful for personal or small business

needs Used to develop an uncomplicated

computerized system for information storage and retrieval

Inexpensive and easy to use Unable to link to data stored in other

filesCopyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 13

Page 14: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

Database management systems (DBMS) are: Able to access, store, and edit data Available in a variety of forms Not usually tied to one particular platform Able to present information in various

formats

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 14

Page 15: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

Database management systems (DBMS)

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 15

Page 16: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

Database management system classifications Based on how information is organized and

retrieved Four main DBMS classifications

Flat Hierarchical Network Relational database management system

(RDBMS)

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 16

Page 17: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

Relational database management systems (RDBMS) Most widely used class of DBMS Link data found in several tables or

files Compared with file management

programs: More expensive Harder to learn Better in controlling data redundancy Better in preventing potential data errorsCopyright © 2009 Pearson Education, Inc. Publishing as Prentice

Hall 17

Page 18: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

Data warehouses Combine all the data of an organization

into one large database Help executives make decisions

Examine data through the drill-down method View performance data for whole company Search through individual department data

Data marts are similar but support a department or division

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 18

Page 19: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

Data mining Method used for

data review and investigation

Can be used to determine unknown data patterns

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 19

Page 20: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

Client/server database systems Use database server software that

reacts to the information requests of remote users

Also use database client software to provide an interface with the user

Use queries to request information from the database server

Examples: ATMs and online bankingCopyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 20

Page 21: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Types of Database Programs

Web-database integration involves taking database information and making it accessible over the Internet.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 21

Page 22: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Advantages of Database Management Systems

Characteristics of a good database: Data integrity Data independence Avoiding data redundancy Data security Data maintenance

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 22

Page 23: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Advantages of Database Management Systems

Data within a database is considered to have data integrity if that data is considered valid.

Data validation techniques are used as an attempt to prevent data integrity errors.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 23

Page 24: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Advantages of Database Management Systems

Data independence Data that controls applications and

data stored in the database are kept separate.

Avoiding data redundancy Enter data only once. Multiple entry of the same data is a

sign of an inadequately developed system.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 24

Page 25: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Advantages of Database Management Systems

Data security: Prevents a database’s contents from being accessed by unauthorized users.

Data maintenance: Required to permit the proper care and protection of data.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 25

Page 26: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Information Systems: Tools for Global Competitiveness

A skillfully created information system: Integrates data, computer hardware,

software, procedures, and users Main functions include:

Accepting data Converting data into information Storing data Distributing the information

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 26

Page 27: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Information Systems: Tools for Global Competitiveness

Methods for controlling information include: Only routing information

to appropriate users Summarizing information Ensuring information

selectivity Getting rid of needless

information that wastes time and resources

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 27

Page 28: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Information Systems: Tools for Global Competitiveness

Each of the core functions of an organization is managed by the appropriate functional division (functional unit, functional area).

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 28

Page 29: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Information Systems: Tools for Global Competitiveness

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 29

Functional divisions of an organization: Accounting and finance Marketing and sales Human resources Management Manufacturing Information systems

Page 30: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Information Systems in Organizations: A Survey

For retailers, computers and databases are no longer used solely for traditional applications.

Point of sales (POS) cash registers are computers that integrate credit card authorization and inventory systems and are used as marketing devices.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 30

Page 31: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

Information Systems in Organizations: A Survey

Other systems that retailers use include: Check-screening systems, which

determine if a check is written on a delinquent account

Signature capture systems, which obtain digital customer signatures

Photo checkout systems, which show the photo of a customer at the time a credit card is used

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 31

Page 32: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You’ve Learned

Database programs convert data into information and can be used for both personal and business information management and organization.

Database files, which are the foundation of databases, are made up of individual units of data called fields. When grouped together, these fields are called records.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 32

Page 33: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You’ve Learned File management programs, which work

with a single flat file, are easy to use and inexpensive but cannot control data redundancy.

Relational database management systems (RDBMS), which work with multiple tables at a time, are more complicated to use and more expensive but have the ability to reduce data redundancy.Copyright © 2009 Pearson Education, Inc. Publishing as Prentice

Hall 33

Page 34: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You’ve Learned

Through a data warehouse, many small databases throughout an organization are combined into one large database to provide decision-making information.

Data mining is used to explore data and expose patterns.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 34

Page 35: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You’ve Learned

Client/server database systems enable multiple users to access information simultaneously.

Data integrity, data independence, the lack of data redundancy, data security, and data management procedures are features of a good database.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 35

Page 36: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You’ve Learned An information system integrates

data, hardware, software, people, and procedures.

The information system works by accepting, processing, storing, and distributing the resultant information.

Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall 36

Page 37: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You’ve Learned

The functional divisions of an organization include the departments of a company.

Information systems include transaction processing systems, management information systems, decision support systems, executive information systems, knowledge systems, and expert systems.

Copyright © 2009 Pearson learning, Inc. Publishing as Prentice Hall 37

Page 38: Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.

What You’ve Learned

The retail sector’s use of point-of-sale terminals, when linked with inventory databases and other systems such as check-screening systems, provides businesses with the ability to perform many business tasks effectively.

Copyright © 2009 Pearson learning, Inc. Publishing as Prentice Hall 38


Recommended