Back to the 2022 paper
Similar questions
OPERATING SYSTEM______ is a technique of improving the priority of process waiting in queue for CPU allocation. (i) starvation (ii) Ageing (iii) Revocation (iv) Relocation20232mOperating SystemThe technique of gradually increasing the priority of a process that wait in a system for a long time is known as? (i) blocking (ii) ageing (iii) starvation (iv) convoy effect20232mOPERATING SYSTEMWhen a process waits indefinitely for some resources which are being used by other processes, it is called (i) Starvation (ii) Demand Paging (iii) Segmentation (iv) None of the above20232mOPERATING SYSTEMScheduling a process from ready Queue to CPU is done by (i) Short term scheduler (ii) Midle term scheduler (iii) Long term scheduler (iv) Dispatcher20232m
PreviousA process executes the following segment of code: ``c for (i = 1; i <= n; i++) fork(); `` The number of new processes created is: (i) n (ii) (n(n+1))/2 (iii) 2^n - 1 (iv) 2^nNextInterval between the time of submission and first response to the job is called: (i) waiting time (ii) turnaround time (iii) throughput (iv) response time