recategorized by
2,211 views

3 Answers

1 votes
1 votes

Option A

when process is scheduled to run after some execution:-- Ready state

when process is unable to run until some task has been completed:--Blocked state

when process is using the CPU:--Running state

0 votes
0 votes
Ans : A) Redy state : when process is scheduled to run after some execution
0 votes
0 votes
  1. when process is scheduled to run after some execution ==> Ready State
  2. when process is unable to run until some task has been completed==> wait or block state 
  3. when process is using the CPU==> it is basically using cpu time  in the  running state
Answer:

Related questions

2 votes
2 votes
3 answers
1
1 votes
1 votes
4 answers
2
admin asked Mar 31, 2020
2,085 views
If file size is large and if it is to be accessed randomly then which of the following allocation strategy should be best to use in a system?Linked allocationIndexed allo...
2 votes
2 votes
4 answers
3
admin asked Mar 31, 2020
17,094 views
Operating System maintains the page table for :each processeach threadeach instructioneach address
1 votes
1 votes
2 answers
4
admin asked Mar 31, 2020
2,435 views
Non-contiguous memory allocation splits program into blocks of memory called ________ that can be loaded in non-adjacent holes in main memory.PagesFramesPartitionSegments...