Question
What is a thread?
Select an option. Your answer will be checked instantly.
Correct Answer: A. The basic unit of CPU execution within a process
Explanation:
A thread has its own program counter, registers, and stack while executing within a process.
It shares the process's code, data, and many resources with sibling threads.
Leave a Reply