You are on page 1of 3

CHAPTER 1 28.

flat-file model- Environment in which individual data files are


not related to other files
KEY TERMS 29. general ledger/financial reporting system (GL/FRS)-
1. accounting information systems (AIS)- Specialized subset System that produces traditional financial statements, such as
of information systems that processes financial transactions. income statements, balance sheets, statements of cash flows,
2. agents- Individuals and departments that participate in an tax returns, and other reports required by law.
economic event 30. general model for viewing AIS applications- Model that
3. assurance services- Professional services, including the describes all information systems, regardless of their
attest function, designed to improve the quality of information, technological architecture. The elements of the general model
both financial and nonfinancial, used by decision makers are end users, data sources, data collection, data processing,
4. attest function- Independent auditor’s responsibility to opine database management, information generation, and feedback
as to the fair presentation of a client firm’s financial statement 31. independence- Separation of the record-keeping function of
5. auditing- Form of independent attestation performed by an accounting from the functional areas that have custody of
expert who expresses an opinion about the fairness of a physical resources.
company’s financial statements. 32. information- Facts that cause the user to take an action that
6. auditor- Expert who expresses an opinion about the fairness he or she otherwise could not, or would not, have taken.
of a company’s financial statements. 33. information flows- Flow of information into and out of an
7. backbone systems- Basic system structure on which to build. organization
8. centralized data processing- Model under which all data 34. information generation- Process of compiling, arranging,
processing is performed by one or more large computers, formatting, and presenting information to users.
housed at a central site, that serve users throughout the 35. information system- Set of formal procedures by which data
organization are collected, processed into information, and distributed to
9. conceptual system- Production of several alternative users
designs for a new system 36. internal auditing- Appraisal function housed within the
10. currency of information- Problem associated with the flatfile organization
model because of its failure to update all the user files affected 37. IT auditing- Review of the computer-based components of an
by a change in status; may result in decisions based on organization. The audit is often performed as part of a broader
outdated information financial audit
11. data- Facts, which may or may not be processed (edited, 38. legacy systems- Large mainframe systems implemented in
summarized, or refined) and which have no direct effect on the the late 1960s through the 1980s
user 39. management information system (MIS)- System that
12. data collection- First operational stage in the information processes nonfinancial transactions not normally processed
system. by traditional accounting information systems
13. data processing- Group that manages the computer 40. management reporting system (MRS)- System that
resources used to perform the day-to-day processing of provides the internal financial information needed to manage
transactions a business
14. data sources- Financial transactions that enter the 41. nonfinancial transactions- Events that do not meet the
information system from both internal and external sources. narrow definition of a financial transaction. For example,
15. data storage- Efficient information system that captures and adding a new supplier of raw materials to the list of valid
stores data only once and makes this single source available suppliers is an event that may be processed by the
to all users who need it enterprise’s information system as a transaction
16. data updating- Periodic updating of data stored in the files of 42. physical system- Medium and method for capturing and
an organization presenting the information.
17. database- Physical repository for financial data 43. REA- (resources, events, and agents) model: Alternative
18. database management- Special software system that is accounting framework for modeling an organization’s critical
programmed to know which data elements each user is resources, events, and agents, and the relationships between
authorized to access. them.
19. database management system (DBMS)- Software system 44. relational database model- Model that permits the design of
that controls access to the data resource. integrated systems applications capable of supporting the
20. database model- Symbolic model of the structure of, and the information needs of multiple users from a common set of
associations between, an organization’s data entities. integrated database tables.
21. database tables- Flexible database approach that permits the 45. reliability- Property of information that makes it useful to
design of integrated systems applications capable of users.
supporting the information needs of multiple users from a 46. resources- Assets of an organization
common set of integrated database tables 47. segments- A functional unit of a business organization
22. distributed data processing (DDP)- Reorganizing the IT 48. stakeholders- Entities either inside or outside an organization
function into small information processing units (IPUs) that are that have a direct or indirect interest in the firm
distributed to end users and placed under their control. 49. subsystem- System viewed in relation to the larger system of
23. end users- Users for whom the system is built which it is a part.
24. enterprise resource planning (ERP)- System assembled of 50. system- Group of two or more interrelated components or
prefabricated software components subsystems that serve a common purpose
25. events- Phenomena that affect changes in resources 51. system development life cycle- Software development
26. feedback- Form of output that is sent back to the system as a process
source of data. Feedback may be internal or external and is 52. task-data dependency- User’s inability to obtain additional
used to initiate or alter a process information as his or her needs change
27. financial transaction- Economic event that affects the assets 53. trading partners- Category of external user, including
and equities of the organization, is measured in financial customer sales and billing information, purchase information
terms, and is reflected in the accounts of the firm for suppliers, and inventory receipts information.
54. traditional systems- Flat-file and early database systems
55. transaction- Event that affects an organization and that is
processed by its information system as a unit of work.
56. transaction processing system (TPS)- Activity composed of
three major subsystems—the revenue cycle, the expenditure
cycle, and the conversion cycle.
57. turnkey systems- Completely finished and tested systems
that are ready for implementation
58. vendor-supported systems- Custom systems that
organizations purchase from commercial vendors
CHAPTER 2 33. product documents- Documents that result from transaction
processing
KEY TERMS 34. program flowchart- Diagram providing a detailed description
1. access method- Technique used to locate records and of the sequential and logical operations of the program.
navigate through the database. 35. real-time systems- Systems that process transactions
2. accounting record- Document, journal, or ledger used in individually at the moment the economic event occurs.
transaction cycles. 36. record layout diagrams- Used to reveal the internal structure
3. alphabetic codes- Alphabetic characters assigned of the records that constitute a file or database table. The
sequentially. layout diagram usually shows the name, data type, and length
4. alphanumeric codes- Codes that allow the use of pure of each attribute (or field) in the record.
alphabetic characters embedded within numeric codes. 37. reference file- File that stores the data used as standards for
5. archive file- File that contains records of past transactions processing transactions
that are retained for future reference. 38. relative address pointer- Contains the relative position of a
6. batch- Group of similar transactions accumulated over time record in the file.
and then processed together. 39. revenue cycle- Cycle composed of sales order processing
7. batch systems- Systems that assemble transactions into and cash receipts
groups for processing 40. run- Each program in a batch system
8. block code- Coding scheme that assigns ranges of values to 41. sequential access method- Method in which all records in
specific attributes such as account classifications. the file are accessed sequentially
9. cardinality- Numerical mapping between entity instances 42. sequential codes- Codes that represent items in some
10. chart of accounts- Listing of an organization’s accounts sequential order
showing the account number and name. 43. sequential files- Files that are structured sequentially and
11. conversion cycle- Cycle composed of the production system must be accessed sequentially.
and the cost accounting system. 44. sequential structure- A data structure in which all records in
12. data flow diagram (DFD)- Use of a set of symbols in a the file lie in contiguous storage spaces in a specified
diagram to represent the processes, data sources, data flows, sequence arranged by their primary key
and process sequences of a current or proposed system. 45. source documents- Documents that capture and formalize
13. data model- Blueprint for what ultimately will become the transaction data needed for processing by their respective
physical database. transaction cycles
14. data structures- Techniques for physically arranging records 46. system flowchart- Flowcharts used to show the relationship
in a database. between the key elements—input sources, programs, and
15. direct access files- Files in which each record has a unique output products—of computer systems
location or address. 47. transaction file- Temporary file that holds transaction records
16. direct access structures- Storage of data at a unique that will be used to change or update data in a master file.
location, known as an address, on a hard disk or floppy disk. 48. turnaround documents- Product documents of one system
17. entities- Resource, event, or agent. that become source documents for another system.
18. entity relationship (ER) diagram- Documentation technique 49. virtual storage access method (VSAM)- Structure used for
used to represent the relationship among activities and users very large files that require routine batch processing and a
in a system. moderate degree of individual record processing
19. expenditure cycle- Acquisition of materials, property, and
labor in exchange for cash.
20. flat-file approach- Organizational environment in which users
own their data exclusively.
21. group codes- Codes used to represent complex items or
events involving two or more pieces of related data.
22. hashing structure- Structure employing an algorithm that
converts the primary key of a record directly into a storage
address
23. indexed random file- Randomly organized file accessed via
an index.
24. indexed structure- Class of file structure that uses indexes
for its primary access method
25. journal- Record of a chronological entry.
26. ledger- Book of accounts that reflects the financial effects of
the firm’s transactions after they are posted from the various
journals
27. logical key pointer- Pointer containing the primary key of the
related record.
28. master file- File containing account data
29. mnemonic codes- Alphabetic characters in the form of
acronyms that convey meaning.
30. organization- Refers to the way records are physically
arranged on the secondary storage device (e.g., a disk)
31. physical address pointer- Contains the actual disk storage
location (cylinder, surface, and record number) that the disk
controller needs.
32. pointer structure- Structure in which the address (pointer) of
one record is stored in the field on a related record

You might also like