Saved Bookmarks
| 1. |
On What Basis You Will Decide To Invoke A Serial Or Parellel 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. |
|