MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is not true regarding a preemptive kernel |
| A. | If a high priority thread becomes ready to run, low priority thread is preempted |
| B. | The kernel checks for the high priority ready to run threads when ever called |
| C. | The executing thread is never interrupted |
| D. | There are special demands on communication between threads and handling common resources |
| Answer» D. There are special demands on communication between threads and handling common resources | |