Chapter 2 Flashcards

(42 cards)

1
Q

Three transaction cycles process most of the firm’s economic activity:

A

the expenditure cycle, the conversion cycle, and the revenue cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Economic events result in some documents being created at the beginning of the transaction

A

Source Documents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

are the result of transaction processing rather than the triggering mechanism for the process

A

Product Documents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

are product documents of one system that
become source documents for another system

A

Turnaround Documents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

is a record of a chronological entry

A

Journal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

There are two primary types of
journals:

A

special journals and general journals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

are used to record specific classes of transactions that occur in high volume

A

Special Journals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The term ______ is often used to denote certain types of special journals

A

register

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Firms use the __________ to record nonrecurring, infrequent, and dissimilar transactions

A

general journal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

is a book of accounts that reflects the financial effects of the firm’s transactions after they are
posted from the various journals

A

Ledger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

contain the firm’s account information
in the form of highly summarized control accounts; shows activity for each account listed
on the chart of accounts

A

General Ledger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

contain the details of the individual accounts that constitute a particular control account

A

Subsidiary Ledger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The accounting records provide an ________ for tracing transactions from source documents to the financial statements

A

audit trail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The audit trail is __________ in computer-based systems than traditional manual systems

A

less observable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Accounting records in computer-based systems are represented by four different types of magnetic files:

A

master files, transaction files, reference files, and archive files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

generally contains account data

A

master files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

A __________ is a temporary file of transaction records used to change or update data in a master file.

A

transaction file

18
Q

A ___________ stores data that are used as standards for processing transactions

A

reference file

19
Q

An _________ contains records of past transactions that are retained for future reference. These transactions form an important part of the audit trail

20
Q

Two commonly used systems design and documentation techniques are the

A

entity relationship diagram and the data flow diagram

21
Q

uses symbols to represent the entities, processes, data flows, and data
stores that pertain to a system

A

Data Flow Diagram (DFD)

22
Q

Entities should always be labeled as ___ on a DFD

23
Q

Systems analysts use DFDs extensively to represent the ___________ of the system. This technique does not, however, depict the ____

A

logical elements; physical system

24
Q

is a documentation technique used to represent the relationship between entities.

A

entity relationship (ER) diagram

25
the graphical representation of the physical relationships among key elements of a system. These elements may include organizational departments, manual activities, computer programs, hard-copy accounting records (documents, journals, ledgers, and files), and digital records (reference files, transaction files, archive files, and master files).
System Flowcharts
26
System flowcharts also describe the type of ________ being employed in the system, such as magnetic tape, magnetic disks, and terminals.
Computer media
27
Typically, a system flowchart shows only the flow of _________, not physical assets
documents
28
permits the efficient management of a large volume of transactions
Batch Processing
29
is a group of similar transactions (such as sales orders) that are accumulated over time and then processed together.
Batch
30
- illustrate the relationship among processes and the documents that flow between them - contain more details than data flow diagrams - clearly depict the separation of functions in a system
Document Flowchart
31
This type of flowchart provide the operational details that are sometimes needed
Program Flowchart
32
Modern systems characteristics
- client-server based and process transactions in real time - use relational database tables - have high degree of process integration and data sharing - some are mainframe based and use batch processing
33
Legacy systems characteristics
- mainframe-based applications - batch oriented - early legacy systems use flat files for data storage - later legacy systems use hierarchical and network databases - data storage systems promote a single-user environment that - discourages information integration
34
The ________________ leaves no backup copy of the original master file
destructive update approach
35
Prior to each batch update or periodically (for example, every 15 minutes), the master file being updated is copied to create a _________________.
backup version of the original file
36
Should the current master be destroyed after the update process, reconstruction is possible in two stages.
First, a special recovery program uses the backup file to create a pre-update version of the master file. Second, the file update process is repeated using the previous batch of transactions to restore the master to its current condition.
37
Computer-based accounting systems fall into two broad classes:
batch systems and real-time systems
38
assemble transactions into groups for processing. Under this approach, there is always a time lag between the point at which an economic event occurs and the point at which it is reflected in the firm’s accounts
Batch Systems
39
The amount of lag depends on the _________ of batch processing
frequency
40
process transactions individually at the moment the event occurs. Because records are not grouped into batches, there are no time lags between occurrence and recording.
Real-Time Systems
41
Steps in Batch Processing/Sequential File
Keystroke - source documents are transcribed by clerks to magnetic tape for processing later Edit Run - identifies clerical errors in the batch and places them into an error file Sort Run - places the transaction file in the same order as the master file using a primary key Update Run - changes the value of appropriate fields in the master file to reflect the transaction Backup Procedure - the original master continues to exist and a new master file is created
42
Advantages of Batch Processing
- Organizations can increase efficiency by grouping large numbers of transactions into batches rather than processing each event separately. - Batch processing provides control over the transaction process via control figures.