What is batch processing?

Batch processing is when a series of jobs are exectued without any human interfering. This means that in batch processing, all necessary information is collected first and given to the processor as the inputs, and then the computer processes this information without any user involved until the results are produced.
This can be very useful when trying to optimise our use of the computers, because there are tasks that take a long time and don't need human intervention, such as getting the computer to produce the monthly payrolls for a company, and these tasks can be done in batch by the computers overnight, when nobody needs the computing resources, leaving the resources available during the day for the workers.

SG

Related Computing GCSE answers

All answers ▸

Convert 10101101 from binary to both decimal and hexadecimal


What are the opcode and operand of instructions?


What is an Algorithm?


James would like to store a video clip that is 20 frames per second and has a duration of 76 seconds. The resolution of this video is 1280x720 with a colour depth of 24 bits. Calculate the storage requirement for the uncompressed video clip.