Question:medium

When the accumulated data from various sources is processed in one shot, it is called:

Show Hint

Batch processing is ideal for large datasets processed periodically, such as payroll and billing, where real-time processing is unnecessary.
Updated On: Jan 13, 2026
  • Real-time processing
  • Data validation
  • Batch processing
  • Processing and revalidation
Show Solution

The Correct Option is C

Solution and Explanation

Batch processing involves grouping and executing operations on large datasets at scheduled intervals. For instance, payroll systems employ batch processing to disburse salaries monthly. This approach is efficient for tasks that do not require real-time execution.
Was this answer helpful?
0

Top Questions on Miscellaneous