| Parallel Processing | ||||||||||||
| 
 Parallel Processing There are theoretical limits as to what a single processor can do and how fast it can do it.  Parallel processing
means there is  more than one processor and the tasks are shared between them. Example : To calculate the surface area of a cuboid (length L cm, height H cm and width W cm) Using one processor P1: 
 Using three processors P1, P2 and P3: 
 The tasks are shared between the three processors and the job is completed much faster.  | 
        ||||||||||||