A commercial bank updates customer account balances instantly whenever transactions occur at Automated Teller Machines (ATMs), but calculates and disburses monthly staff salaries in a single periodic run at the end of each month. Which of the following correctly identifies the data processing methods applied to ATM transactions and staff salary payments respectively?
- Real-time processing for ATM transactions and batch processing for salary paymentsAnswer
- BBatch processing for ATM transactions and real-time processing for salary payments
- COnline batch processing for ATM transactions and manual processing for salary payments
- DBookkeeping processing for ATM transactions and accounting processing for salary payments
Answer
Real-time processing for ATM transactions and batch processing for salary payments
Real-time data processing updates accounting records instantaneously as transactions take place, making it essential for instant operations such as ATM balance checks and withdrawals. Conversely, batch processing accumulates transaction records over time and processes them together as a single group, which is ideal for periodic, high-volume operations like monthly employee payroll.
Step-by-Step Solution
Key Concept
Classification and suitability of real-time versus batch data processing methods in business accounting operations.