explain the difference between batch processing and real-time processing
Serial Processing means that the processing that occr sequentially.Results of one action are known before a next action is considered.In the case of batch processing execution of a series of programs or jobs on a computer without mannual intervention.
A batch would be a number of items, made by some form of mass production, and one off is just one, made by hand.
Encoding simply refers to the "encoding" of one single file. Batch encoding refers to setting up several files to encode one after another. It's basically automated.
Quality control, to put it simply. As you increase throughput and decrease sampling, your initial quality processes much also increase to offset abnormalities and deviations/variations. Of course, batch processing is a bit different when it comes to a computational situation. Computers are more reliable because they've been engineered to (generally) be very discreet in how they process. There are situations when computational batch processing can go wrong, especially due to EM interference and IP packet corruption. One way to mitigate the issue in a basic situation is to have an MD5 checksum of the expected output file, and match it to the MD5 checksum of the initial file. This won't work for a situation where the processing creates a new or different file.
explain the difference between batch processing and real-time processing
In batch processing the tasks are performed in batches. In time sharing, the operating system shares the time between each task.
Differentiate between Simple Batch Operating Systems and Time-sharing Operating Systems
The main difference in serial and batch processing is that serial processing is done in a specific sequential order while batch processing is not done in any specific order. Batch processing is done a computer with out any manual intervention.
In Batch processing data is saved in database but not processed until specific time while in real time processing data is processed immediately as it is provided.
The main difference between batch sharing and time sharing is that in batch sharing system tasks are processed in order in which they arrive. Whereas, in the later the system switches between tasks.
The difference between Batch System, Real Time System and Multitasking System is that they are cool and you are a gimp.
Not necessarily. It depends on what you are processing.
Serial Processing means that the processing that occr sequentially.Results of one action are known before a next action is considered.In the case of batch processing execution of a series of programs or jobs on a computer without mannual intervention.
A program reads a large file and gives the report is example of batch processing
With batch processing, there is a list of commands generated and placed in a batch list. When the batch is ready, it is executed. In real-time processing, every command is executed immediately after it's been given.
IN REAL TIME SYSTEM THE OUTPUT HAS COME IN QUICK RESPONSE. WHEN THE USER ENTER HIS QUERY THEN THE OUTPUT COMES IN FEW SECONDS. AND IN BATCH PROCESSING SYSTEM THE THE SYSTEM IS NOT DESIGNED FOR QUICK RESPONSE AND THE USER ENTERS HIS QUERY DAY BY DAY IN A PUNCH CARD AND THE RESULT WILL BE SHOWN TO HIM BY SYSTEM IN FEW DAYS DEPENDING UPON THE QUERY.