Back to the 2022 paper
Similar questions
Operating System(a) What is a thread? (b) How is thread different from a process? (c) What resources are used when a thread is created?201914mOPERATING SYSTEMA process is moved to the ready state when its time quantum expires. (i) Blocked (ii) New (iii) Running (iv) Suspended20242mOPERATING SYSTEMHow is thread different from a process?20195mOperating SystemSuppose that a process is in BLOCKED state waiting for some I/O service. When the service is completed, it goes to the? (i) RUNNING state (ii) READY state (iii) SUSPENDED state (iv) TERMINATED state20232m
PreviousIf the wait for graph contains a cycle, then (i) a deadlock does not exist (ii) a deadlock exists (iii) the system is in a safe state (iv) either deadlock exists or system is in a safe stateNextAn I/O port typically consists of four registers-status, control, ______ and ______ registers. (i) system in, system out (ii) data in, data out (iii) flow in, flow out (iv) input, output