0% found this document useful (0 votes)
73 views3 pages

Identifying False Statements in Business Processes

This document contains 21 multiple choice questions about business processes, information systems documentation tools, file structures, and accounting concepts. The questions cover topics like the conversion cycle, system and program flowcharts, file processing methods, hashing and indexing, journals, ledgers, and coding schemes.

Uploaded by

Mariel Taguba
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views3 pages

Identifying False Statements in Business Processes

This document contains 21 multiple choice questions about business processes, information systems documentation tools, file structures, and accounting concepts. The questions cover topics like the conversion cycle, system and program flowcharts, file processing methods, hashing and indexing, journals, ledgers, and coding schemes.

Uploaded by

Mariel Taguba
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CHAPTER 2 MULTIPLE CHOICE

1. Which statement is NOT true? 4. The production subsystem of the conversion


cycle
a. Business activities begin with the acquisition of
includes all of the following EXCEPT
materials, property, and labor in exchange for
a. determining raw materials requirements.
cash.
b. make or buy decisions on component parts.
b. The conversion cycle includes the task of
c. release of raw materials into production.
determining raw materials requirements.
d. scheduling the goods to be produced.
c. Manufacturing firms have a conversion cycle
but retail firms do not.
5. Which of the following files is a temporary file?
d. A payroll check is an example of a product
a. transaction file
document of the payroll system.
b. master file
e. A journal voucher is actually a special source
c. reference file
document.
d. none of the above

2. A documentation tool that depicts the physical


6. A documentation tool used to represent the
flow of information relating to a particular
logical elements of a system is a(n)
transaction through an organization is a
a. programming flowchart.
a. system flowchart.
b. entity relationship diagram.
b. program flowchart.
c. system flowchart.
c. decision table.
d. data flow diagram.
d. work distribution analysis.
e. systems survey.
7. Which of the following is NOT an advantage of
real-time processing files over batch processing?
3. Sequential file processing will not permit
a. shorter transaction processing time
a. data to be edited on a separate computer
b. reduction of inventory stocks
run.
c. improved customer service
b. the use of a database structure.
d. all are advantages
c. data to be edited in an offline mode.
d. batch processing to be initiated from a
8. Which statement is NOT correct?
terminal.
a. Legacy systems may process financially
e. data to be edited on a real-time basis.
significant transactions.
b. Some legacy systems use database technology.
c. Mainframes are exclusive to legacy systems,
CHAPTER 2 MULTIPLE CHOICE
while modern systems use only the clientserver
model.
12. In a hashing structure
d. All the above are true.
a. two records can be stored at the same address.
b. pointers are used to indicate the location of all
9. Which statement is NOT correct?
records.
a. Indexed random files are dispersed throughout
c. pointers are used to indicate location of a record
the storage device without regard for physical
with the same address as another record.
proximity with related records.
d. all locations on the disk are used for record
b. Indexed random files use disk storage space
storage.
efficiently.
c. Indexed random files are efficient when
13. An advantage of a physical address pointer is
processing a large portion of a file at one that
time. a. it points directly to the actual disk storage
location.
d. Indexed random files are easy to maintain in
b. it is easily recovered if it is inadvertently lost.
terms of adding records.
c. it remains unchanged when disks are
reorganized.
10. Which statement is NOT correct? The indexed
d. all of the above are advantages of the physical
sequential access method
address pointer.
a. is used for very large files that need both direct
access and batch processing.
14. Which of the following is NOT true of a
b. may use an overflow area for records. turnaround document?

c. provides an exact physical address for each a. They may reduce the number of errors made

record. by external parties.

d. is appropriate for files that require few insertions b. They are commonly used by utility companies
or deletions.
(gas, power, water).
c. They are documents used by internal parties
11. Which statement is true about a hashing only.
structure?
d. They are both input and output documents.
a. The same address could be calculated for two
records.
15. Which of the following is NOT a true statement?
b. Storage space is used efficiently.
a. Transactions are recorded on source documents
c. Records cannot be accessed rapidly. and are posted to journals.

d. A separate index is required. b. Transactions are recorded in journals and are


