For example, the following could be a 5-mark answer to the question "What is Batch Processing?"
(Note the use of a diagram, and terms like "eg ...", "... typical example ...", "... such as...", "... because ...")
- Batch Processing means that a set of records has been entered (eg using key-to-disc input)
- They might then be verified and sorted before being processed sequentially, one at a time starting from the first record until the end of the file.
- Data from each record is added up to make a batch total which can be checked to make sure that every record in the batch has been processed correctly.
- A typical example is merging a file of Sales transactions, captured using a method such Kimball tags, to update the Stock File, stored in order of stock code.
- A system of backups is used (such as the Grandparent-Parent-Child system ) because errors in updating the Stock Records could lead to dissatisfied customers, incorrect re-ordering of stock, and false accounting.
|
|
|