A ______ is the subset of a process and is also known as the lightweight…
2023
A ______ is the subset of a process and is also known as the lightweight process.
- A.
Thread
- B.
Program
- C.
Library
- D.
Process
Attempted by 447 students.
Show answer & explanation
Correct answer: A
A thread is a subset of a process and is also known as the lightweight process. Threads share memory and resources with their parent process, allowing for efficient concurrent execution within a single application.