Podcast
Questions and Answers
Which of the following is a characteristic of a thread?
Which of the following is a characteristic of a thread?
- It has multiple threads of control
- It has a single thread of control
- It has a unique value called Thread ID (correct)
- It has access to the memory and resource of the process
What are the components of a thread?
What are the components of a thread?
- Thread identification, program counter, set of registers, and stack (correct)
- Thread ID, thread context, and execution stack
- Thread execution state, saved thread context, and per-thread static storage
- Thread execution state, saved thread context, and access to memory and resources
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?
- It allows the process to access the memory and resource of the process
- It allows the process to have a single thread of control
- It allows the process to have a unique Thread ID
- It allows the process to perform more than one task at a time (correct)
What does a thread's execution stack provide?
What does a thread's execution stack provide?
Which of the following is a characteristic of a Windows thread object?
Which of the following is a characteristic of a Windows thread object?