Ais Reviewer
Ais Reviewer
Ais Reviewer
- An accounting information system is a collection of data - Cloud computing resources may be categorized as data
and processing procedures that creates needed information for storage, infrastructure and platform, or application software
its users. (i.e., business applications such as purchases, HR, sales, etc.).
- the ability to only pay for the applications that you use
Accounting Information Systems and Their Role in
Organizations - an organization may not have to purchase or operate
expensive hardware and software—providers own and operate
- Information technology (IT) refers to the hardware, software,
the equipment and software
and related system components that organizations use to create
computerized information systems. - cloud computing providers offer only one (current) version
of an application, so individual firms no longer have to deal
- IT has been a major force in our current society and now
with expensive, time-consuming upgrades for software.
influences our lives in many personal ways—for example,
when we use digital cameras to take pictures, access the
Internet to make a purchase or learn about something, or e-
mail friends and family.
- IT is pervasive and impacts every area of accounting. - an individual must first meet the following qualifications:
Instantaneous access is available to the Internet via mobile have a bachelor’s degree, at least 2 years of professional
communication devices such as cell phones, iPads, smart experience in a field either directly or indirectly related to the
phones, and so on, which enable activities to take place detection or deterrence of fraud, be of high moral character,
anytime and anywhere. and agree to abide by the Bylaws and Code of Professional
Ethics of the ACFE. If these are met, then the individual may
- For example, managerial accountants can complete apply for the CFE examination.
important work tasks while traveling in the field, auditors can
communicate with each other from remote job sites (auditing
the same client), staff accountants can text message one
another from alternate locations, and tax experts can download Information Technology Auditors
current information on tax rulings. - concern themselves with analyzing the risks associated with
computerized information systems.
Systems Consultant
Data Communications
THE IMPORTANCE OF INFORMATION - refers to transmitting data to and from different locations.
TECHNOLOGY TO ACCOUNTANTS Many accounting applications use data communications in
normal business operations.
- One reason for IT’s importance is that information
technology must be compatible with, and support, the other
components of an AIS.
Communication Channels and Protocols
- A second reason why information technology is important is
because accounting professionals often help clients make - A communication channel is the physical path that data
hardware and software purchases. take in data transmissions. Examples include (1) the twisted-
pair wires of telephone lines, (2) coaxial cables, (3) optical
- A third reason why information technology is important to fibers, (4) microwaves, and (5) radio (satellite) waves.
accountants is because auditors must evaluate computerized
systems. - A data communications protocol refers to the settings that
provide this format. Two common protocols are TCP
- A fourth reason why IT is important to accountants is (transmission control protocol), which networks commonly
because they are often asked to evaluate the efficiency (e.g., use for e-mails, and HTTP (hypertext transmission protocol),
costliness and timeliness) and effectiveness (usually strategic which networks commonly use for Web pages.
value) of an existing system.
- Flash Memory
- Image Processing
What Is a Database?
Wireless Data Communication - A database is a large collection of organized data that
- also called Wi-Fi (for ‘‘wireless fidelity’’), means can be accessed by multiple users and used by many
transmitting voice-grade signals or digital data over wireless different computer applications.
communication channels.
- Data in databases are manipulated by specialized
software packages called database management
systems
RFID
- Radio frequency identification (RFID) enables businesses - Most accounting systems involve complex
to identify pallets and even individual items without combinations of data stored in databases, processing
unpacking them from shipping crates. software, and hardware that interact with one another to
support specific storage and retrieval tasks. Most
accounting databases are relational databases, which
NFC are groups of related, two-dimensional tables.
Irreplaceable data
The Data Hierarchy
- The information contained in most accounting
databases is unique to the organization that created it and Data Field
is typically priceless. Many organizations would fail - The first level in the data hierarchy is a data field,
shortly after losing the information contained in their which is information that describes a person, event, or
accounting databases. For this reason, the security of thing in the database.
databases is critical to the organization.
Record
Need for accuracy
- A database record (also called a tuple) stores all of the
- The data stored in databases must be complete, information about one entity
comprehensive, and accurate. The consequences of
inaccurate data can be substantial. It is easy to imagine
severe consequences of very small data errors. Consider
File
a physician removing an incorrect limb during surgery
because of one attribute in a database table (e.g., left - a file or table contains a set of related records—for
versus right limb). example, a set of customer records or inventory records.
Database
- several tables create a complete database (i.e., a
collection of tables that contain all of the information
needed for an accounting application).
- data integrity controls are designed by database Step 4—Create Entity-Relationship Diagrams
developers and are customized for different applications.
Step 5—Identify Attributes of Entities
Step 6—Convert E-R Diagrams into Database Tables
Processing Accuracy and Completeness
- transaction processing refers to the sequence of steps
that a database system uses to accomplish a specific
processing task. Step 1—Identify Business and Economic Events
Economic events
Concurrency - typically affect an organization’s financial statements.
- In multi-user systems, it is possible for more than one - An example of an economic event is a sale on account.
user to access the same database at the same time.
Business events
Without concurrency controls, it is possible for two or
more users to access the same record from the same - do not affect financial statements but can affect
table at the same time. important aspects of an organization.
- One example of such an event is the discovery that a
construction project will likely cost far more than was
Backup and Security
budgeted. While there is no journal entry for the event,
- A key security feature of any database, therefore, is a this would certainly be important information that
set of backup procedures that enable the organization to managers need to know.
recreate its data if the original copies are lost or
damaged.
- A system should have the ability to assign, maintain,
and require employees to use passwords and guard
against unwarranted intrusions.
- Databases contain data about objects of interest called - Database designers use a graphical documentation
entities. technique called the entity- relationship (E-R) diagram
to depict entities and their relationships.
- Database entities include business and economic
events plus information about who and what were - The diagram consists of three items: rectangles,
involved in those activities. Agents are the who connecting lines, and cardinality notations. Rectangles
associated with events. represent entities and connecting lines depict
relationships.
- Agents are classified as either internal or external.
NORMALIZATION
- is a methodology for ensuring that attributes are stored
in the most appropriate tables and that the design of the
database promotes accurate and nonredundant storage of
data.
- The process of normalization can result in the creation
of new tables to include in the database.
- There are multiple levels of normalization.
- We shall examine the first three levels—first normal
form, second normal form, and third normal form—
as these three normal forms address the vast majority of
problems when designing database tables.