answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between serial processing and batch processing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference between rem and echo in batch?

rem is a comment that is only seen if you edit the batch echo actually is printed when the batch is running


What is batch data processing mode?

Batch processing generally means using a scripting language to queue one or more jobs that will work one after the other without any manual intervention. That is, the actual processing is automated, the only input required from the user is in order to set up the batch. Contrast with online or interactive data processing which requires user-input throughout the process. In batch processing, the input is typically generated from input files collated as a batch, and the output of one job can often be used as input for the next job, dependant upon the type of processing. Some software includes batch processing modes of their own, but for those that don't, command sequences can be crafted using scripting languages, either from within the program itself (where supported) or externally at operating system level. Operating system command scripts can also be employed for batch processing, hence they are also known as batch files.


What are examples of batch processing?

Batch processing enables work to be done simultaniously whilst the workers are able to play football in the courtyard whilst production is taking place. this can occur in the workplace and is highly recommended to anyone who wishes to try this. An example of batch processing is the way that credit card companies process billing. The customer does not receive a bill for each separate credit card purchase but one monthly bill for all of that month's purchases. The bill is created through batch processing, where all of the data are collected and held until the bill is processed as a batch at the end of the billing cycle.


What is the best method of data processing?

There are different methods of data processing. Some methods are manual data processing, mechanical data processing, online processing, batch processing and electrical data processing.


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.

Related questions

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

explain the difference between batch processing and real-time processing


What is the Difference between pipeline processing and serial processing?

* The main difference is that pipeline processing is a category of techniques that provide simultaneous, or parallel, processing within the computer and serial processing is sequential processing by two or more processing units.


Difference between batch processing and time sharing?

In batch processing the tasks are performed in batches. In time sharing, the operating system shares the time between each task.


Difference between Time sharing operating system and batch processing operating system?

Differentiate between Simple Batch Operating Systems and Time-sharing Operating Systems


What are the batch costing and batch processing and job costing?

batch coting


What is the difference between lot number and batch number and serial number?

i batch is five a lot is oh ten or so. so when next time some says i have got a batch of numbers to sort out say in your mind that's only 5 you should of said


Difference between batch sharing and time sharing?

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.


What is the difference between rem and echo in batch?

rem is a comment that is only seen if you edit the batch echo actually is printed when the batch is running


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).


Spooling is necessary in batch processing system?

Not necessarily. It depends on what you are processing.


What are the four methods of data processing in computer?

It's Batch Processing,Realtime Processing,On line Processing and Distributed Processing.


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.