Podcast
Questions and Answers
Which of the following attributes is necessary for a thread?
Which of the following attributes is necessary for a thread?
- Dynamic priority
- Access to OS resources
- Multiple execution stacks
- Thread identification (correct)
What is the purpose of a thread context?
What is the purpose of a thread context?
- To define the execution state of a thread (correct)
- To identify a thread when calling a server
- To provide access to OS resources
- To store local variables
Which of the following is true about threads in a process?
Which of the following is true about threads in a process?
- They have their own program counter
- They share the same code section (correct)
- They have separate memory resources
- They can only perform one task at a time
What does a thread's base priority indicate?
What does a thread's base priority indicate?
Why is a thread important for CPU utilization?
Why is a thread important for CPU utilization?
Flashcards are hidden until you start studying