posted to ledgers.
CHAPTER 2 MULTIPLE CHOICE
c. Infrequent transactions are recorded in the 19. A chart of accounts would best be coded using
general journal. a(n) ______________ coding scheme.
d. Frequent transactions are recorded in special a. alphabetic
journals. b. mnemonic
16. Which of the following is true of the relationship c. block
between subsidiary ledgers and general ledger d. sequential
accounts?
a. The two contain different and unrelated 20. Which of the following statements is NOT true?
data. a. Sorting records that are coded alphabetically
b. All general ledger accounts have subsidiaries. tends to be more difficult for users than sorting
c. The relationship between the two provides an numeric sequences.
audit trail from the financial statements to the b. Mnemonic coding requires the user to memorize
codes.
source documents.
c. Sequential codes carry no information content
d. The total of subsidiary ledger accounts usually
beyond their order in the sequence.
exceeds the total in the related general ledger
d. Mnemonic codes are limited in their ability to
account.
represent items within a class.

17. Real-time systems might be appropriate for all


of 21. A coding scheme in the form of acronyms and
the following EXCEPT other combinations that convey meaning is a(n)
a. airline reservations. a. sequential code.
b. payroll. b. block code.
c. point-of-sale transactions. c. alphabetic code.
d. air traffic control systems. d. mnemonic code.
e. all of these applications typically utilize realtime
processing.

18. is the system flowchart symbol for:


a. on-page connector.
b. off-page connector.
c. home base.
d. manual operation.
e. document.

Common questions

Powered by AI

Organizations may prefer real-time processing over batch processing for applications such as airline reservations and point-of-sale transactions because these applications require instant processing to improve customer service, reduce inventory stocks, and provide immediate transactional data . Real-time processing also shortens transaction processing time, offering a significant advantage in environments where timely data is critical .

Hashing structures allow rapid access to records by calculating a storage address directly from a key, which can result in two records having the same address (collision). While they are efficient for quick access and minimize the need for external indexing, the primary disadvantage is that storage space is not always used efficiently, leading to potential overflow or collision issues. Additionally, a separate index is not required as with other storage structures, adding simplicity to operation and maintenance .

The indexed sequential access method (ISAM) is most appropriate for very large files that require both direct access and batch processing, allowing for efficient handling of large volume data sets . ISAM uses both an index and sequential access, which provides flexibility in accessing data quickly through the index while also supporting orderly batch processing. This method is less suitable for files that require frequent insertions or deletions, as ISAM may involve complex reorganization during such modifications .

Subsidiary ledgers and general ledger accounts provide a comprehensive audit trail from financial statements back to the source documents by maintaining detailed records of individual transactions that aggregate into general ledger accounts. The subsidiary ledgers contain detailed information that supports the summary information recorded in the general ledger, verifying the accuracy of the financial statements through cross-verification . This relationship ensures data accuracy and integrity, facilitating audits and enhancing financial accountability.

Turnaround documents play a crucial role in reducing errors by allowing external parties (like utility customers) to fill out and return them for processing, thus serving as both input and output documents . However, their primary limitation is integration, as they are not typically used internally, which may limit their operability within broader automated systems. Additionally, while they streamline specific transactions, they might not significantly enhance system efficiency for internal operations .

Manufacturing firms have a conversion cycle because they transform raw materials into finished goods through production processes. This cycle includes determining raw materials requirements, scheduling production, and releasing raw materials into production . In contrast, retail firms do not engage in manufacturing; instead, they purchase finished goods for resale, and thus do not require a conversion cycle .

A system flowchart is used to depict the physical flow of information relating to a particular transaction within an organization, showing how data moves through different components of the system physically . In contrast, a data flow diagram represents the logical flow of data within a system, focusing on the processes that transform data, data storage locations, and data flows between processes .

A block coding scheme assigns specific ranges of numbers to categories or types of accounts, allowing for logical grouping of related accounts. For example, assets might be coded within the range 1000-1999, while liabilities are coded from 2000-2999. This facilitates organization and retrieval within the chart of accounts, making it easier to classify and manage accounts within financial systems .

Physical address pointers indicate the exact location on a disk where data is stored, thus allowing quick access as they directly reference data locations. They remain unchanged during disk reorganization, ensuring data integrity and continuity without requiring address updates, which simplifies the reorganization process. Recovery is straightforward if pointers are lost, as the actual data structure on the disk remains intact .

Sequential file processing limits flexibility because it does not support editing data on a real-time basis or using a database structure, which allows for more dynamic data retrieval and manipulation . Database structures enable indexing, random access, and concurrent data processing, which are not possible with sequential file processing. Batch processing from terminals, as done in sequential processing, is less flexible and slower compared to real-time systems that database structures facilitate .

You might also like