Podcast
Questions and Answers
Which of the following is NOT an attribute of a thread?
Which of the following is NOT an attribute of a thread?
- Access to the memory and resource of the process (correct)
- A saved thread context when not running
- Some per-thread static storage for local variables
- Thread execution state
What is the purpose of a thread in CPU utilization?
What is the purpose of a thread in CPU utilization?
- To contain thread identification
- To share the same code section with other threads
- To have a single thread of control
- To perform multiple tasks at the same time (correct)
Which of the following is a characteristic of a Windows thread object?
Which of the following is a characteristic of a Windows thread object?
- Thread processor affinity
- Thread execution state
- Thread ID (correct)
- Thread identification
What are the components of a thread?
What are the components of a thread?
What is the benefit of having multiple threads of control in a process?
What is the benefit of having multiple threads of control in a process?