Sequential Processing
Sequential Processing
A processing in which one task is completed at a time and all the tasks are run by the
processor in a sequence. In real time example, people standing in a queue and waiting for a
railway ticket. In this case, one person can get a ticket at a time. Suppose there are two
queues of people and one cashier is handling both the queues then one person can get a ticket
at a time from both queues. Similarly, processor get lists of tasks and each task is completed
at a time and all other tasks wait till the first one completes. This type of processing is also
known as sequential processing.