Вы находитесь на странице: 1из 11

CHAPTER 2 · Batch systems- It assembles transactions into general to highly detailed.

They represent sources of


groups for processing. and destinations for data. Systems analysts use DFDs
Introduction to extensively to represent the logical elements of the
Transaction Processing · Block code – a variation on sequential coding that system. This technique does not, however, depict
partly remedies the disadvantages; coding scheme the physical system. In other words, DFDs show what
that assigns ranges of values to specific attributes logical tasks are being done, but not how they are
KEY TERMS
such as account classifications. done or who (or what) is performing them.
- Use of a set of symbols in a diagram to
· Access method - Technique used to locate records · Cardinality – the degree of the relationship represent the processes, data sources, data
and navigate through the database between two entities; the numeric mapping flows, and process sequences of a current
between entity instances. or proposed system.
· Accounting records - are documents, journal, or
ledger used in transaction cycles. · Chart of accounts - Listing of an organization’s
- Are key sources of information and · Data model - Blueprint for what ultimately will
accounts showing the account number and name. become the physical database.
evidence used to prepare, verify, and/or
audit the financial statements. ·Conversion Cycle - Transforms input resources, raw · Data storage- Efficient information system that
materials, labor, and overhead into finished products captures and stores data only once and makes this
· Alphabetic codes - are used for many of the same or services for sale. Cycle composed of the single source available to all users who need it.
purposes as numeric codes. Alphabetic character production system and the cost accounting system. - Creates excessive storage costs of paper
may be assigned sequentially (in alphabetical order)
or may be used in block and group coding documents and/or magnetic form.
· Currency of information - problem associated with
techniques. the flat-file model because of its failure to update all
the user files affected by a change in status; may · Data structure - constitute the physical and logical
· Alphanumeric codes- Codes that allow the use of result in decisions based on outdated information. arrangement of data in files and databases;
pure alphabetic characters embedded within techniques for physically arranging records in a
numeric codes. · Database Management System (DBMS) - is a database.
special software programmed to know which data
· Archive file - contains records of past transactions elements each user is authorized to access and deny · Data updating - periodic updating of data stored in
that are retained for future reference. These unauthorized requests of data. Its purpose is to the files of an organization.
transactions form an important part of the audit provide controlled access to database. - any changes or additions must be
trail. Archive files include journals, prior-period performed multiple times.
payroll information, lists of former employees, · Database model - Symbolic model of the structure
records of accounts written off, and prior-period of, and the associations between, an organization’s · Deadlock - “wait” state that occurs between sites
ledgers. data entities. when data are locked by multiple sites that are
- Refers to the particular method used to waiting for the removal of the locks from the other
· Audit trail - The accounting records described organize records in a database. There are sites.
previously provide an audit trail for tracing three main models: Hierarchical, Network
transactions from source doc to the FS. and Relational. · Direct access structures - storage of data at a
unique location, known as an address, on a hard disk
· Batch - Is a group of similar transactions (such as or floppy disk.
· Data flow diagram - uses symbols to represent the
sales orders) that are accumulated over time and
entities, processes, data flows, and data stores that
then processed together. · Entity relationship (ER) diagram - An entity
pertain to a system. DFDs are used to represent
relationship model, also called an entity-relationship
systems at different levels of detail from very
(ER) diagram, is a graphical representation of entities
and their relationships to each other, typically used · Journal vouchers - Accounting journal entries into · Program flowchart - diagram providing a detailed
in computing in regard to the organization of data an accounting system for the purposes of making description of the sequential and logical operations
within databases or information systems. corrections or adjustments to the accounting data. of the program.
For control purposes, all JVs should be approved by - provide essential details for conducting IT
· Expenditure cycle - expenditure cycle is a set of the appropriate designated authority. audits. Sometimes used by accountants to
purchasing decisions and actions. It's the repetitive - special source document that contains a verify the correctness of program logic.
process of creating purchase orders and ordering single journal entry specifying the general
goods and services, receiving these items, approving ledger accounts that are affected. · Real-time systems - Systems that process
the invoices for these items and services, and paying transactions individually at the moment the
the invoices. Assume that your company periodically · Ledger- a book of accounts that reflects the economic event occurs.
buys office supplies. financial effects of the firm’s transactions after they
are posted from the various journals. ·Record layout diagrams - are used to reveal the
· Flat-file approach - a single-view model that internal structure of the records that constitute a file
characterizes legacy systems in which data files are · Legacy systems - Large mainframe systems or database table. The layout diagram usually shows
structured, formatted and arranged to suit the implemented in the late 1960s through the 1980s. the name, data type, and length of each attribute (or
specific needs of the owner or primary user of the field) in the record. This type of layout shows the
system; organizational environment in which users · Logical key pointer - pointer that contains the content of a record. Each data attribute and key field
own their data exclusively. primary key of the related record. is shown in terms of its name and relative location.

