

InterviewSolution
Saved Bookmarks
1. |
Which of the following can own and control the resources?(a) thread(b) task(c) system(d) peripheralThis question was addressed to me in an interview for internship.This intriguing question originated from Tasks,Threads and Process topic in portion Real Time Operating systems of Embedded Systems |
Answer» RIGHT answer is (B) task To elaborate: The task and process have several characteristics and one such is that the task or process can own or control resources and it has threads of EXECUTION which are the paths through the CODE. |
|