Deck 17: IT Controls : Systems Development Program Changes and Application Controls

Full screen (f)
exit full mode
Question
A check digit is a method of detecting data coding errors.
Use Space or
up arrow
down arrow
to flip the card.
Question
A run-to-run control is an example of an output control.
Question
In a computerized environment,all input controls are implemented after data is input.
Question
The white box tests of program controls are also known as auditing through the computer.
Question
Maintenance access to systems increases the risk that logic will be corrupted either by the accident or intent to defraud.
Question
The black box approach to testing computer applications allows the auditor to explicitly review program logic.
Question
Source program library controls should prevent and detect unauthorized access to application programs.
Question
Generalized audit software packages are used to assist the auditor in performing substantive tests.
Question
The results of a parallel simulation are compared to the results of a production run in order to judge the quality of the application processes and controls.
Question
Tracing is a method used to verify the logical operations executed by a computer application.
Question
When using the test data method,the presence of multiple error messages indicates a flaw in the preparation of test transactions.
Question
The base case system evaluation is a variation of the test data method.
Question
Shredding computer printouts is an example of an output control.
Question
The presence of a SPLMS effectively guarantees program integrity.
Question
Input controls are intended to detect errors in transaction data after processing.
Question
Programs in their compiled state are very susceptible to the threat of unauthorized modification.
Question
The user test and acceptance procedure is the last point at which the user can determine the system's acceptability prior to it going into service.
Question
The programmer's authority table will specify the libraries a programmer may access.
Question
Achieving batch control objectives requires grouping similar types of input transactions (such as sales orders)together in batches and then controlling the batches throughout data processing.
Question
Firms with an independent internal audit staff may conduct tests of the system development life cycle on an ongoing basis.
Question
Which statement is correct?

A) compiled programs are very susceptible to unauthorized modification
B) the source program library stores application programs in source code form
C) modifications are made to programs in machine code language
D) the source program library management system increases operating efficiency
Question
An input control that tests time card records to verify than no employee has worked more 50 hours in a pay period is an example of a range test.
Question
Spooling is a form of processing control.
Question
Which control is not a part of the source program library management system?

A) using passwords to limit access to application programs
B) assigning a test name to all programs undergoing maintenance
C) combining access to the development and maintenance test libraries
D) assigning version numbers to programs to record program modifications
Question
The correct purchase order number,is123456.All of the following are transcription errors except

A) 1234567
B) 12345
C) 124356
D) 123454
Question
Program testing

A) involves individual modules only, not the full system
B) requires creation of meaningful test data
C) need not be repeated once the system is implemented
D) is primarily concerned with usability
Question
A salami fraud affects a large number of victims,but the harm to each appears to be very small.
Question
Which control ensures that production files cannot be accessed without specific permission?

A) Database Management System
B) Recovery Operations Function
C) Source Program Library Management System
D) Computer Services Function
Question
Which of the following is an example of input control test?

A) sequence check
B) zero value check
C) spooling check
D) range check
Question
Use of the integrated test facility poses no threat to organizational data files.
Question
An example of a hash total is

A) total payroll checks-$12,315
B) total number of employees-10
C) sum of the social security numbers-12,555,437,251
D) none of the above
Question
Routine maintenance activities require all of the following controls except

A) documentation updates
B) testing
C) formal authorization
D) internal audit approval
Question
Which of the following is not an example of a processing control?

A) hash total.
B) record count.
C) batch total.
D) check digit
Question
Which statement is not correct? The goal of batch controls is to ensure that during processing

A) transactions are not omitted
B) transactions are not added
C) transactions are free from clerical errors
D) an audit trail is created
Question
Which of the following is correct?

A) check digits should be used for all data codes
B) check digits are always placed at the end of a data code
C) check digits do not affect processing efficiency
D) check digits are designed to detect transcription and transposition errors
Question
Which statement is not correct? The audit trail in a computerized environment

A) consists of records that are stored sequentially in an audit file
B) traces transactions from their source to their final disposition
C) is a function of the quality and integrity of the application programs
D) may take the form of pointers, indexes, and embedded keys
Question
Which control is not associated with new systems development activities?

A) reconciling program version numbers
B) program testing
C) user involvement
D) internal audit participation
Question
Which statement is not true? A batch control record

A) contains a transaction code
B) records the record count
C) contains a hash total
D) control figures in the record may be adjusted during processing
E) All the above are true
Question
Which input control check would detect a payment made to a nonexistent vendor?