· Flat-file model - environment in which individual · Master file – generally contains account data. · Reference file - stores data that are used as
data files are not related to other files. - Examples are general ledgers and subsidiary standards for processing transactions. For ex. The
ledgers. Data values in master files are payroll program may refer to a tax table to calculate
· Group codes - Codes used to represent complex updated from transactions. the proper amount of withholding taxes for payroll
items or events involving two or more pieces of transactions. Other reference files include price lists
related data. used for preparing customer invoices, lists of
· Mnemonic codes - Alphabetic characters in the
form of acronyms that convey meaning. authorized suppliers, employee rosters, and
· Hashing structure - structure employing an customer credit files for approving credit sales.
algorithm that converts the primary key of a record
· Organization - refers to the way records are
directly into a storage address. · Register - often used to denote certain types of
physically arranged on the secondary storage device.
special journals. For example, the payroll journal is
· Indexed random file - Randomly organized file · Physical address pointer- Contains the actual disk often called the payroll register. We also use the
accessed via an index. storage location (cylinder, surface, and record term register, however, to denote a log. For
number) that the disk controller needs. example, a receiving register is a log of all receipts of
· Indexed structure- class of file structure that uses raw materials or merchandise ordered from vendors.
indexes for its primary access method; there exists a · Pointer structure - structure in which the address Similarly, a shipping register is a log that records all
separate index that is itself a file or record (pointer) of one record is stored on the field on a shipments to customers.
addresses; this index contains the numeric value of related record.
the physical disk storage location for each record in · Relative address pointer - contains the relative
the associated data file. · Product Documents - are the result of transaction position of a record in the file.
processing rather than the triggering mechanism for
· Journal- record of a chronological entry. the process. · Revenue cycle - Cycle composed of sales order
Documents that are the primary source of data. processing and cash receipts (cash sales, credit sales
and the receipt of cash).
REVIEW QUESTIONS ⮚ Production system - planning, scheduling,
· Sequential access method - Method in which all and control of the physical product through
records in the file are accessed sequentially. 1. What three transaction cycles exist in all the manufacturing process.
businesses? ⮚ Cost Accounting system - monitors the flow
· Sequential codes- Represent items in some ⮚ Expenditure cycle- Acquisition of materials, of cost information related to production.
sequential order (ascending or descending). These property, and labor in exchange for cash.
numbers become transaction numbers. It alerts the ⮚ Conversion cycle- Cycle composed of the 5. Name the major subsystems of the revenue
mgt. to the possibility of missing transactions. cycle.
production system and the cost accounting
system. ⮚ Sales order Processing- preparing sales
· Sequential codes - Codes that represent items in
⮚ Revenue cycle- Cycle composed of sales orders, granting credit, shipping products
some sequential order.
order processing and cash receipts (or rendering of a service) to the customer,
· Sequential structure - a data structure in which all billing customers, and recording the
records in the file lie in contiguous storage spaces in 2. Name the major subsystems of the expenditure transaction in the accounts
a specified sequence arranged by their primary key. cycle. ⮚ Cash Receipts - collecting cash, depositing
⮚ Purchases/ Accounts Payable system - cash in the bank, and recording these
· Source documents - Documents that capture and recognizes the need to acquire physical events in the accounts
formalize transaction data needed for processing by inventory and places an order with the
their respective transaction cycles. vendor 6. Name the three types of documents.
⮚ Cash disbursements system - When the ⮚ Source Documents- docs being created at
· System flowchart - portray the computer aspects obligation created in the purchases system the beginning (the source) of the
of a system. They depict the relationships between is due, the cash disbursements system transaction
input (source) data, transaction files, computer authorizes the payment, disburses the ⮚ Product Documents- the result of
programs, master files, and output report produced funds to the vendor, and records the transaction processing rather than the
by the system. It also describes the type of media triggering mechanism for the process.
transaction by reducing the cash and A/P
being used in the system, such as magnetic tape,
accounts. ⮚ Turnaround Documents - are product
magnetic disks, and terminals.
⮚ Payroll system - collects labor usage data documents of one system that become
· Task-data dependency - User’s inability to obtain for each employee, computes the payroll, source documents for another system.
additional information as his or her needs change. and disburses paychecks to the employees.
⮚ Fixed Asset system -processes transactions 7. Name two types of journals.
· Transaction file - a temporary file of transaction pertaining to the acquisition, maintenance, ⮚ Special journals and general journal
records used to change or update data in a master and disposal of its fixed assets.
file. Sales orders, inventory receipts, and cash 8. Distinguish between a general journal and
receipts are examples of transaction files. 3. Identify and distinguish between the physical journal vouchers.
and financial components of the expenditure cycle. Firms use a general journal is to record
· Turnaround documents - product documents of ⮚ Physical- the acquisition of goods or nonrecurring infrequent, and dissimilar transactions.
one system that become source documents for services Oftentimes, general journals are replaced with a
another system. ⮚ Financial- the cash disbursement to the journal voucher system. On the other hand, the
journal voucher is used to record summaries of
supplier
· Virtual storage access method (VSAM) – structure routine transactions, no routine transactions,
used for very large files that require routine batch adjusting entries, and closing entries. It is a special
4. Name the major subsystems of the conversion
processing and a moderate degree of individual source document that contains a single journal entry
cycle.
record processing.
specifying the general ledger accounts that are journals, payroll journals, etc. Reference files include 17. What is meant by cardinality in entity
affected. lists of vendors, delinquent customers, tax tables, relationship diagrams?
sales tax rates, discount rates, lists of customers In entity relationship diagrams, cardinality is
9. Name two types of ledgers. granted specific discounts, etc. Archive files are the numeric mapping between entity instances. An
⮚ General ledger and subsidiary ledger typically composed of records that have been entity relationship can be one-to-one, one-to-many,
processed but are retained for their history. or many-to-many. If we think of entities in the entity
10. What is an audit trail? Examples include payroll transactions, sales relationship diagram as files of records, cardinality is
A trail that allows the auditor to begin with transactions, etc. the maximum number of records in one file that are
a summary total found on the financial statements related to a single record in the other file and vice
and track it back to the individual transactions that 14. What is the purpose of a digital audit trail? versa. It also reflects normal business rules as well as
make up this total. Conversely, an auditor should be The digital audit trail, like the paper trail, organizational policy.
able to track transactions to their final impact on the allows us to trace transactions from the financial
financial statements. statement balance back to the actual transaction so 18. For what purpose are entity relationship
we may: (1) compare balances, (2) perform diagrams used?
reconciliations, (3) select and trace samples of Entity relationship diagrams are used to
11. What is the confirmation process? entries, and (4) identify, pull, and verify specific model an organization’s database. It serves as a
The confirmation process involves transactions. blueprint for what ultimately will become the
contacting selected customers to determine if physical database.
transactions recorded in the accounts actually took 15. Give an example of how cardinality relates to
place and that customers agree with recorded business policy. 19. What is an entity?
balance. Cardinality reflects normal business rules as Entities are physical resources
12. Computer-based systems employ four types of well as organizational policy. For instance, the 1:1 (automobiles, cash, or inventory), events (ordering
files. Name them. cardinality in the first example in Figure 2-12 inventory, receiving cash, shipping goods), and
⮚ Master files, which generally contains suggests that each salesperson in the organization is agents (salesperson, customer, or vendor) about
account data. assigned one automobile. If instead the which the organization wishes to capture data.
⮚ Transaction files, which is a temporary file organization’s policy were to assign a single
used to update data in a master file. automobile to one or more salespeople that share it, 20. Distinguish between batch and real-time
this policy would be reflected by a 1: M relationship. processing.
⮚ Reference files, which stores data that are
Batch processing occurs when similar
used as standards for processing
16. Distinguish between entity relationship transactions are accumulated over time and
transactions. diagrams, data flow diagrams, and system processed together. Real-time processing captures
⮚ Archive files, which contains records of past flowcharts. each event or transaction and processes it before
transactions that are retained for future An entity relationship diagram is a engaging in another transaction. If transactions are
reference. documentation technique used to represent the independent of one another, such as the processing
relationship among activities and users in a system. of daily cash receipts, then batch processing is
13. Give an example of a record for each of the four Data flow diagrams are the use of a set of symbols in appropriate. If transactions are dependent on
file types found in computer-based system. a diagram to represent the processes, data sources, another, such as credit sales, ticket sales, etc., then
Master files correspond to general ledger data flows, and process sequences of a current or real-time processing is more appropriate
accounts and subsidiary ledgers. Ex. include accounts proposed system. System flowcharts are flowcharts
receivable and customer subsidiary accounts, used to show the relationship between the key 21. What is a flat-file model?
accounts payable and vendor subsidiary accounts, elements—input sources, programs, and output A flat-file structure is a single-view model
inventory, etc. Transaction files correspond to products—of computer systems. that characterizes legacy systems in w/c data file are
general and special journals. Examples include the structured, formatted, and arranged to suit the
general journal, sales journals, cash receipts specific needs of the owner or primary user of the
system. Such structuring, however, may omit or files that they use, and the outputs that they
corrupt data attributes that are essential to other produce. However, this level of documentation does 30. What information is provided by a record layout
users, thus preventing successful integration of not provide the operational details that are diagram?
systems across the organization. sometimes needed. An auditor wishing to assess the Record layout diagrams are used to reveal
correctness of a program’s logic cannot do so from the internal structure of the records that constitute a
22. Is a data flow diagram an effective the system flowchart. A program flowchart provides file or database table. The layout diagram usually
documentation technique for identifying who or this detail. Every program represented in a system shows the name, data type, and length of each
what performs a particular task? Explain. flowchart should have a supporting program attribute (or field) in the record.
A flowchart depicts the physical system and flowchart that describes its logic.
illustrates what type of and where a task is 31. In one sentence, what does updating a master
performed and who is performing it. 27. What are the three general problems file record involve?
associated with data redundancy? Updating a master file record involves
23. Is a flowchart an effective documentation ⮚ increased data storage since the same data changing the value of one or more of its variable
technique for identifying who or what performs a is stored in multiple files fields to reflect the effects of a transaction.
particular task? Explain. ⮚ increased data updating since changes must
A flowchart is an effective documentation be made to multiple files 32. What is the purpose of the DBMS?
technique for identifying who or what performs a ⮚ possibility of noncurrent data caused by The purpose of the DBMS is to provide
particular task since it depicts the physical system failure to update. controlled access to the database. The DBMS is a
and illustrates the type of and where a task is special software that is programmed to know which
performed and who is performing it. data elements each user is authorized to access.
28. What is task data dependency?
Another problem with the flat-file approach
24. How may batch processing be used to improve 33. Flat files limit data integration. Explain.
is the user’s inability to obtain additional information
operational efficiency? Files are structured to suit the specific
as his or her needs change. This problem is called
A single transaction may affect several needs of the primary user and such structuring may
task-data dependency. The user’s information set is
different accounts. Some of these accounts, exclude certain data that may be useful to other
constrained by the data that he or she possesses and
however, may not need to be updated in real users thus, preventing integration. Ex, data from the
controls. Users act independently rather than as
time. In fact, the task of doing so takes time which, Accounting Department may be seen as useless by
members of a user community. In such an
when multiplied by hundreds or thousands of other departments of the company, that is why
environment, it is difficult to establish a mechanism
transactions, can cause significant processing delays. integration is needed to explain why one aspect of
for the formal sharing of data. Therefore, new
Batch processing of noncritical accounts, however, the company doing to another party.
information needs tend to be satisfied by procuring
improves operational efficiency by eliminating
new data files. This takes time, inhibits performance,
unnecessary activities at critical points in the 34. What factor influences the decision to employ
adds to data redundancy, and drives data
process. real-time data collection with batch updating rather
management costs even higher.
that purely real-time processing? Explain.
25 Why might an auditor use a program flowchart? Transaction volume is the key factor. Large-
29. What is the Database Model?
When testing an application program, the scale systems that process high volumes of
Organizations have overcome some of the
auditor needs details about its internal logic transactions are better with real time data collection
problems associated with flat files by implementing
provided by the program flowchart to design the with batch updating Master file records that are
the database model to data management. With the
audit tests. unique to a transaction can be updated real time
organization’s data in a central location, all users
without causing delay.
have access to the data they need to achieve their
26. How are system flowcharts and program
respective objectives. Access to the data resource is
flowcharts related? 35. What are the advantages of real-time data
controlled by a database management system
The system flowchart shows the processing?
(DBMS).
relationship between two computer programs, the
In real-time processing environment, the orders being placed through the purchases/accounts material and fixed assets including the employees
master files are updated as soon as the transaction is payable subsystem of the expenditure cycle. For which are indirectly or directly converted to
submitted and accepted into the system. Thus, credit sales, the cash is ultimately released once the products or services which are offered to the
reports are more accurate since it is as current as goods are received (or services are performed) and customers from which the company earns profit.
possible. Advantages include improved productivity, an invoice has been received. The lag between
reduced inventory, increased inventory turnover, receiving goods and disbursement of cash may be 4. Can a turnaround document contain information
decreased lags in customer billing and enhanced days or weeks. Cash is also disbursed to employees, that is subsequently used as a source document?
customer satisfaction because transaction typically after services are rendered by the Why or why not?
information is transmitted electronically, physical employees. The lag is usually no more than one-half Yes. For example, the remittance advice of a
source documents can be eliminated or greatly a month for salaried employees and as short as one- bill that is returned with the payment serves as a
reduced. half a week for hourly wage earners. The payroll source document for the cash receipts transaction
subsystem of the expenditure system captures these processing system. Thus, the product document
36. What are the advantages of real-time data disbursements to employees. becomes a source document. It is not necessary that
collection? a source document is freshly prepared sheet at the
Certain transaction errors can be prevented 2. Explain whether the cost accounting system starting of a transaction. It may be possible that
or detected and corrected at their source. The result primarily supports internal or external reporting. some document which is already prepared may
is a transaction file that is free from most of the Cost Accounting System is one of the major serve as a source document at some stage. These
errors that plague older legacy systems. subsystems of Conversion Cycle. Cost Accounting documents are known as turnaround documents.
System monitors the flow of cost information related These are product documents of one system serving
to production. The information this system produces as a source document to some other system.
is used for inventory valuation, budgeting, cost
control, performance reporting, and management 5. Would the writing down of obsolete inventory be
DISCUSSION QUESTIONS decisions, such as make-or-buy decisions. Therefore, recorded in a special journal or the general journal?
the Cost Accounting System primarily supports Why?
1. Discuss the flow of cash through the transaction internal reporting. The writing down of obsolete inventory is
cycles. Include in your discussion the relevant recorded in the general journal since it is
subsystems and any time lags that may occur. 3. Discuss the role of the conversion cycle for nonrecurring, no repetitive, and not similar to other
Cash flows into the firm from sales made to service and retailing entities. types of transactions.
customers. The sales order processing subsystem of Role of Conversion Cycle in Services and
the revenue cycle captures the intent of customers Retailing Entities: 6. Are both registers and special journals
to exchange cash for services or goods • Transaction cycles hold good for financial necessary?
manufactured. Typically sales are made on credit. transactions in accounting processes. To deal with Sometimes the terms are used
The cash receipts subsystem of the revenue cycle voluminous load of transactions on a daily basis, interchangeably, such as the sales journal is
captures the actual receipt of cash. Depending on these transactions are grouped together based on a sometimes called the sales register. The term journal
the credit terms and promptness of payment by the common share of characteristics into Transaction is appropriate when the information needs to be
customer, the lag between the sales order cycles. ultimately posted to the general ledger. Registers
processing subsystem and the cash receipts • Manufacturing companies convert raw materials may be used to keep logs of information that may
subsystem may be days, weeks, or months. The cash into finished goods through conversion cycle. A support, but do not specifically get posted to the
inflow allows the organization to purchase raw company may be product based or service based. general ledger, such as a raw materials receipts
materials, pay workers, and buy capital assets The main concern during the whole business register or a shipping log.
necessary to manufacture the product (or to provide scenario is the conversion of cash through
services). The raw materials requirements are various stages and ultimately earning the profit. 7. Discuss the relationship between the balance in
determined by the production planning subsystem • The cash disbursement process lies with the accounts payable general ledger control
of the conversion cycle. These requirements trigger expenditure which a company makes to buy raw
account and what is found in the accounts payable to suit the specific needs of the owner or primary
subsidiary ledger. 11. Discuss why an understanding of legacy system user of the data. Such structuring, however, may
The balance in the general ledger is technologies is of some importance to exclude data needed by other users, thus preventing
considered a control account. This amount is an auditors. successful integration of data across the
aggregated number representing the total amount Not all modern organizations use entirely organization.
owed to creditors listed in the accounts payable modern information systems. Some firms employ
journal. The accounts payable subsidiary ledger legacy systems for certain aspects of their data 16. Explain the similarity and difference between
details the exact amount owed to each creditor. The processing. When legacy systems are used to the data update and information currency
sum of the amounts owed to each creditor listed in process financially significant transactions, auditors problems associated with flat files.
the accounts payable journal should equal the need to know how to evaluate and test them. Both require multiple periodic updating of
corresponding control total in the general ledger. information. While data updating adds to the task
Thus the accounts payable subsidiary ledger is a 12. If an organization processes large numbers of and cost of data management, Currency of
detailed breakdown of the summary control total of transactions that use common data records, what Information, on the other hand, results to decisions
accounts payable in the general ledger. type of system would work best (all else being based on outdated information.
equal)?
8. What role does the audit trail play in the task of Large-scale systems that process high 17. Should an auditor wishing to assess the
confirmation? volumes of transactions often use real-time data adequacy of separation of functions examine a data
Confirmation is most typically used for collection and batch updating. Master file records flow diagram or a system flowchart? Why?
confirming the accounts receivable account as that are unique to a transaction, such as customer The auditor should examine the system
reported in the balance sheet. The audit trail is used accounts and individual inventory records can be flowchart since it depicts the separation of functions
to trace from the general ledger accounts receivable updated in real time without causing operational and illustrates who is responsible for performing the
control account to the subsidiary account, and then delays. Common accounts should be updated in specific processing steps. The data flow diagram, on
to specific customers’ accounts. A sample of the batch mode. Real-time processing is better suited to the other hand, illustrates the logical system and is
customer accounts is then selected for confirmation. systems that process lower transaction volumes and too general because of the many physical designs
those that do not share common records. applicable.
9. Explain how the magnetic audit trail functions.
In theory, the magnetic audit trail functions 13. If an organization processes transaction that 18. Discuss some of the problems associated with
the same as a manual audit trail. In practice, the have independent (unique) data needs, what type general ledger systems that do not have data
steps are slightly different. The archive file that of system would work best (all else being equal)? coding schemes.
consists solely of valid transactions is the file to Real-time processing is better suited to Postings to ledger accounts will require
which the accounts receivable subsidiary account systems that process lower transaction volumes and searching through the subsidiary files using lengthy
balances and transactions are traced. The customers those that do not share common records. descriptions as the key making this slow and
still need to be contacted for confirmation inefficient because postings to the wrong accounts
14. What is the most striking difference between will be common.
10. Are large batch sizes preferable to small batch the database model and the flat file model?
sizes? Explain. The most striking difference between the 19. For each of the following items, indicate
Small batches have the advantage of fewer database model and the flat-file model is the pooling whether a sequential, block, group, alphabetic, or
transactions to sort through for error detection, but of data into a common database that all mnemonic code would be most appropriate (you
they are not processed as efficiently. Further, organizational users share. may list multiple methods; give an example and
computing facilities and constraints might dictate explain why each method is appropriate):
whether multiple small batches may be processed 15. What is meant by the term single user view as it a. State codes– Alphabetic code - since it
throughout the day or whether a single large batch is applies to flat files, and why is this a problem? corresponds with the postal service abbreviation
processed at night when the computing facilities The flat-file approach is a single-view
have excess capacity model. Files are structured, formatted, and arranged
b. Check number – Numeric, Sequential - because it thus giving the organization the ability to take generation to batch processing and it processes the
allows checks to have a specific number in case it immediate action when responding to an event, data the moment it comes. Payroll system is not a
goes missing issue or scenario in the shortest possible span of dynamic working of the system as it is fixedand is
c. Chart of accounts – Block - this coding allows a time. required to run after specific intervals. It does not
whole class of items to be restricted to a specific - It could also give the organization the ability need any dynamic functioning, thus, to be cost
range to gain insights from the updated data to effective we put payroll system under batch
d. Inventory item number – Alphanumeric - the detect patterns for possible identification of processing.
alphabetic portion allows more possible either opportunities (improved productivity, - real time system can only do one
combinations while the numeric portion makes it reduced inventory, increased inventory transaction at a time.
easily sorted and found turnover, decreased lags in customer billing
e. Bin number (Inventory warehouse location) – 4. Which of the following statements is not correct?
and enhance customer satisfaction) or
Group - certain digits may be to represent which a. the database approach uses one common
threats to the organization’s business.
warehouse, floor, rows and bin database to promote the concept of single user
f. Sales order number – Numeric, Sequential - since view
it can be easily found out if something was missing 2. Which statement is NOT true? Batch processing
b. database systems resolve task data dependency
g. Vendor code – Alphanumeric - with the a. is a subject to deadlocks when processing
c. the flat-file model encourages data redundancy
alphabetic codes, the names will be more common accounts
d. a primary goal of database systems is to minimize
meaningful and the numeric can be used for b. permits data to be edited in a separate computer
data redundancy e. database systems provide
distinguishment of those firms with similar name run
increased accessibility to data and data integration
h. Invoice number – Numeric, Sequential - can be c. can use databases and flat files
examine sequentially and gaps in the sequence can d. can be initiated from a terminal
Justification: The database system pools data into a
mean that there are missing invoices common database that is shared by all the users
i. Customer number – Alphanumeric - with the Justification: Batch processing system is completely
thus, offering multiple user views in that database.
alphabetic codes, the names will be more opposite to the rules of real-time processing system.
- If all data is integrated into a single
meaningful and the numeric can be used for Batch processing does not deal with the data
dynamically while real-time processing does. database, it can be damaged because of
distinguishment of those customer with similar electric failure or database is corrupted on
name Therefore, whatever data is edited, it is not edited
on real-time basis and is definitely not dynamic the storage media. Use of the same
enough to react instantly. program or one common database at a time
- Deadlocks cannot happen because by many users sometimes lead to the loss of
MULTIPLE CHOICE transactions are sorted by type similarities some data.
& are all process together at the same time.
1. Which of the following is not an advantage of
real-time processing of files over batch processing? 5. Which of the following is NOT true of a turn-
3. Which is the least appropriate type of
a. shorter transaction processing time around document?
transaction for a real-time system?
b. reduction of inventory stocks a. it may reduce errors made by external parties
c. improved customer service b. it is used as internal documents only
a. airline reservations
d. all are advantages c. it is commonly used by utility companies (gas,
b. point-of-sale transactions
e. none of the above are advantages power, water)
c. weekly processing of payroll checks
d. it is both input and output document
d. air traffic control system
Justification: Real-time systems process transactions
e. all of the above are real-time systems
individually at the moment the event occurs; Justification: Turn around documents are product
therefore; no time lags exist between occurrence documents of one system that become source
Justification: Real time processing demands dynamic
and processing. Information is always up to date documents for another system hence they are also
outputs depending upon the situation. It is the next
for external use. It contains important information a. The two contain different and unrelated data and improve performance that gets
about a customer’s account to help the cash receipts b. The relationship between the two constitute part gradually decreased with the addition of
system process the payment. of the audit trail. new records.
c. All general ledger accounts have subsidiaries
6. A documentation tool used to represent the d. The total of subsidiary ledger accounts usually 10. A database deadlock
logical elements of a system is a(n) exceeds the total in the related general ledger a. is a lock placed on a record to prevent it from
a. data flow diagram d. system flowchart accounts being accessed by other processes.
b. programming flowchart e. all of the above b. occurs when two records are accidentally assigned
c. entity relationship diagram Justification: The relationship between subsidiary the same primary key
and general ledger provides an audit trail from c. occurs when a unique record is accessed by
Justification: A. The data flow diagram (DFD) uses financial statements to source documents. The several different processes simultaneously.
symbols to represent the entities, processes, data reason behind this is, the cumulative of the d. is none of the above
flows, and data stores that pertain to a system. subsidiary ledger balance must be equal to the one
Systems analysts use DFDs extensively to represent mentioned in general ledger. This is one of the best Justification: A database deadlock is a process that
the logical elements of the system. ways followed during audit trail. Subsidiary ledgers places a lock on one or more of the records that
- D. A system flowchart is the graphical contain information in detail about a transaction should be processed. But it will not lock all of them.
representation of the physical relationship whereas the general ledgers keep the summarized It is a disruptive condition that depends on how
among key elements of a system, which are view. records will be locked by the system.
org’l dept., manual activities, computer - The audit of AR often includes a procedure - occurs when two or more transactions are
programs, hard-copy accounting records called confirmation. With the information waiting for one or more to give up locks. It
(documents, journals, legers and files), and from the subsidiary ledger the auditor can happens when two or more transactions
digital records (reference files, transaction confirm the transactions of the general are blocked from completion because one
files, archive files and master files). ledger. holds or locks on resources that the other
transaction also needs. Thus, it is in a ‘wait’
7. Which of the following statements is not a true 9. Which statement is NOT correct? state.
statement? a. Indexed random files are dispersed throughout
a. Transactions are recorded on ledgers and are the storage device without regard for physical 11. An invoice file would best be coded using a(n)
posted to journals proximity with related records. coding ___ scheme.
b. Transactions are recorded in journals and are b. Indexed random files use disk storage space a. alphabetic b. mnemonic c. block d. sequential
posted to ledgers efficiently.
c. Infrequent transactions are recorded in the c. Indexed random files are efficient when Justification: The best coding schemes for chart of
general journal processing a large portion of a file at one time. accounts is Block Code. This scheme can be used to
d. Transactions are recorded in special journal d. Indexed random files are easy to maintain in represent whole classes with restrictions to specific
terms of adding records range. A well designed chart of account is the basis
Justification: in the accounting cycle, transactions of general ledger thus being important to a
are first recorded in the journals followed by the Justification: indexed random files are not efficient company. More extensive chart of accounts gives
posting to the ledgers and not recorded on ledgers structures for operations that involve processing a more precision to the value which is good for
then posted in journals. large portion of a file. This might require a great deal internal or external users
of access time because in doing so, an entire record
of files are to be accessed that are randomly 12. Which statement is NOT correct?
8. Which of the following is true of the relationship dispersed throughout the storage device. a. Legacy systems do not process financially
between subsidiary ledgers and general ledger - The indexed files have to be reorganized significant transactions
accounts? from time to time get rid of deleted records
b. Mainframes are exclusive to legacy systems, while b. two records can be stored at the same address
modern systems use only client-server model c. pointers are used to indicate the location of all 17. Which statement is NOT correct? The virtual
c. Legacy systems may use database technology records storage access method
d. All of the above are true d. all locations on the disk are used for record a. is used for very large files that need both direct
storage access and batch processing.
Justification: Legacy systems may process financially b. may use an overflow area for records.
significant transactions. When legacy system is used Justification: A. Hashing structure employs an c. provides an exact physical address for each
to process financially significant transactions, algorithm that converts the primary key of a record record.
Auditors need to know how to evaluate and test directly into a storage address. Hashing eliminates d. is appropriate for files that require few insertions
them. the need for a separate index. By calculating the or deletions.
address, rather than reading it from an index,
13. A documentation tool that depicts the physical records can be retrieved more quickly. Justification: The Virtual Storage Access Method
flow of information relating to a particular - B. In hashing structure, surprisingly, it is indexes do not provide an exact physical address for
transaction through an organization is a(n) possible to store two records at a single a single record, but they identify the disk track on
a. ER diagram d. decision table memory location. This feature seems to be which the record resides.
b. system flowchart e. data flow diagram a little complicated but is very useful when
c. program flowchart pointers are applied at appropriate 18. Which statement is true about hashing
position. If a memory location contains two structure?
Justification: System flowcharts are the graphical a. The same address could be calculated for two
records at a single location, a pointer is
representation of the physical relationship among different records.
appointed from first record which is
key elements of a system. These elements are the b. Storage space is used efficiently.
organizational departments, manual activities, residing on the memory location to the next c. Records cannot be accessed rapidly.
computer programs, hardcopy accounting records record w/c is stitched along. If someone has d. A separate index is required.
and digital records in a transaction. to access data of the second record of the
- Typically, a system flowchart shows only the same position, he can easily trace through Justification: different record keys may generate the
flow of documents, not physical assets. the pointer attached. same (or similar) residual, which translates into the
same address. This is called a collision because two
14. A coding scheme in the form of acronyms and 16. An advantage of a physical address pointer is records cannot be stored at the same location.
other combinations that convey meaning is a(n) that - A pointer is allocated rom first record to
a. sequential code c. alphabetic code a. it remains unchanged when disks are reorganized second record which takes care of the
b. mnemonic code d. block code b. it is easily recovered if it is inadvertently lost physical allocation of the elements on
Justification: Mnemonic codes are alphabetic c. it points directly to the actual disk storage physical storage.
characters in the form of acronyms and other location
combinations that convey meaning, whereas d. all of the above are advantages of the physical 19. Which of the following statements is not true?
sequential codes represent items in some sequential address pointer a. Sorting records that are coded alphabetically
order, block code is a variation on sequential coding Justification: Physical address pointer contains the tends to be more difficult for users than sorting
and alphabetic codes are used from many of the actual disk storage location (cylinder, surface, and numeric sequences.
same purposes as numeric codes. record number) that the disk controller needs. This b. Mnemonic coding requires the user to memorize
- Mkgt means marketing, Acctg means physical address allows the system to access the codes.
accounting. record directly without obtaining further c. Mnemonic codes are limited in their ability to
information. represent items within a class.
15. In a hashing structure - This method has the advantage of speed, d. Sequential codes carry no information content
a. pointers are used to indicate location of a record because it does not need to be manipulated beyond their order in the sequence.
with the same address as another record further to determine a record’s location.
already produced goods travel in the cycle
Justification: The mnemonic coding scheme does till they are sold.
not require the user to memorize meaning; the code
itself conveys a high degree of information about the
item that is being represented.

