Saved Bookmarks
| 1. |
In the Many to One model, multiple threads are unable to run in parallel on multiprocessors because of ___________(a) only one thread can access the kernel at a time(b) many user threads have access to just one kernel thread(c) there is only one kernel thread(d) none of the mentioned |
|
Answer» The correct answer is (a) only one thread can access the kernel at a time To explain: None. |
|