A thread is a light weight process. In the above statement, weight refers to

20122012

A thread is a light weight process. In the above statement, weight refers to

Answer: B. number of resourcesA thread is considered lightweight because it shares memory and resources with other threads in the same process. This resource sharing reduces the system…

  1. A.

    time

  2. B.

    number of resources

  3. C.

    speed

  4. D.

    All the above

Attempted by 416 students.

Show answer & explanation

Correct answer: B

A thread is considered lightweight because it shares memory and resources with other threads in the same process. This resource sharing reduces the system overhead required to manage execution compared to full processes.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Mppsc Assistant Professor Computer Science Paper 2

Loading lesson…