A) missing data check
B) numeric/alphabetic check
C) range check
D) validity check
Question
The black box approach to testing computer program controls is also known as auditing around the computer.
Question
When analyzing the results of the test data method,the auditor would spend the least amount of time reviewing

A) the test transactions
B) error reports
C) updated master files
D) output reports
Question
Run-to-run control totals can be used for all of the following except

A) to ensure that all data input is validated
B) to ensure that only transactions of a similar type are being processed
C) to ensure the records are in sequence and are not missing
D) to ensure that no transaction is omitted
Question
Which input control check would detect a posting to the wrong customer account?

A) missing data check
B) check digit
C) reasonableness check
D) validity check
Question
Which of the following is an example of an input error correction technique?

A) immediate correction
B) rejection of batch
C) creation of error file
D) all are examples of input error correction techniques
Question
An inventory record indicates that 12 items of a specific product are on hand.A customer purchased two of the items,but when recording the order,the data entry clerk mistakenly entered 20 items sold.Which check could detect this error?

A) numeric/alphabetic data checks
B) limit check
C) range check
D) reasonableness check
Question
Which check is not an input control?

A) reasonableness check
B) validity check.
C) spooling check
D) missing data check
Question
When the auditor reconciles the program version numbers,which audit objective is being tested?

A) protect applications from unauthorized changes
B) ensure applications are free from error
C) protect production libraries from unauthorized access
D) ensure incompatible functions have been identified and segregated
Question
Which test of controls will provide evidence that the system as originally implemented was free from material errors and free from fraud? Review of the documentation indicates that

A) a cost-benefit analysis was conducted
B) the detailed design was an appropriate solution to the user's problem
C) tests were conducted at the individual module and total system levels prior to implementation
D) problems detected during the conversion period were corrected in the maintenance phase
Question
Input controls include all of the following except

A) check digits
B) Limit check.
C) spooling check
D) missing data check
Question
Which test is not an example of a white box test?

A) determining the fair value of inventory
B) ensuring that passwords are valid
C) verifying that all pay rates are within a specified range
D) reconciling control totals
Question
Which statement is not correct?

A) only successful transactions are recorded on a transaction log
B) unsuccessful transactions are recorded in an error file
C) a transaction log is a temporary file
D) a hardcopy transaction listing is provided to users
Question
When auditors do not rely on a detailed knowledge of the application's internal logic,they are performing

A) black box tests of program controls
B) white box tests of program controls
C) substantive testing
D) intuitive testing
Question
All of the following are disadvantages of the test data technique except

A) the test data technique requires extensive computer expertise on the part of the auditor
B) the auditor cannot be sure that the application being tested is a copy of the current application used by computer services personnel
C) the auditor cannot be sure that the application being tested is the same application used throughout the entire year
D) preparation of the test data is time-consuming
Question
All of the following are advantages of the test data technique except

A) auditors need minimal computer expertise to use this method
B) this method causes minimal disruption to the firm's operations
C) the test data is easily compiled
D) the auditor obtains explicit evidence concerning application functions
Question
The employee entered "40" in the "hours worked per day" field.Which check would detect this unintentional error?

A) numeric/alphabetic data check
B) sign check
C) limit check
D) missing data check
Question
All of the following concepts are associated with the black box approach to auditing computer applications except

A) the application need not be removed from service and tested directly
B) auditors do not rely on a detailed knowledge of the application's internal logic
C) the auditor reconciles previously produced output results with production input transactions
D) this approach is used for complex transactions that receive input from many sources
Question
Risk exposures associated with creating an output file as an intermediate step in the printing process (spooling)include all of the following actions by a computer criminal except

A) gaining access to the output file and changing critical data values
B) using a remote printer and incurring operating inefficiencies
C) making a copy of the output file and using the copy to produce illegal output reports
D) printing an extra hardcopy of the output file
Question
Which statement is not true?

A) An audit objective for systems maintenance is to detect unauthorized access to application databases.
B) An audit objective for systems maintenance is to ensure that applications are free from errors.
C) An audit objective for systems maintenance is to verify that user requests for maintenance reconcile to program version numbers.
D) An audit objective for systems maintenance is to ensure that the production libraries are protected from unauthorized access.
Question
Methods used to maintain an audit trail in a computerized environment include all of the following except

A) transaction logs
B) Transaction Listings.
C) data encryption
D) log of automatic transactions
Question
A computer operator was in a hurry and accidentally used the wrong master file to process a transaction file.As a result,the accounts receivable master file was erased.Which control would prevent this from happening?

