Process Management
GATE CSE & IT · Operating Systems - Threads · 1999-2025
Study anchor
Source-book anchor pending for this concept.
Practice action
Start latest PYQPYQs in this concept
All concepts →Suppose in a multiprogramming environment, the following C program segment is executed. A process goes into I/O queue whenever an I/O related operation is performed. Assume that th...
Which of the following statements about threads is/are TRUE?
Which of the following is/are shared by all the threads in a process? I. Program counter II. Stack III. Address space IV. Registers
The maximum number of processes that can be in $$Ready$$ state for a computer system with $$n$$ $$CPUs$$ is
Let the time taken to switch between user and kernel modes of execution be $${t_1}$$ while the time taken to switch between two processes be $${t_2}$$. Which of the following is TR...
Draw the process state transition diagram of an $$OS$$ in which (i) each process is in one of the five states: created, ready, running, blocked (i.e. sleep or wait), or terminated,...
Which of the following does not interrupt a running process?
Which of the following actions is/are typically not performed by the operating system when switching context from process $$A$$ to process $$B$$ ?