22
ADM 316 Computers and Information Processing Workshop 3

ADM 316 Workshop 3 Slides

Embed Size (px)

Citation preview

Page 1: ADM 316 Workshop 3 Slides

ADM 316Computers and Information Processing

Workshop 3

Page 2: ADM 316 Workshop 3 Slides

Devotion / Prayer

Is Integrity in Business Impossible?

Page 3: ADM 316 Workshop 3 Slides

Psalm 119:125 (NASB)

Give me understanding, that I may know Your testimonies.

Page 4: ADM 316 Workshop 3 Slides

Chapter 7

Database Applications and Privacy Implications

Page 5: ADM 316 Workshop 3 Slides

You are just a number to a computer.

Page 6: ADM 316 Workshop 3 Slides

A database is like an address book.

Page 7: ADM 316 Workshop 3 Slides

Databases

Make it easier to store large quantities of information

Make it easier to retrieve information quickly and flexibly

Page 8: ADM 316 Workshop 3 Slides

Databases

Make it easy to organize and reorganize information

Make it easy to print and distribution information in a variety of ways

Page 9: ADM 316 Workshop 3 Slides

Database Anatomy

Database program: a software tool for organizing the storage and retrieval of information

Database: a collection of information stored in an organized form in a computer

Table: a collection of related information

Page 10: ADM 316 Workshop 3 Slides

Database Anatomy

Record: the information relating to one person, product, or event

Field: each discrete piece of information in a record

FieldRecord

Table

Page 11: ADM 316 Workshop 3 Slides

Database Anatomy

The type of information a field can hold is determined by its data type: Alphanumeric strings Integers Floating-point decimals Currency Date/time Logical (true/false) Limited data types (such as state or country)

Page 12: ADM 316 Workshop 3 Slides

Using Databases

Browsing Querying Sorting Reporting Mail Merge

Page 13: ADM 316 Workshop 3 Slides

Relational Databases

A relational database allows tables to be related to each other.

Changes in one table are automatically reflected in other tables.

Relational databases are organized by key fields which unlock relevant information when it is needed elsewhere.

Page 14: ADM 316 Workshop 3 Slides

Batch vs. Real-Time Processing

Batch processing: transactions accumulate throughout the day and are input into the computer in large batches

Real-time processing: allows instant access to information and instant updates

Page 15: ADM 316 Workshop 3 Slides

Client/Server Software

Two-way communications occur between applications running on the client PC and the server PC.

Users can take advantage of the client PC’s convenience while still having access to data stored on large server systems.

Page 16: ADM 316 Workshop 3 Slides

Client/Server Software

Page 17: ADM 316 Workshop 3 Slides

Data Mining

The discovery and extraction of hidden predictive information from large databases

Locates trends and patterns in data that would have been overlooked by normal database queries

Page 18: ADM 316 Workshop 3 Slides

Computers and Privacy

Computers control access to personal and identifying information.

More than 15,000 specialized marketing databases contain 2,000,000,000 names and contain personal characteristics like age, income, and religion.

Page 19: ADM 316 Workshop 3 Slides

Computers and Privacy

Cookies Identity theft / “phishing” schemes Workplace monitoring technology Surveillance satellites (Google Earth) Global positioning systems in cell phones Surveillance cameras

Page 20: ADM 316 Workshop 3 Slides

Quiz Review

Workshop 2

Page 21: ADM 316 Workshop 3 Slides

Next Week’s Homework

Read Chapters 8 and 9 in Tomorrow’s Technology and You and be prepared for this week’s quiz on this reading.

Read Chapter 4 in Microsoft Office Excel 2003.

Page 22: ADM 316 Workshop 3 Slides

Next Week’s Homework

Individually, complete the Chapter 8 and 9 questions on pp. 33 and 34 in the Student Guide.

Individually, complete the Chapter 3 Excel Project/Case “PowerPoint Presentations” on p. 158 in Microsoft Office Excel 2003.