1.

Which of the following does not uses a shared memory?(a) process(b) thread(c) task(d) kernelThe question was asked by my school principal while I was bunking the class.This question is from Tasks,Threads and Process topic in chapter Real Time Operating systems of Embedded Systems

Answer»

The correct option is (a) process

The explanation is: The program in EXECUTION is known as the process. The process does not share the memory space but the THREADS have a SHARED memory address. When the CPU switches from process to another, the current INFORMATION is stored in the process descriptor.



Discussion

No Comment Found

Related InterviewSolutions