InterviewSolution
Saved Bookmarks
| 1. |
On What Basis You Will Decide To Invoke A Serial Or Parallel Calculation Method ? |
|
Answer» If we have a single processor, we will use serial CALCULATION but if we have MULTIPLE PROCESSORS we can break the task into threads and make them run on DIFFERENT processors. If we have a single processor, we will use serial calculation but if we have multiple processors we can break the task into threads and make them run on different processors. |
|