Skip to main content

Back to the full dot-point answer

NSWInformation Processes and TechnologyQuick questions

Option: Transaction Processing Systems

Quick questions on Transaction processing systems characteristics in HSC Information Processes and Technology

3short Q&A pairs drawn directly from our worked dot-point answer. For full context and worked exam questions, read the parent dot-point page.

What is batch processing?
Show answer
In batch processing, transactions are collected over a period and stored, then processed together as a group at a scheduled time. A payroll run that processes every employee's pay at the end of a fortnight is batch processing. Its strengths are efficiency (the system can run the heavy job overnight when demand is low) and simplicity. Its weakness is that the stored data is not current between runs: until the batch is processed, the master file does not reflect the latest transactions.
What is real time processing?
Show answer
In real time (or online transaction) processing, each transaction is processed immediately as it occurs, updating the master data at once. An airline reservation system must process a booking instantly so the same seat is not sold twice, and an ATM must update a balance the moment cash is withdrawn. Real time processing keeps data always current, which is essential where decisions depend on up-to-the-second information, but it demands more processing power and a continuously available system.
What is data integrity?
Show answer
Data integrity means the data is accurate, consistent and complete. A TPS protects it with validation (range, type and check digit tests on input), concurrency control (locking a record while one user updates it so two updates do not clash), and verification at the source. Because many users hit shared data at once, concurrency control is especially important: without it, two simultaneous withdrawals could both read the same balance and overdraw an account.

Have a question we have not covered?

This dot-point answer is short enough that we have not extracted many short questions yet. Read the full dot-point answer or ask Mo, our study assistant, in the chat for follow ups.

All Information Processes and TechnologyQ&A pages