ACCOUNTING INFORMATION SYSTEMS

Slides:



Advertisements
Similar presentations
Technology Guide 3 Data and Database T3-1. IT for Management Prof. Efraim Turban T3-2 File Management Hierarchy of data for a computer-based file Record.
Advertisements

ACCOUNTING INFORMATION SYSTEMS
© Copyright 2011 John Wiley & Sons, Inc.
© Copyright 2011 John Wiley & Sons, Inc.
ACCOUNTING INFORMATION SYSTEMS
Chapter Chapter 13-2 Chapter 13 Data Modeling Introduction An Overview of Databases Steps in Creating a Database Using Rea Creating Database Tables.
Chapter 14 Organizing and Manipulating the Data in Databases
Copyright 2010 John Wiley & Sons, Inc.
Chapter 5 The Relational Database Model: Introduction
Chapter 3: Data Modeling
CHAPTER 2: Introduction to Systems Concepts and Systems Architecture
ACCOUNTING INFORMATION SYSTEMS
Chapter 3 Data Modeling Fundamentals of Database Management Systems by
Accounting Information Systems, 1st Edition
Introduction to Databases
Chapter 6 The Relational Database Model: Additional Concepts
“Copyright © 2001 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
Chapter 2 Information Technology and AISs
Fundamentals of Database Management Systems, 2nd ed
Chapter 4: Organizing and Manipulating the Data in Databases
Today’s Agenda  Any questions about the assignment (due Mon)?  Quiz  Quiz review  Homework for Friday:  Watch the two videos on the Coursera db website.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design Copyright 2000 © John Wiley & Sons, Inc. All rights reserved. Slide 1 Systems.
Chapter Chapter 13-2 Accounting Information Systems, 1 st Edition Data and Databases.
Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff John Wiley & Sons, Inc. Developed by: Marianne Bradford, Ph.D. Bryant College.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved
Introduction to Information Technology, 2nd Edition Turban, Rainer & Potter © 2003 John Wiley & Sons, Inc. 8-1 Introduction to Information Technology Chapter.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
Slide 1-1 Chapter 1 Terms Information Systems Overview Introduction to Information Systems Judith C. Simon.
Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff John Wiley & Sons, Inc. Developed by: S. Bhattacharya, Ph.D. Florida Atlantic.
Chapter 4-1. Chapter 4-2 Chapter 4: Data Modeling Introduction An Overview of Databases Steps in Creating a Database Using REA Creating Database Tables.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
Chapter 31 Information Technology For Management 6 th Edition Turban, Leidner, McLean, Wetherbe Lecture Slides by L. Beaubien, Providence College John.
Slide 1 Systems Analysis and Design With UML 2.0 An Object-Oriented Approach, Second Edition Chapter 2: Introduction to Object-Oriented Systems Analysis.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.
Slide 8-1 Chapter 8 Terms Programming Languages Introduction to Information Systems Judith C. Simon.
A- 1. A- 2 Appendix B Standards of Ethical Conduct for Management Accountants The Institute of Management Accountants has published and promoted the following.
K-1. K-2 Appendix K Standards of Ethical Conduct for Management Accountants The Institute of Management Accountants has published and promoted the following.
Slide 11-1 Chapter 11 Terms Information Resource Management Strategies Introduction to Information Systems Judith C. Simon.
I-1. I-2 I ACCOUNTING FOR SOLE PROPRIETORSHIPS Accounting, Fifth Edition.
Lesson 14: Configuring File and Folder Access MOAC : Configuring Windows 8.1.
ACCOUNTING INFORMATION SYSTEMS
ACCOUNTING INFORMATION SYSTEMS
5th Edition, Irv Englander
POKOK BAHASAN Pertemuan 9
Systems Analysis and Design
Roberta Roth, Alan Dennis, and Barbara Haley Wixom
Systems Analysis and Design
Systems Analysis and Design
“Copyright © 2001 John Wiley & Sons, Inc. All rights reserved
1-1 Chapter 1 Charles P. Jones, Investments: Analysis and Management, Tenth Edition, John Wiley & Sons Prepared by G.D. Koppenhaver, Iowa State University.
Impacts on Individuals, Organizations & Society
Financial Accounting, IFRS Edition
Introduction to Information Technology
Understanding Investments
Chapter 1: The Study of Accounting Information Systems
Appendix Sample Innovation Plan
liquidation of a partnership.
Transportation and Transshipment Models
Accounting Information Systems: Essential Concepts and Applications Fourth Edition by Wilkinson, Cerullo, Raval, and Wong-On-Wing Module 1: Decision Making,
The Production Process
Data Management: Data, Databases and Warehousing
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved
ACCOUNTING INFORMATION SYSTEMS
Financial Accounting, IFRS Edition
Data Management: Data, Databases and Warehousing
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved
Chapter 7 Antibodies Key Concepts 7.3
Database Design Chapter 7.
Presentation transcript:

