Ais Reviewer
Ais Reviewer
I.
OVERVIEW
ACCOUNTING
INFORMATION
Data that have been organized and processed to provide meaning and improve
SYSTEM
BUSINESS PROCESS
A set of related, coordinated, and structured activities and tasks that are performed by a
person, a computer, or a machine, and that help accomplish a specific organizational
goal
DEFINE TRANSACTION
an agreement between two entities to exchange goods or services or any other event
that can be measured in economic terms by an organization
Business organization
Suppliers
Customers
II.
OVERVIEW OF BUSINESS PROCESSES
Data input
Data storage
Data processing
Information output
Data Input
Source documents - Documents used to capture transaction data at its source – when
the transaction takes place
Turnaround documents - Records of company data sent to an external party and then
returned to the system as input, are in machine-readable form to facilitate their
subsequent processing as input records
Data Storage
Coding Techniques
Chart of Accounts
A listing of all the numbers assigned to balance sheet and income statement accounts
Journals
Data Processing
Creating
Reading
Updating
Deleting
Data Processing
Information Output
EXAMPLES!
Document sample
Report sample
Query sample
Cost
Amount of time required
Changes to business processes
Complexity
Resistance
III.
The Sarbanes-Oxley Act (SOX) of 2002 requires an internal control report in public
company annual reports that:
states that management is responsible for establishing and maintaining an adequate
internal control structure and
assesses the effectiveness of the company’s internal controls
Definition of Terms
Data source – the entity that Data store – the place or medium
produces or sends the data that is where system data is stored
entered into a system
Data destination – the entity that
receives data produced by a system
Data flow – the movement of data
among processes, stores, sources,
and destinations
Process – the action that transforms
data into other data or information
Context Diagram
Flowcharts
An analytical technique that uses a standard set of symbols to describe pictorially some
aspect of an information system in a clear, concise, and logical manner
Flowchart Symbols
Flowchart Types
Document flowchart - Illustrates the flow of documents and data among areas of
responsibility within an organization
Internal control flowchart - Used to describe, analyze, and evaluate internal controls,
including identifying system strengths, weaknesses, and inefficiencies
System flowchart - Depicts the relationships among system input, processing, storage,
and output
Program flowchart - Illustrates the sequence of logical operations performed by a
computer in executing a program
IV.
RELATIONAL DATABASE
Database
a set of interrelated, centrally coordinated data files that are stored with as little data
redundancy as possible
The program that manages and controls the data and the interfaces between the data
and the application programs that use the data stored in the database.
Database System
The database, the DBMS, and the application programs that access the database
through the DBMS.
Data Warehouse
Very large databases containing detailed and summarized data for a number of years
that are used for analysis rather than transaction processing
Business Intelligence
Data integration
Data sharing
Minimal data redundancy and data inconsistencies
Data independence
Cross-functional analysis
Physical view - The way data are physically arranged and stored in the computer
system.
Schema
A description of the data elements in a database, the relationships among them, and the
logical model used to organize and describe the data.
Data Dictionary
Information about the structure of the database, including a description of each data
element.
DBMS Languages
Data Model
Types of Attributes
Primary key
- database attribute, or combination of attributes, that uniquely identifies each row in a
table
Foreign key
- attribute in a table that is also a primary key in another table; used to link the two
tables.
Relational Database
• Semantic data modeling – using knowledge of business processes and information needs to
create a diagram that shows what to include in a fully normalized database (in 3NF).