Operating System (3140702) MCQs

MCQs of Process and Threads Management

Showing 41 to 50 out of 70 Questions
41.
Which of the following is not the state of a process ?
(a) Blocked
(b) Old
(c) Ready
(d) Running
Answer:

Option (b)

42.
Which of the following Multithreading model has drawback "that creating a user thread requires creating the corresponding kernel thread".
(a) One to One
(b) One to Many
(c) Many to One
(d) Many to Many
Answer:

Option (a)

43.
Which of the following Multithreading model maps many user-level threads to one kernel thread.
(a) One to One
(b) One to Many
(c) Many to One
(d) Many to Many
Answer:

Option (c)

44.
Which of the following Multithreading model multiplexes many user-level threads to a smaller or equal number of kernel threads?
(a) One to One
(b) One to Many
(c) Many to One
(d) Many to Many
Answer:

Option (d)

45.
Which of the following state transitions is not possible ?
(a) Blocked to running
(b) Ready to running
(c) Blocked to ready
(d) Running to blocked
Answer:

Option (a)

46.
Which state of a process defined "Instructions are being executed"
(a) New
(b) Ready
(c) Running
(d) Blocked
Answer:

Option (c)

47.
Which state of a process defined "The process has finished execution"
(a) Exit
(b) Ready
(c) Running
(d) Blocked
Answer:

Option (a)

48.
Which state of a process defined "The process is being created"
(a) New
(b) Ready
(c) Running
(d) Blocked
Answer:

Option (a)

49.
With round robin scheduling algorithm in a time shared system ____________
(a) using very large time slices converts it into First come First served scheduling algorithm
(b) using very small time slices converts it into First come First served scheduling algorithm
(c) using extremely small time slices increases performance
(d) using very small time slices converts it into Shortest Job First algorithm
Answer:

Option (a)

50.
Which scheduling algorithm is non preemptive scheduling algorithm?
(a) First come First served
(b) Round Robin
(c) Shortest Remaining Time Next
(d) Preemptive Priority
Answer:

Option (a)

Showing 41 to 50 out of 70 Questions