The process state transition diagram of an operating system is as given below. Which of the following must be FALSE about the above operating system?

GATE CSE · Operating Systems
Master topic for Process. Includes Process Concept, Interprocess Communication (IPC).
28 questions · 6 PYQs · 2 AI practice · GATE CSE 2027
The process state transition diagram of an operating system is as given below. Which of the following must be FALSE about the above operating system?

What is the swap space in the disk used for?
Which of the following does not interrupt a running process ?
Where does the swap space reside ?
Which of the following actions is/are typically not performed by the operating system when switching context from process A to process B?
The process state transition diagram in the below figure is representative of

Which of the following is NOT a process state?
The following C program is executed on a Unix/Linux system:
#include <unistd.h>
int main()
{
int i;
for (i=0; i<10; i++)
if (i%2 == 0) fork();
return 0;
}
The total number of child processes created is ________.
Want unlimited AI-generated Process questions?
Sign up free and practice with adaptive difficulty — Easy, Medium, Hard. New questions every session.
Start practising for free →