Sie sind auf Seite 1von 11

CHAPTER 2 · Block code – a variation on sequential coding that physical system.

In other words, DFDs show what


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

Das könnte Ihnen auch gefallen