• 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/41

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;

41 Cards in this Set

  • Front
  • Back
Definition of Responsibilities
: Descriptions of tasks for each job function within a trans-action processing system. Beginning and termination points for each job function should be clearly indicated, as should the relationship of job functions to each other. Example: The computer operator has restricted access to programs and data files.
Relaibility of Personnel
Personnel performing the processing may be relied on to function in a consistent manner. Example: The supervisor of computer operations has a good attendance record and a good performance record.
Training of Personnel
Personnel are provided explicit instructions and tested on their understanding before being assigned new duties. Example: All new programmers attend a 5-day training seminar before beginning duties.
Competence of Personnel
Persons assigned to processing or supervisory roles in transaction processing systems have the technical knowledge necessary to perform their functions. Example: The director of data processing is an MBA.
Rotation of duties
Jobs assigned to people are rotated periodically at irregularly scheduled times, if possible, for key processing functions. Example: Responsibility for the destruction of sensitive data is rotated among clerical personnel.
Forms Design
Forms are constructed to be self-explanatory, understandable, and concise and to gather all necessary information with a minimum of effort. Example: The form to authorize a purchase has clear and concise instructions for each field in which data are to be entered
Prenumbered forms
Sequential numbers on individual forms are printed in advance to allow subsequent detection of loss or misplacement. Example: Checks are prenumbered
Preprinted forms
Fixed elements of information are entered on forms in advance and sometimes in a format that permits direct machine processing to prevent errors in entry of repetitive data. Example: MICR account encoding on checks and deposit ticket
Simultaneous Preperation
The one-time recording of a transaction for all further processing, using multiple copies, as appropriate, to prevent transcription errors. Example: A one-write system is used to prepare a receiving report form and receiving register simultaneously
Turnaround Document
A computer-produced document that is intended for resubmission into the system. Example: The part of a utility bill that the customer returns with payment.
Documentation
Written records for the purpose of providing communication. Example: Standard journal entries communicate the accounting data to be sup-plied by various operating departments.
Labeling
The identification of transactions, files, or other items for control purposes. Example: All computer files have an external label
Authorization
Limits the initiation of a transaction or performance of a process to selected individuals. Example: Only the timekeeper may submit payroll hours data for processing
Approval
The acceptance of a transaction for processing after it is initiated. Example: An officer of the company approves the payroll before it is distributed to employees.
Formatted Input
Automatic spacing and format shifting of data fields during data input to a recording device. Example: The computer automatically inserts commas into the numbers that are input by clerks using data terminals
Endorsement
The marking of a form or document to direct or restrict its further processing. Example: Checks are restrictively endorsed “Pay only to the order of ABC Company” immediately on receipt.
Cancellation
Identifies transaction documents in order to prevent their further or repeated use after they have performed their function. Example: Marking bills as “paid” to pre-vent duplicate payment.
Exception input
Processing proceeds in a predefined manner unless specific input transactions are received that indicate special processing with different values or in a different sequence. Example: Overtime hours are input on special forms.
Passwords
The authorization to allow access to data or processing by providing a code or signal known only by authorized individuals. Example: An automatic bank terminal requires that a user enter his or her password before processing is initiated.
Anticipation
The expectation of a given transaction or event at a particular time. Example: Daily cash deposits are always made at 3:00 P.M
Transmittal Document (Batch Control Ticket)
The medium for communicating control totals over movement of data, particularly from source to processing point or between processing points
Batch Serial Numbers ( Batch Sequence)
Batches of transaction documents are numbered consecutively and accounted for. Example: Sales tickets are batched daily, numbered, and filed by date.
Control Register (Batch Control Log)
A log or register indicating the disposition and control values of batches of transactions. Example: A register is used to record the time and batch control number of express mail that is picked up by courier services.
Amount Control Total
Totals of homogeneous amounts for a group of transactions or records, usually dollars or quantities. Example: Total net pay is an amount control total for a payroll processing application.
Document Control Total
A count of the number of individual documents. Example: A count of the number of time cards is a document control total for a payroll application.
Line control Count
A count of the number of lines of data on one or more documents. Example: A count of the number of individual products sold (i.e., a line) on invoices is a line control count for a sales order application.
Hash Total
A meaningless total that is useful for control purposes only. Example: Total department number of all paychecks processed is a meaningless total that is useful for control purposes only.
Batch Control (Batch Totals)
Any type of control total or count applied to a specific number of transaction documents or to the transaction documents that arrive within a specific period of time. Example: Total sales dollars is a batch control total for a billing application.
Visual Verification
The visual scanning of documents for general reasonableness and propriety. Example: Clerks visually scan each invoice before submitting the document for further processing
Sequence Checking
A verification of the alpha-numeric sequence of the “key” field in items to be processed. Example: Prenumbered checks are sorted in sequence for further processing.
Overflow Checks
A limit check on the capacity of a field, file, or device. Example: The number 12345 cannot be entered into a four-digit, numeric field.
Format Check
Determination that data are entered in proper mode—numeric or alphabetic—in fields. Example: Vendor number is checked to ensure that all characters in the field are numeric.
Completeness Check
A test that ensures that fields cannot be processed in a blank state. Example: A voucher will not be processed if the “vendor number” field is blank.
Check Digit
A digit that is a function of the other digits within a record or number used for testing an accurate transcription. Example: An account number contains a check digit that is validated during processing.
Reasonableness Test
Tests applied to various fields of data through comparison with other information available within the transaction or master records. Example: A male patient should not be billed for services by the gynecology department of a hospital.
Limit Check
A test to ensure that only data within predetermined limits will be entered into and accepted by the system. Example: A test ensures that rate per hour cannot be lower than the minimum set by law or higher than the maximum set by union contract.
Validity Check
The characters in a coded field are either matched to an acceptable set of values in a table or examined for a defined pattern of format, legitimate subcodes, or character values, using logic and arithmetic other than tables. Example: All Social Security numbers should have nine numeric digits.
Readback
Immediate return of input information to the sender for comparison and approval. Example: A computer echoes messages received from a data terminal back to the terminal for visual verification.
Dating
The recording of calendar dates for purposes of later comparison or expiration testing. Example: Customer remittances are stamped with the date received.
Expiration
A limit check based on a comparison of current date with the date recorded on a transaction, record, or file. Example: Checks to vendors are dated and marked “void after 60 days.”
Key Verification
Reentry of transaction data with machine comparison of the initial entry to the second entry to detect errors. Example: A second clerk keys payroll into a computer. The computer compares this input, character by character (i.e., key by key) to the initial input of the data by the first clerk and reports differences.