...
Algorithms
October 1, 2023
Data-Structures
October 3, 2023
Algorithms
October 1, 2023
Data-Structures
October 3, 2023

Process-Scheduling

Question 3

Consider the following statements about process state transitions for a system using preemptive scheduling.

    I. A running process can move to ready state.
    II. A ready process can move to running state.
    III. A blocked process can move to running state.
    IV. A blocked process can move to ready state.

Which of the above statements are TRUE?

A
II and III only
B
I, II and III only
C
I, II, III and IV
D
I, II and IV only
Question 3 Explanation: 
Correct Answer: D
Question 3 Explanation: 

Leave a Reply

Your email address will not be published. Required fields are marked *