Podcast
Questions and Answers
Which of the following is NOT a characteristic of a thread?
Which of the following is NOT a characteristic of a thread?
- Separate code section (correct)
- Program counter
- Thread identification
- Set of registers
What is the purpose of a thread's execution stack?
What is the purpose of a thread's execution stack?
- To store the thread's identification
- To store the thread's program counter
- To store the thread's context
- To store local variables (correct)
What does a thread's dynamic priority indicate?
What does a thread's dynamic priority indicate?
- The thread's current execution state
- The thread's unique identifier
- The thread's relative importance (correct)
- The thread's execution time
What does a thread's processor affinity determine?
What does a thread's processor affinity determine?
What is the purpose of a thread's alert state?
What is the purpose of a thread's alert state?