75%(4)3 out of 4 people found this document helpful
This preview shows page 1 out of 1 page.
Georgia State University CSc 4320/6320 Operating Systems Spring 2018 Quiz 2 Date: February 16, 2018Name: Panther ID: Multi-threading models:1. The _____ model maps each user-level thread to one kernel thread. ( C ) A) many-to-many B) two-level C) one-to-one D) many-to-one Critical section problem: 2. A solution to the critical section problem does not have to satisfy which of the following requirements? ( C A) mutual exclusion B) progress C) atomicity D) bounded waitingProcess states: Name and describe the different states that a process can exist in at any given time. )