top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

When the process issues an I/O request: a) It is placed in an I/O queue b) It is placed in a waiting queue...

+1 vote
798 views

When the process issues an I/O request :
a) It is placed in an I/O queue
b) It is placed in a waiting queue
c) It is placed in the ready queue
d) It is placed in the Job queue

posted Jun 2, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

There are five main states that have been defined for a process and those states are as following:
- New
- Ready
- Running
- Waiting
- Terminated

For an I/O request, process moves to waiting state but there might be "N" number of processes which would be waiting for same I/O request. In this case, operating system will place all the process in I/O queue under the waiting state.

answer Jun 3, 2018 by Harshita
Similar Questions
+2 votes

Which option is used in "ps" command to get the details on running threads associated to a process ?

0 votes

In multiprocessing operating system each processor takes a process individually or divide each process for the multiple processors?
In multiprocessing operating response time increases decreases or not effected?

...