

InterviewSolution
Saved Bookmarks
1. |
Which of the following possesses threads of execution?(a) process(b) thread(c) kernel(d) operating systemI got this question by my school teacher while I was bunking the class.The above asked question is from Tasks,Threads and Process in chapter Real Time Operating systems of Embedded Systems |
Answer» CORRECT OPTION is (a) process Best explanation: The process has THREADS of execution which are the paths through the CODE. |
|