20. The production subsystem of the conversion “YOU MAY BE


cycle includes all of the following EXCEPT
a. make-or-buy decisions on components part DISAPPOINTED
b. determining raw materials requirements
c. release of raw materials into production
IF YOU FAIL
d. scheduling the goods to be produced
BUT YOU’LL BE
Justification: The conversion cycle has 2 subsystems:
the production system that involves the planning,
DOOMED IF YOU
scheduling, and control of the physical product
through manufacturing process, and; the cost
DON’T TRY.”
accounting system monitors the flow of cost
information related to production. -Beverly Sills
- It is the expenditure cycle that decides
acquisition of materials.

21. Which statement is NOT true?


a. Manufacturing firms have a conversion cycle but
retail firms do not.
b. The conversion cycle includes the task of
determining raw materials requirements.
c. A payroll check is an example of a product
document of the payroll system.
d. A general journal may be replaced by a collection
of journal voucher.

Justification: In service and retail industry,


conversion cycle is not really formal and observable
but they still engage in conversion cycle activities
which includes readying of products and services for
market and the allocation of resources such as
depreciation, building amortization, and prepaid
expenses to the proper accounting period.
- difference lies is the input to the cycle and
output received. It has no concern with only
production environment. Conversion cycle
in the retail firm has a different face where

Вам также может понравиться