• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
Completeness Check
Check that entries exist in fields that cannot be processed blank
Each field in a record is checked to assure the presence of data
Field Format check
Check that each character in a field is in proper mode (ex. alpha or numeric
Each character of a vendor number is checked to assure it is numeric
Field length check
check the entry in a field for a specific number of characters
A date field in a month-day-year format is checked that it contains six digits
Field sign check
check the sign(positive/negative) of a numeric field for the correct value
The amount due field of a bill is checked that the sign is positive
Limit check
the value of a numeric field is checked against a predetermined upper and/or lower limit
the value of the hours worked field in a time card record is checked that it does not exceed a predetermined limit of 60 hours
Reasonableness check
the value of a numeric field is compared to another numeric field in the same record
Overhead costs in a work-in-process record are checked that they do not exceed 200% of the labor cost field
Valid code check
Match the value of a code to a table file of acceptable code values
A vendor code field is validated by matching it to a table file of valid vendor codes
Check Digit
validate a numeric code through the use of a check digit algorithm
A POS system validates by matching it to a table file of valid vendor codes
Combination field check
the value of one field is compared or related to another field to establish validity
A transaction code field is compared to a department code field. Certain transaction codes are only valid for certain departments
Internal Label check
an internal file label is read to validate the characteristics of a file
the file code on an internal label is checked by a payroll program to assure that it is the payroll file
Sequence Check
a field in a series of records is checked for ascending or descending sequence
the sequence of invoice numbers is verified as the invoice file is processed
Record count check
the number of records in a file is counted during processing and balanced to input controls
the record count of time cards processed is balance to input totals from the payroll department
Hash total check
the hash total of a field in a file is computed during processing and balanced to input controls
The hash total of employee numebrs is computed during processing and balanced to input controls from the payroll department
Financial total check
the financial total of field in a file is computed during processing and balanced to input controls
The total dollar amount of invoices processed is computed and balanced to a total from the billing department