Podcast
Questions and Answers
Multithreading allows for multiple threads of execution within a single process.
Multithreading allows for multiple threads of execution within a single process.
True (A)
The one-to-one model has the advantage of providing more parallelism than the many-to-one model.
The one-to-one model has the advantage of providing more parallelism than the many-to-one model.
True (A)
Windows XP and Linux use the one-to-one multithreading model for their thread management.
Windows XP and Linux use the one-to-one multithreading model for their thread management.
True (A)
User-level threads in the many-to-one model are mapped to kernel threads on a one-to-one basis.
User-level threads in the many-to-one model are mapped to kernel threads on a one-to-one basis.
The many-to-many model allows for a many-to-many relationship between user-level threads and kernel threads.
The many-to-many model allows for a many-to-many relationship between user-level threads and kernel threads.