Chapter 10 Flashcards
Turnaround document
a record of company data sent to an external party and then returned by the eternal party to the system as input.
Field check
determines whether the characteristics in a field are of the proper type. (no letters in a zip code entry)
Sign Check
determines whether the data in a field have been appropriate arithmetic sign (no negatives)
Limit Check
tests a numerical amount against a fixed value. (work hours are less or equal to 40 hours a week)
Range check
tests whether a numerical amount falls between predetermined lower and upper limits.
size check
ensures that the input data will fit into the assigned field. (SS number is always 8)
Completeness check
on each input record determines whether all required data items have been entered.
Validity Check
compares the ID code or account number in transactions data with similar data in the master file to verify that the account exists (school id number)
Reasonableness test
determines the correctness of the logical relationship between two data items.
Check Digit Verification
data entry devices perform by using the first 9 digits to calculate the 10th digit each time an ID number is entered.
Sequence Check
tests whether a batch of input data is int he proper numerical or alphabetical sequence.
Batch totals
summarize important values for a batch of input records.
Financial Total
sums a field that contains monetary values, such as dollar amount of all sales for a batch of sales transactions
Hash totals
sums a non-financial numeric field, such as the total of the quantity ordered field in a batch of sales transactions
record count
the number of records in a batch.
Prompting
the system requests each input data item and waits for an acceptable response, ensures that all necessary data are entered.
Closed-Loop Verification
checks the accuracy of input data by using it to retrieve and display other related information.