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

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
Chapter 15 Creating Database Forms and Reports Introduction Forms Reports.
Chapter 5: Database Forms and Reports
Relational Databases Chapter 4.
Databases and Data Modeling for Accounting Information Systems
© Copyright 2011 John Wiley & Sons, Inc.
ACCOUNTING INFORMATION SYSTEMS
PowerPoint Presentation for Dennis, Wixom & Tegarden Systems Analysis and Design Copyright 2001 © John Wiley & Sons, Inc. All rights reserved. Slide 1.
Chapter 14 Organizing and Manipulating the Data in Databases
Organizing Data & Information
Chapter 5 The Relational Database Model: Introduction
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Chapter 3: Data Modeling
ACCOUNTING INFORMATION SYSTEMS
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
2-1 Information Technologies Concepts and Management.
Accounting Information Systems, 1st Edition
Introduction to Databases
Chapter 7 Logical Database Design
Chapter 6 The Relational Database Model: Additional Concepts
Chapter 4: Organizing and Manipulating the Data in Databases
Introduction to Databases Chapter 1: Introducing Data and Data Management.
Accounting Principles, Ninth Edition
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
ACCOUNTING INFORMATION SYSTEMS
Introduction to Information Technology, 2 nd Edition Turban, Rainer & Potter © 2003 John Wiley & Sons, Inc. 5-1 Introduction to Information Technology.
Introduction to Information Technology, 2 nd Edition Turban, Rainer & Potter © 2003 John Wiley & Sons, Inc. 5-1 Introduction to Information Technology.
John Wiley & Sons, Inc. © 2005 Chapter 2 The Recording Process Prepared by Naomi Karolinski Monroe Community College and and Marianne Bradford Bryant.
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, Wixom & Tegarden Systems Analysis and Design Copyright 2001 © John Wiley & Sons, Inc. All rights reserved. Slide 1.
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.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 111 Information Technology For Management 6 th Edition Turban, Leidner, McLean, Wetherbe Lecture Slides by L. Beaubien, Providence College John.
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.
Slide 1-1 Chapter 1 Terms Information Systems Overview Introduction to Information Systems Judith C. Simon.
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.
Advanced Accounting Information Systems Day 10 answers Organizing and Manipulating Data September 16, 2009.
Copyright 2004 John Wiley & Sons, Inc Information Technology: Strategic Decision Making For Managers Henry C. Lucas Jr. John Wiley & Sons, Inc Dinesh.
DATA RESOURCE MANAGEMENT
Chapter 31 Information Technology For Management 6 th Edition Turban, Leidner, McLean, Wetherbe Lecture Slides by L. Beaubien, Providence College John.
Copyright © 2000 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976.
Copyright 2006 John Wiley & Sons, Inc. Beni Asllani University of Tennessee at Chattanooga Operations Management - 5 th Edition Chapter 10 Supplement Roberta.
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.
Chapter 5-1. Chapter 5-2 Chapter 5: Organizing and Manipulating the Data in Databases Introduction Normalization Validating the Data in Databases Extracting.
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.
Introduction to Business Information Systems by Mark Huber, Craig Piercy, Patrick McKeown, and James Norrie Tech Guide D: The Details of SQL, Data Modelling,
I-1. I-2 I ACCOUNTING FOR SOLE PROPRIETORSHIPS Accounting, Fifth Edition.
Slide 6-1 Chapter 6 Terms System Software Considerations Introduction to Information Systems Judith C. Simon.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff John Wiley & Sons, Inc. Developed by: S. Bhattacharya, Ph.D. Florida Atlantic.
ACCOUNTING INFORMATION SYSTEMS
Systems Analysis and Design
Physical Changes That Don’t Change the Logical Design
Introduction to Information Technology
Chapter 4 Relational Databases
Accounting Information Systems: Essential Concepts and Applications Fourth Edition by Wilkinson, Cerullo, Raval, and Wong-On-Wing Module 1: Decision Making,
Data Management: Data, Databases and Warehousing
Systems Analysis and Design
ACCOUNTING INFORMATION SYSTEMS
Data Management: Data, Databases and Warehousing
ACCOUNTING INFORMATION SYSTEMS
Presentation transcript:

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

Chapter 10 Organizing and Manipulating the Data in Databases Introduction Normalization Defining and Validating the Data in Databases: Data Definition Languages (DDLs) Extracting Data From Databases: Data Manipulation Languages Object-Oriented Databases, and Multimedia Databases, and Data Warehouses

Normalization Flat files are files with no sequence or order to them, except perhaps chronological. Flat files make it almost impossible to find a particular record easily or use file data productively. Normalization is a process of examining and arranging file data in a way that enables designers to avoid problems when files are used or modified later.

First Normal Form A database is in first normal form (1NF) if all the record’s attributes (data fields) are well defined and the information can thus be stored in a flat file. Problems: –data redundancy –insertion anomaly –deletion anomaly

Second Normal Form A database is in second normal form (2NF) if it is in 1NF and all the data items in each record depend on the record’s primary record key. This approach results in a more efficient design and eliminates much of the first file’s data redundancy.

Third Normal Form Our goal is to create a database that is minimally in third normal form (3NF). A database is in third normal form if it is in second normal form and contains no transitive dependencies - i.e., no relationships in which data field A determines data field B.

Database Management Systems A database management systems (DBMS) is a set of separate computer programs that enable users to create, modify, and utilize database information more efficiently. The data definition language (DDL) of a DBMS enables users to define the record structure of any particular database table. The data manipulation language (DML) enables users to perform tasks such as querying, changing records and deleting records.

User Views Schemas and Subschemas The database schema is a map or plan of the entire database. Any particular user or application program will be interested in only a subset of the schema, called the subschema. A database must be flexible enough to satisfy the subschema uses required.

Online Analytical Processing Complex multidimensional data analysis performed on database information is called online analytical processing (OLAP). OLAP packages allow end users to perform their own database analysis, including data mining.

Data Manipulation Languages Many relational databases support structured query language (SQL). Hypertext can also be used for finding information in a database. End-user programming allows users to perform their own data processing without technical assistance from IT professionals.

Object-Oriented and Multimedia Databases The object-oriented database (OODB) contains both the text data of traditional databases plus information about the set of actions that can be taken on the data fields. Many OODBs are multimedia databases that include graphics, audio information and animation.

Characteristics of a Data Warehouse A data warehouse pools data from separate applications into a large common body of information. Characteristics of data warehouses 1.Data are “clean” of errors and defined uniformly. 2.Data are stored in several databases, not just one. 3.Data Warehouses span a longer time horizon than the company’s transaction systems. 4.The data relations are optimized for answering complex questions.

Advantages of Data Warehouse Make organizational information available on a corporate-wide basis, which is central to the concept of enterprise-wide databases. Facilitates data mining and enables users to identify target markets or its most desirable customers.

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 10