147k views
4 votes
By default, a windows process contains one thread with four components: a unique identifier, the contents of a volatile set of registers indicating state, two stacks used in the thread’s execution, and a private storage area used by subsystems and libraries. these components are called the thread’s ____.

User Josecampos
by
7.7k points

1 Answer

1 vote

The correct answer for the question is thread's context. Thread is used for CPU utilization. It is the basic unit. In different OS, there are different components of the thread or how the thread is implemented. In this case, it talks about windows so context is the correct answer.

User BalaB
by
8.2k points