Batch processing is a method of processing data where large volumes of accumulated data are grouped and processed together in a single operation at a scheduled time.
- Example: Payroll systems use batch processing to calculate and disburse salaries at the end of a month.
- It is efficient for tasks where immediate processing is not necessary.
\vspace{0.5cm}