Sequential or serial processing
- A problem is divided into a separate instructions
- These instructions are executed sequential means one by one.
- So, here all instructions are executing on single processor.
- At any point of time only one instruction may execute.
- Big limitation is, if the problem is in big shape than more waiting time for final results.
Thanks for your time.
-Nireekshan