A) header label check
B) expiration date check
C) version check
D) validity check
Question
Which statement is not true? Embedded audit modules

A) can be turned on and off by the auditor.
B) reduce operating efficiency.
C) may lose their viability in an environment where programs are modified frequently.
D) identify transactions to be analyzed using white box tests.
Question
What are the three broad categories of application controls?
Question
Which of the following is an input control?

A) Reasonableness check
B) Run-to-run check
C) Spooling check
D) Batch check
E) None are input controls
Question
Which of the following is not an input control?

A) Range check
B) Limit check
C) Spooling check
D) Validity check
E) They are all input controls
Question
Auditors do not rely on detailed knowledge of the application's internal logic when they use the __________________________ approach to auditing computer applications.
Question
What is an embedded audit module?
Question
Generalized audit software packages perform all of the following tasks except

A) recalculate data fields
B) compare files and identify differences
C) stratify statistical samples
D) analyze results and form opinions
Question
Contrast the source program library (SPL)management system to the database management system (DBMS).
Question
Describe two methods used to control the source program library.
Question
All of the following statements are true about the integrated test facility (ITF)except

A) production reports are affected by ITF transactions
B) ITF databases contain "dummy" records integrated with legitimate records
C) ITF permits ongoing application auditing
D) ITF does not disrupt operations or require the intervention of computer services personnel
Question
What is meant by auditing around the computer versus auditing through the computer? Why is this so important?
Question
Describe parallel simulation.
Question
What are the three categories of processing control?
Question
Output controls ensure that output is not lost,misdirected,or corrupted and that privacy is not violated.What are some output exposures or situations where output is at risk?
Question
How does privacy relate to output control?
Question
A __________________________ fraud affects a large number of victims but the harm to each appears to be very small.
Question
New system development activity controls must focus on the authorization,development,and implementation of new systems and its maintenance.Discuss at least five control activities that are found in an effective system development life cycle.
Question
Describe a test of controls that would provide evidence that only authorized program maintenance is occurring.
Question
Name four input controls and describe what they test
Question
What control issue is related to reentering corrected error records into a batch processing system? What are the two methods for doing this?
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/96
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 17: IT Controls : Systems Development Program Changes and Application Controls
1
A check digit is a method of detecting data coding errors.
True
2
A run-to-run control is an example of an output control.
False
3
In a computerized environment,all input controls are implemented after data is input.
False
4
The white box tests of program controls are also known as auditing through the computer.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
5
Maintenance access to systems increases the risk that logic will be corrupted either by the accident or intent to defraud.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
6
The black box approach to testing computer applications allows the auditor to explicitly review program logic.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
7
Source program library controls should prevent and detect unauthorized access to application programs.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
8
Generalized audit software packages are used to assist the auditor in performing substantive tests.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
9
The results of a parallel simulation are compared to the results of a production run in order to judge the quality of the application processes and controls.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
10
Tracing is a method used to verify the logical operations executed by a computer application.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
11
When using the test data method,the presence of multiple error messages indicates a flaw in the preparation of test transactions.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
12
The base case system evaluation is a variation of the test data method.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
13
Shredding computer printouts is an example of an output control.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
14
The presence of a SPLMS effectively guarantees program integrity.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
15
Input controls are intended to detect errors in transaction data after processing.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
16
Programs in their compiled state are very susceptible to the threat of unauthorized modification.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
17
The user test and acceptance procedure is the last point at which the user can determine the system's acceptability prior to it going into service.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
18
The programmer's authority table will specify the libraries a programmer may access.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
19
Achieving batch control objectives requires grouping similar types of input transactions (such as sales orders)together in batches and then controlling the batches throughout data processing.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
20
Firms with an independent internal audit staff may conduct tests of the system development life cycle on an ongoing basis.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
21
Which statement is correct?

A) compiled programs are very susceptible to unauthorized modification
B) the source program library stores application programs in source code form
C) modifications are made to programs in machine code language
D) the source program library management system increases operating efficiency
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
22
An input control that tests time card records to verify than no employee has worked more 50 hours in a pay period is an example of a range test.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
23
Spooling is a form of processing control.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
24
Which control is not a part of the source program library management system?

A) using passwords to limit access to application programs
B) assigning a test name to all programs undergoing maintenance
C) combining access to the development and maintenance test libraries
D) assigning version numbers to programs to record program modifications
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
25
The correct purchase order number,is123456.All of the following are transcription errors except

