Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.

Slides:



Advertisements
Similar presentations
Relational Database and Data Modeling
Advertisements

Module 3: Business Information Systems
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
3/5/2009Computer systems1 Analyzing System Using Data Dictionaries Computer System: 1. Data Dictionary 2. Data Dictionary Categories 3. Creating Data Dictionary.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
Predecessor to the Database: Traditional File Processing Records are stored in files. Programs are customized to process the data.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Chapter 8 USING ACCOUNTING APPLICATIONS. Organization of Accounting Applications.
1 SYSTEMS DESIGN Pertemuan 13 s.d 20 Matakuliah: A0554/Analisa dan Perancangan Sistem Informasi Akuntansi Tahun: 2006.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Databases and Database Management Systems
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Chapter Lead Black Slide © 2001 Business & Information Systems 2/e.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Accounting Information Systems, 1st Edition
Chapter 5 UNDERSTANDING AND DESIGNING ACCOUNTING DATA.
TRANSACTION PROCESSING SYSTEM (TPS)
Financial and Managerial Accounting
CHAPTER 6 ELECTRONIC DATA PROCESSING SYSTEMS
1 Chapter 1 Introduction to Accounting Information Systems Chapter 4 Database Management Systems.
1 C omputer information systems Design Instructor: Mr. Ahmed Al Astal IGGC1202 College Requirement University Of Palestine.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 10 Business Operations.
Storage and Multimedia Part II Bayram Güzer. Magnetic Tape Storage It is similar to tape used in music cassettes –Plastic tape with a magnetic coating.
DATABASE MANAGEMENT SYSTEMS BASIC CONCEPTS 1. What is a database? A database is a collection of data which can be used: alone, or alone, or combined /
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Chapter 13 Sequential File Processing. Master Files Set of files used to store companies data in areas like payroll, inventory Usually processed by batch.
Transaction Processing System  Business Transactions are certain events that occur routinely in a business firm.  A transaction is a set of activities.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
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.
1 California State University, Fullerton Chapter 7 Information System Data Management.
Chapter 9 Designing Databases Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
2-1 ©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart Overview of Business Processes Chapter 2.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Relational Databases (MS Access)
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 4-1 Accounting Information Systems 9 th Edition Marshall.
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
Information Systems & Databases 2.2) Organisation methods.
 2001 Prentice Hall Business Publishing, Accounting Information Systems, 8/E, Bodnar/Hopwood Chapter 10 Electronic Data Processing Systems.
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
13-1 COBOL for the 21 st Century Nancy Stern Hofstra University Robert A. Stern Nassau Community College James P. Ley University of Wisconsin-Stout (Emeritus)
SUPPLEMENTAL B An Overview of The General Ledger Architecture.
Chapter 9 Controlling Information Systems: Application Controls.
+ Information Systems and Databases 2.2 Organisation.
An Overview of The General Ledger Architecture.  Files are used to store data and processing instruction. The two types of files computer users use most.
Database Objective Demonstrate basic database concepts and functions.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 4-1 Relational Databases.
FILE ORGANIZATION.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 4-1 Relational Databases.
Transaction Processing Systems UNIT II. Transaction Processing Cycle Data Entry Activities Transaction Processing Activities File and Database Processing.
Topics Covered: File Components of file Components of file Terms used Terms used Types of business file Types of business file Operations on file Operations.
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
© The McGraw-Hill Companies, Inc., 2007 Accounting for Special Journals Appendix E.
( ) 1 Chapter # 8 How Data is stored DATABASE.
 At the end of the class students should:  distinguish between data and information.  explain the characteristics and forms of Information Processing.
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Transaction processing systems
IS 130 Information systems 1
Database Systems Chapter 3 1.
Week 12 Option 3: Database Design
Chapter 4 Relational Databases
FILE ORGANIZATION.
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Accounting Information Systems 9th Edition
Chapter 17 Designing Databases
CHAPTER 6 ELECTRONIC DATA PROCESSING SYSTEMS
Presentation transcript:

Databases and Processing Modes

Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is stored. What are some examples of entities? – employees – inventory items – customers

Fundamental Data Storage Concepts and Definitions What are attributes? Each entity has attributes, or characteristics of interest, which need to be stored. What are some examples? – employee pay rates – customer addresses

Fundamental Data Storage Concepts and Definitions Computers store data by organizing smaller units of data into large, more meaningful ones. A field is the smallest element of data storage. A number of fields are grouped together to form a record, which is a collection of data values that describe specific attributes of one entity.

Fundamental Data Storage Concepts and Definitions Related records are grouped together to form a file. What is an example of a file? –the accounts receivable file Files containing related data are combined to form a data base.

Data base File Record Field Fundamental Data Storage Concepts and Definitions

Accounts Receivable File 2 Entities 2 Records Attributes Customer Customer Credit number name Address limit Balance Data values 301ABC Co. Box 51, XYZ Co. Box 96,000 2,000 Individual fields

Types of Files Two basic types of files are used to store data. 1The master file, which is conceptually similar to a ledger in a manual system. 2The transaction file, which is conceptually similar to a journal in a manual system.

File Access and Organization All computer systems must have some formalized means of organizing data so that it can be accessed easily and efficiently.

Accessing Individual Records Records are typically updated, stored, and retrieved using an identifier called a primary key. The primary key must be unique for each entity. What are some examples of the appropriate primary key for a record? –customer number for the customer file –invoice number for the invoice file

Accessing Individual Records A secondary key is another field used to identify a record. Secondary keys do not uniquely identify individual records, but identify a group of records. What are some examples of secondary keys? – invoice due date – zip code

File Organization File organization refers to the way data are stored on the physical storage media. There are three basic ways that files are organized. 1Sequential access files 2Indexed sequential access method (ISAM) files 3Direct access files

File Organization Sequential access files store records in order according to their primary key (e.g., customer numbers from to 99999). Indexed sequential access method (ISAM) files store records in sequential order, but also have an index that links primary keys with their physical addresses.

File Organization Direct access files store records in no particular order. A mathematical algorithm is applied to the primary key to determine the physical address at which to store that record.

Data Processing The most common data processing activity is data maintenance. Data maintenance is the periodic processing of transactions to update stored data. What are some commonly used types of data maintenance?

Data Processing Additions insert new records into a master file. Deletions remove records from a master file. Updates revise current balances in master files. Changes modify the data values of other fields in master files.

Batch Processing Batch processing is updating master files periodically to reflect all transactions that occurred during a given time period. The master file is updated at set times or whenever a manageable number of transactions are gathered. Transaction data can either be entered as a batch or as each transaction occurs.

Master file Group source documents into batches. Batch Processing

On-line Batch Processing Master file Enter transactions into system as they occur.

On-line, Real-Time Processing In on-line, real-time processing, the computer captures data electronically,... –edits it for accuracy and completeness, and... –immediately processes it. The computer also processes information requests from users.

On-line, Real-Time Processing Master file Enter transactions into system as they occur.

Advantages of Each Method The main advantage of batch processing was efficiency in processing. On-line data entry is more accurate than periodic batch input because the system can refuse incomplete of erroneous entries. Real-time processing ensures that the information in master files is always current.