Computer Science, asked by sumeetkulkarni2492, 1 year ago

Difference between serial processing and batch processing

Answers

Answered by jeehelper
16

The main and basic difference between serial and batch processing is:


Serial processing runs in a sequential manner i.e. a pre-determined sequence by the processor and only one process is served at a time. The analogy of this processing is just like standing in a queue for a park ticket. Only one person is served at a single instance.


On the other hand, batch processing is one in which multiple processes and tasks are handled at a single instant. In batch processing, multiple processors are involved or multiple cores of a single processor are distributed for handling different tasks. Its analogy is similar to three cashiers sitting at a park ticket booth. Three different lines mean three people being provided with the ticket at the same instant.

Answered by smartbrainz
3

Difference between serial processing and batch processing:

Serial Processing:

  • In Serial Processing, the processing will take place sequentially. Serial processing is done in a specific order of sequence.
  • Serial processing is the act of one item at a time being attended to and processed. The results of one completed action are known ahead a next action is decided upon.  

Batch processing:

  • Batch processing is not set in any particular order.
  • Batch processing system the 'execution of a series of programs' or 'jobs taken in a computer system' without manual intervention.

To know more

Difference between serial processing operating system and batch operating system

https://brainly.in/question/6136352

Difference betwwen serial processing & batch processing

https://brainly.in/question/11849290

Similar questions