ACCOUNTING INFORMATION SYSTEMS Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff Developed by: S. Bhattacharya, Ph.D. Florida Atlantic University John Wiley & Sons, Inc.

Chapter 9 Data Modeling Introduction An Overview of Databases Steps in Creating a Database Additional Database Design Concerns for AISs

An Overview of Databases A database is a collection of data that is stored in related files. Reasons why databases are important are: Valuable information Volume Complexity Privacy Irreplaceable data Internet users

Storing Data in Databases To be useful, the data in an organization’s databases must be stored and organized efficiently. Three important concepts are Data hierarchy Record structures Record keys

Data Hierarchy Storing accounting data in computer files involves organizing the data into a data hierarchy. The lowest level of information in a file is a binary digit. Eight bits create a byte that represents a character. A data field combines several characters. A record combines related data fields. A set of records forms a file. A database is a collection of files that contain all the information for an application.

Record Structures and Record Keys The specific data fields in each record of a computer file are part of the record structure. Keys are identifiers for records: Primary keys are unique to each record Secondary keys are non-unique identifiers for records and used for searching files for specific information Foreign keys enable database records to reference one or more records in other files

How to Create Databases With REA An events-based accounting system (EBA) records activities simply because they happen not because the system requires it. The REA is a tool for designing databases. Using this model, an AIS captures data about an organization’s resources, events and agents (REA). Resources are an organization’s assets. Events are identifiable activities associated with a business processes. Agents are the people associated with business activities.

Identify Relationships Among Entities An entity-relationship (ER) diagram graphically depicts a database’s contents. Entities are resources, events and agents. ER diagrams depict entities being modeled and the relationships (cardinalities) among them.

Entity-Relationship Modeling The E-R model uses diamond symbols to represent relationships. E-R diagrams include symbols (“1” or “*”) that provide information on cardinality. The cardinality of a relationship describes the number of occurrences of one entity that may be associated with a single occurrence of the other entity.

Cardinality Relationships One-to-one (1:1) One-to-many or many-to-one (1:*), (*:1) Many-to-many (*:*) Cardinalities provide useful information about the nature of the company being modeled and the business policies that it follows.

Create Database Records A particular method used to organize records in a database is called the database’s structure. The objective is to develop this structure efficiently so that data can be accessed quickly and easily. Three types of structures are: 1) hierarchical, 2) network and 3) relational.

Hierarchical Structures Accounting data are often organized in a hierarchy. A hierarchical structure has successive levels of data in an inverted treelike pattern, also known as tree structures. Higher level records are parent records and lower level records are child records. Two records on same level are sibling records.

Network Structures Databases can use a network structure to link related records together and capture many-to-many relationships. The linking is accomplished with pointer fields. The pointers maintain the data relationships.

Relational Structures Relational databases are more flexible. Users can define relationships at the time the database is created or at later points in time.

Database Concerns for AISs Administration Documentation Data integrity Processing Accuracy and Completeness Concurrency Backup and Security

Copyright Copyright 2005 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976 United States Copyright Act without the express written permission of the copyright owner is unlawful. Request for further information should be addressed to the Permissions Department, John Wiley & Sons, Inc. The purchaser may make backup copies for his/her own use only and not for distribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages, caused by the use of these programs or from the use of the information contained herein.

Chapter 9