41. |
Which of the following is not the state of a process ?
|
||||||||
Answer:
Option (b) |
42. |
Which of the following Multithreading model has drawback "that creating a user thread requires creating the corresponding kernel thread".
|
||||||||
Answer:
Option (a) |
43. |
Which of the following Multithreading model maps many user-level threads to one kernel thread.
|
||||||||
Answer:
Option (c) |
44. |
Which of the following Multithreading model multiplexes many user-level threads to a smaller or equal number of kernel threads?
|
||||||||
Answer:
Option (d) |
45. |
Which of the following state transitions is not possible ?
|
||||||||
Answer:
Option (a) |
46. |
Which state of a process defined "Instructions are being executed"
|
||||||||
Answer:
Option (c) |
47. |
Which state of a process defined "The process has finished execution"
|
||||||||
Answer:
Option (a) |
48. |
Which state of a process defined "The process is being created"
|
||||||||
Answer:
Option (a) |
49. |
With round robin scheduling algorithm in a time shared system ____________
|
||||||||
Answer:
Option (a) |
50. |
Which scheduling algorithm is non preemptive scheduling algorithm?
|
||||||||
Answer:
Option (a) |