CUET-PG SERIES Data-science
Process Creation And Management
3 previous year questions.
Volume: 3 Ques
Yield: Medium
High-Yield Trend
3
2025 Chapter Questions 3 MCQs
01
PYQ 2025
medium
data-science ID: cuet-pg-
In the context of process creation, arrange the following statements in sequential order of their occurrence: A. One of the two processes typically uses the exec() system call to replace the process's memory space with a new program.
B. A new process is created by the fork() system call.
C. The parent can then create more children; or, can issue a wait() system call to move itself off the ready queue.
D. The exec() system call loads a binary file into memory (destroying the memory image of the program containing the exec() system call) and starts its execution.
Choose the correct answer from the options given below:
B. A new process is created by the fork() system call.
C. The parent can then create more children; or, can issue a wait() system call to move itself off the ready queue.
D. The exec() system call loads a binary file into memory (destroying the memory image of the program containing the exec() system call) and starts its execution.
Choose the correct answer from the options given below:
1
A, B, C, D
2
A, C, B, D
3
B, A, D, C
4
C, B, D, A
02
PYQ 2025
medium
data-science ID: cuet-pg-
Process control block in operating system is defined as:
1
Each process is represented in the operating system by a process control block (PCB)βalso called a task control block.
2
Process control block is used to store only process state.
3
Process control block is used to control a block.
4
Process control block tells us about logic behind process.
03
PYQ 2025
medium
data-science ID: cuet-pg-
The operating system is not responsible for:
1
process and thread management.
2
the creation and deletion of both; the user and system processes.
3
the development of the program.
4
the process scheduling.