Batch operation is a technique for handling data items in bunches rather than separately. Instead of processing each item as it arrives , data is assembled into a lot and then processed all at simultaneously. This strategy is often used for repetitive tasks like billing or data entry , significan… Read More