A) 1234567
B) 12345
C) 124356
D) 123454
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
26
Program testing

A) involves individual modules only, not the full system
B) requires creation of meaningful test data
C) need not be repeated once the system is implemented
D) is primarily concerned with usability
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
27
A salami fraud affects a large number of victims,but the harm to each appears to be very small.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
28
Which control ensures that production files cannot be accessed without specific permission?

A) Database Management System
B) Recovery Operations Function
C) Source Program Library Management System
D) Computer Services Function
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following is an example of input control test?

A) sequence check
B) zero value check
C) spooling check
D) range check
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
30
Use of the integrated test facility poses no threat to organizational data files.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
31
An example of a hash total is

A) total payroll checks-$12,315
B) total number of employees-10
C) sum of the social security numbers-12,555,437,251
D) none of the above
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
32
Routine maintenance activities require all of the following controls except

A) documentation updates
B) testing
C) formal authorization
D) internal audit approval
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
33
Which of the following is not an example of a processing control?

A) hash total.
B) record count.
C) batch total.
D) check digit
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
34
Which statement is not correct? The goal of batch controls is to ensure that during processing

A) transactions are not omitted
B) transactions are not added
C) transactions are free from clerical errors
D) an audit trail is created
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
35
Which of the following is correct?

A) check digits should be used for all data codes
B) check digits are always placed at the end of a data code
C) check digits do not affect processing efficiency
D) check digits are designed to detect transcription and transposition errors
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
36
Which statement is not correct? The audit trail in a computerized environment

A) consists of records that are stored sequentially in an audit file
B) traces transactions from their source to their final disposition
C) is a function of the quality and integrity of the application programs
D) may take the form of pointers, indexes, and embedded keys
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
37
Which control is not associated with new systems development activities?

A) reconciling program version numbers
B) program testing
C) user involvement
D) internal audit participation
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
38
Which statement is not true? A batch control record

A) contains a transaction code
B) records the record count
C) contains a hash total
D) control figures in the record may be adjusted during processing
E) All the above are true
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
39
Which input control check would detect a payment made to a nonexistent vendor?

A) missing data check
B) numeric/alphabetic check
C) range check
D) validity check
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
40
The black box approach to testing computer program controls is also known as auditing around the computer.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
41
When analyzing the results of the test data method,the auditor would spend the least amount of time reviewing

A) the test transactions
B) error reports
C) updated master files
D) output reports
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
42
Run-to-run control totals can be used for all of the following except

A) to ensure that all data input is validated
B) to ensure that only transactions of a similar type are being processed
C) to ensure the records are in sequence and are not missing
D) to ensure that no transaction is omitted
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
43
Which input control check would detect a posting to the wrong customer account?

A) missing data check
B) check digit
C) reasonableness check
D) validity check
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
44
Which of the following is an example of an input error correction technique?

A) immediate correction
B) rejection of batch
C) creation of error file
D) all are examples of input error correction techniques
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
45
An inventory record indicates that 12 items of a specific product are on hand.A customer purchased two of the items,but when recording the order,the data entry clerk mistakenly entered 20 items sold.Which check could detect this error?

A) numeric/alphabetic data checks
B) limit check
C) range check
D) reasonableness check
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
46
Which check is not an input control?

A) reasonableness check
B) validity check.
C) spooling check
D) missing data check
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
47
When the auditor reconciles the program version numbers,which audit objective is being tested?

A) protect applications from unauthorized changes
B) ensure applications are free from error
C) protect production libraries from unauthorized access
D) ensure incompatible functions have been identified and segregated
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
48
Which test of controls will provide evidence that the system as originally implemented was free from material errors and free from fraud? Review of the documentation indicates that

A) a cost-benefit analysis was conducted
B) the detailed design was an appropriate solution to the user's problem
C) tests were conducted at the individual module and total system levels prior to implementation
D) problems detected during the conversion period were corrected in the maintenance phase
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
49
Input controls include all of the following except

A) check digits
B) Limit check.
C) spooling check
D) missing data check
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
50
Which test is not an example of a white box test?

A) determining the fair value of inventory
B) ensuring that passwords are valid
C) verifying that all pay rates are within a specified range
D) reconciling control totals
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
51
Which statement is not correct?

A) only successful transactions are recorded on a transaction log
B) unsuccessful transactions are recorded in an error file
C) a transaction log is a temporary file
D) a hardcopy transaction listing is provided to users
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
52
When auditors do not rely on a detailed knowledge of the application's internal logic,they are performing

