answersLogoWhite

0


Best Answer

Batch processing refers to applications that are run in batches, often overnight due to limited system resources. For example, bank transaction processing is database intensive, so actually applying the transactions to all the accounts is done when the system is less busy. In batch processing all the data is stored and presented to the program(s) to handle them at once, in one or more large bundles or "batches." Online processing is what you're doing right now. The application is waiting for you to tell it what to do, and it does it when you tell it to. In the bank example, accepting data for transactions and calculating the available balance would be done online. Online processing doesn't require being "on the line" of a network or modem connection, though nowadays it's quite common. Real-time processing refers to applications that need to respond within a certain amount of time — usually on the order of seconds — to get the job done. Examples include rocket telemetry processing, many military applications, flight systems, and industrial automation and control systems. For example, if something goes wrong in a factory, a real-time system needs to be able to detect the situation and perform some action, such as notifying an operator or shutting down the problem area, within a few seconds.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the meaning of batch online and real processing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is ATM online batch or real time processing?

It is both, it contain both elements of batch processing and elements of real-time processing. PIN verification uses real-time processing and the customer record shall only be updated at the end of the day(batch processing).


Is ATM online processing or real time processing?

It is both, it contain both elements of batch processing and elements of real-time processing. PIN verification uses real-time processing and the customer record shall only be updated at the end of the day(batch processing).


Explain the difference between batch processing and real-time processing?

explain the difference between batch processing and real-time processing


Data processing techniques?

There are a number of data processing techniques that can be used. The most common ones are batch processing, online processing, real-time processing and distributed processing.


What are all types of data processing systems?

a) Batch processingb) Real - Time processingc) online processingd) Distributed processinge) Time sharing Processingf) Multi- processingg) Transaction processingYour welcome :^)explain each:|]


What advantages does batch processing have over real-time processing?

The main advantage of real-time processing is that you will get results immediately. This will allow one to make quick decisions before too much time is wasted as they are able to monitor the process in real time.


What is the time taken for credit card processing?

There are two types of credit card processing, real time and deferred (or batch) processing. Most stores and online services use real time which instantly communicates with your bank. Deferred processing waits for a certain number of transactions and then processes them in one batch. This could take hours to days.


What are the three types of data processing?

The three types of data processing are batch processing, real-time processing, and interactive processing. Batch processing involves processing large amounts of data at once, often done in batches or groups. Real-time processing involves immediate processing of data as it is received. Interactive processing allows users to interact with the system and process data in real-time, providing immediate feedback.


What electronic data prossing modes?

1)online processing 2)real-time processing 3)distributed processing 4)time-sharing 5)batch processing 6)multiprocessing 7)multitasking 8)interactive procrssing


Five types of Transaction processing system?

Types[edit]Contrasted with batch processingBatch processing is not transaction processing. Batch processing involves processing several transactions at the same time, and the results of each transaction are not immediately available when the transaction is being entered;[1]there is a time delay. Transactions are accumulated for a certain period (say for day) where updates are made especially after work.[edit]Real-time and batch processingThere are a number of differences between real-time and batch processing. These are outlined below:Each transaction in real-time processing is unique. It is not part of a group of transactions, even though those transactions are processed in the same manner. Transactions in real-time processing are stand-alone both in the entry to the system and also in the handling of output.Real-time processing requires the master file to be available more often for updating and reference than batch processing. The database is not accessible all of the time for batch processing.Real-time processing has fewer errors than batch processing, as transaction data is validated and entered immediately. With batch processing, the data is organised and stored before the master file is updated. Errors can occur during these steps.Infrequent errors may occur in real-time processing; however, they are often tolerated. It is not practical to shut down the system for infrequent errors.More computer operators are required in real-time processing, as the operations are not centralised. It is more difficult to maintain a real-time processing system than a batch processing system.


Remote Computing Service involves time sharing system and what?

Real time processing or Batch processing or Multiprocessing or all of them.


Is withdrawing money from an ATM an example of batch processing?

No, withdrawing money from an ATM is an example of Real-Time Processing as you are taking money out/putting in at that moment.