Back to the 2019 paper
Similar questions
OPERATING SYSTEMThe processes that are residing in main memory and are ready and waiting to execute are kept on a list called (i) job queue (ii) ready queue (iii) execution queue (iv) process queue20192mOperating SystemA process is: (i) program in high level language kept on disk (ii) content of main memory (iii) program in execution (iv) job in secondary memory20222mOPERATING SYSTEMScheduling a process from ready Queue to CPU is done by (i) Short term scheduler (ii) Midle term scheduler (iii) Long term scheduler (iv) Dispatcher20232mOPERATING 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 above20232m
PreviousWhat is operating system? (i) Collection of programs that manages hardware resources (ii) System service provider to the application programsNextWhich of the following conditions is required for deadlock to be possible? (i) Mutual exclusion (ii) A process may hold allocated resources while awaiting assignment of other resources (iii) No resource can be forcibly removed from a process holding it (iv) All of the above