Input and Origination Controls-IT Development and Implementation Flashcards

1
Q
Which of the following controls in not usually found in batch processing systems?
	A.  	Closed loop verification.
	B.  	Financial control totals.
	C.  	Check digits.
	D.  	Limit checks.
A

A. Closed loop verification.

Closed loop verification is an input control associated with online real-time systems.

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

Mark Chen was recently hired by the Rollins Company at a monthly salary of $1,800. When his employee information was entered into the company’s personnel system, his monthly salary amount was entered correctly, but he was inadvertently classified as an hourly employee.

Which of the following controls would be most likely to detect this error?
	A.  	Range check.
	B.  	Reasonableness check.
	C.  	Closed loop verification.
	D.  	Limit check.
A

B. Reasonableness check.

Reasonableness checks look at the values in two related fields to ensure that they make sense as a unit;
for example, Mark’s $1,800 rate is reasonable and his assignment as an hourly employee could be reasonable, but the combination of the two fields ($1,800 hourly rate) is unreasonable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
Which of the following input controls would prevent an incorrect state abbreviation from being accepted as legitimate data?
	A.  	Reasonableness test.
	B.  	Field check.
	C.  	Digit verification check.
	D.  	Validity check.
A

A validity check compares the value entered in a field to a list of valid data values. An error message is displayed if the value is not found on the list.

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

An employee mistakenly enters April 31 in the date field. Which of the following programmed edit checks offers the best solution for detecting this error?
A.

Online prompting.
B.

Mathematical accuracy.
C.

Preformatted screen.
D. Reasonableness.

A

D. Reasonableness.

April has only 30 days. The reasonableness test will catch this error.

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