Back to the 2024 paper
Similar questions
Operating 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 SYSTEMExplain the concept of a process. With the help of a state transition diagram, discuss the various process states.20237mOPERATING SYSTEMHow is a process different from a program? With an example explain why Process synchronization is necessary in multiprocessing operating system?20245mOperating 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 queue20192m
PreviousCompaction is used to solve the problem of (i) External fragmentation (ii) Internal fragmentation (iii) both (i) and (ii) (iv) None of theseNextWhat is the drawback of banker's algorithm? (i) in advance processes rarely know how much resource they will need (ii) the number of processes changes as time progresses (iii) resource once available can disappear (iv) all of the mentioned