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 ____.
A. context
B. heap
C. global state
D. environment
Answer: A
Computer Science & Information Technology