A) black box tests of program controls
B) white box tests of program controls
C) substantive testing
D) intuitive testing
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
53
All of the following are disadvantages of the test data technique except

A) the test data technique requires extensive computer expertise on the part of the auditor
B) the auditor cannot be sure that the application being tested is a copy of the current application used by computer services personnel
C) the auditor cannot be sure that the application being tested is the same application used throughout the entire year
D) preparation of the test data is time-consuming
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
54
All of the following are advantages of the test data technique except

A) auditors need minimal computer expertise to use this method
B) this method causes minimal disruption to the firm's operations
C) the test data is easily compiled
D) the auditor obtains explicit evidence concerning application functions
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
55
The employee entered "40" in the "hours worked per day" field.Which check would detect this unintentional error?

A) numeric/alphabetic data check
B) sign check
C) limit check
D) missing data check
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
56
All of the following concepts are associated with the black box approach to auditing computer applications except

A) the application need not be removed from service and tested directly
B) auditors do not rely on a detailed knowledge of the application's internal logic
C) the auditor reconciles previously produced output results with production input transactions
D) this approach is used for complex transactions that receive input from many sources
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
57
Risk exposures associated with creating an output file as an intermediate step in the printing process (spooling)include all of the following actions by a computer criminal except

A) gaining access to the output file and changing critical data values
B) using a remote printer and incurring operating inefficiencies
C) making a copy of the output file and using the copy to produce illegal output reports
D) printing an extra hardcopy of the output file
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
58
Which statement is not true?

A) An audit objective for systems maintenance is to detect unauthorized access to application databases.
B) An audit objective for systems maintenance is to ensure that applications are free from errors.
C) An audit objective for systems maintenance is to verify that user requests for maintenance reconcile to program version numbers.
D) An audit objective for systems maintenance is to ensure that the production libraries are protected from unauthorized access.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
59
Methods used to maintain an audit trail in a computerized environment include all of the following except

A) transaction logs
B) Transaction Listings.
C) data encryption
D) log of automatic transactions
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
60
A computer operator was in a hurry and accidentally used the wrong master file to process a transaction file.As a result,the accounts receivable master file was erased.Which control would prevent this from happening?

A) header label check
B) expiration date check
C) version check
D) validity check
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
61
Which statement is not true? Embedded audit modules

A) can be turned on and off by the auditor.
B) reduce operating efficiency.
C) may lose their viability in an environment where programs are modified frequently.
D) identify transactions to be analyzed using white box tests.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
62
What are the three broad categories of application controls?
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
63
Which of the following is an input control?

A) Reasonableness check
B) Run-to-run check
C) Spooling check
D) Batch check
E) None are input controls
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
64
Which of the following is not an input control?

A) Range check
B) Limit check
C) Spooling check
D) Validity check
E) They are all input controls
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
65
Auditors do not rely on detailed knowledge of the application's internal logic when they use the __________________________ approach to auditing computer applications.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
66
What is an embedded audit module?
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
67
Generalized audit software packages perform all of the following tasks except

A) recalculate data fields
B) compare files and identify differences
C) stratify statistical samples
D) analyze results and form opinions
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
68
Contrast the source program library (SPL)management system to the database management system (DBMS).
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
69
Describe two methods used to control the source program library.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
70
All of the following statements are true about the integrated test facility (ITF)except

A) production reports are affected by ITF transactions
B) ITF databases contain "dummy" records integrated with legitimate records
C) ITF permits ongoing application auditing
D) ITF does not disrupt operations or require the intervention of computer services personnel
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
71
What is meant by auditing around the computer versus auditing through the computer? Why is this so important?
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
72
Describe parallel simulation.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
73
What are the three categories of processing control?
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
74
Output controls ensure that output is not lost,misdirected,or corrupted and that privacy is not violated.What are some output exposures or situations where output is at risk?
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
75
How does privacy relate to output control?
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
76
A __________________________ fraud affects a large number of victims but the harm to each appears to be very small.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
77
New system development activity controls must focus on the authorization,development,and implementation of new systems and its maintenance.Discuss at least five control activities that are found in an effective system development life cycle.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
78
Describe a test of controls that would provide evidence that only authorized program maintenance is occurring.
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
79
Name four input controls and describe what they test
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
80
What control issue is related to reentering corrected error records into a batch processing system? What are the two methods for doing this?
Unlock Deck
Unlock for access to all 96 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 96 flashcards in this deck.