What is the purpose of Transaction Processing system-00519
This subjective question is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Mid Term Solved Past Paper No. 2.
This system is used to record transactions of routine and repetitive nature.
For Instance
- Defining eh transaction recording structure
- Placing customer orders
- Billing customers
- Other basic business transactions
Transaction processing is designed to maintain a computer system (typically a database or some modern file systems) in a known, consistent state, by ensuring that any operations carried out on the system that are interdependent are either all completed successfully or all canceled successfully. The primary purpose of transaction processing system is to Record, process, validate, and store transactions that take place in the various functional areas of a business for future retrieval and use. Transaction processing system is a cross functional information system that process data resulting from the occurrence of business transactions.