0% found this document useful (0 votes)
140 views

Sequential Processing

Sequential processing involves completing one task at a time, with all other tasks waiting in a queue until the first is finished; examples include people waiting in line one by one for railway tickets or a cashier handling customers from two queues sequentially.

Uploaded by

Satanu Maity
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
140 views

Sequential Processing

Sequential processing involves completing one task at a time, with all other tasks waiting in a queue until the first is finished; examples include people waiting in line one by one for railway tickets or a cashier handling customers from two queues sequentially.

Uploaded by

Satanu Maity
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like