Jump to content

Batch processing

From Simple English Wikipedia, the free encyclopedia
Revision as of 08:51, 17 January 2021 by AliKareem1997 (talk | changes) (I did not change anything. I created new page instead.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

With batch processing, a number of tasks (jobs) are collected together over a set period of time. The jobs are then loaded into a computer system (known as a job queue) and processed all at once (in a batch). Once the batch processing starts, no user interaction is needed. This type of processing can only be done where there are no timing constraints, i.e. files don't need to be updated immediately or a response from the computer is not needed straight away.

A big advantage of batch processing is that the jobs can be processed when the computer system is less busy (e.g. overnight), so the use of resources is being optimized. Areas where batch processing is used include billing systems (e.g. electricity, gas, water and telephone), payroll systems and processing of bank cheques.