

InterviewSolution
Saved Bookmarks
1. |
Which of the following uses its own address space?(a) thread(b) process(c) task(d) kernelThis question was posed to me during a job interview.I'd like to ask this question from Tasks,Threads and Process in portion Real Time Operating systems of Embedded Systems |
Answer» RIGHT answer is (a) thread For EXPLANATION: Threads USES SHARED memory SPACE and it uses the memory space of the process. |
|