Question
Which structure stores a thread’s execution state, such as its registers, state, and stack reference?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Thread control block
Explanation:
A thread control block records the information needed to schedule and resume a particular thread.
It plays a role for threads similar to the process control block for processes.
Leave a Reply