1.

Which of the following can be used to refer to entities within the RTOS?(a) threads(b) kernels(c) system(d) applicationsI have been asked this question in an internship interview.This is a very interesting question from Tasks,Threads and Process in chapter Real Time Operating systems of Embedded Systems

Answer»

Right option is (a) threads

The best I can EXPLAIN: The threads and processes can be used to refer to entities within the RTOS. They provide an interchangeable replacement for the task. They have a slight difference in their function. A PROCESS is a program in EXECUTION and it has its own ADDRESS space whereas threads have a shared address space. The task can be defined as a set of instructions which can be LOADED into the memory.



Discussion

No Comment Found

Related InterviewSolutions