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?
- Thread processor affinity (correct)
- Thread identification
- Saved thread context
- Thread execution state
What is the purpose of a thread in the central processing unit (CPU) utilization?
What is the purpose of a thread in the central processing unit (CPU) utilization?
- To access the memory and resource of the process
- To share the same code section with other threads
- To perform more than one task at a time (correct)
- To have a single thread of control
Which of the following is NOT shared by threads that belong in the same process?
Which of the following is NOT shared by threads that belong in the same process?
- Thread execution time (correct)
- Data section
- Code section
- Registers
What are some attributes of a Windows thread object?
What are some attributes of a Windows thread object?
What is the purpose of having per-thread static storage for local variables in a thread?
What is the purpose of having per-thread static storage for local variables in a thread?
Which of the following is NOT a component of a thread?
Which of the following is NOT a component 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?
What is an important attribute of a thread execution state?
What is an important attribute of a thread execution state?
What does per-thread static storage in a thread provide?
What does per-thread static storage in a thread provide?
What is an attribute of a Windows thread object?
What is an attribute of a Windows thread object?
Flashcards are hidden until you start studying