InterviewSolution
Saved Bookmarks
| 1. |
A process having multiple threads of control implies ___________(a) it can do more than one task at a time(b) it can do only one task at a time, but much faster(c) it has to use only one thread per process(d) none of the mentionedThis question was addressed to me by my school principal while I was bunking the class.I'm obligated to ask this question of User and Kernel Threads in portion The Linux System of Operating System |
|
Answer» RIGHT option is (a) it can do more than ONE task at a time The BEST EXPLANATION: None. |
|