Question : The main goal of process management is:
Solution :
Correct Answer : Efficient resource utilization
Description -
Question : Which of the following improves system responsiveness?
Solution :
Correct Answer : Multiprogramming
Description -
Question : A process may share resources such as:
Solution :
Correct Answer : All of the above
Description -
Question : Which of the following is a drawback of process management?
Solution :
Correct Answer : Overhead
Description -
Question : Which of the following is a benefit of process management?
Solution :
Correct Answer : Efficient CPU utilization
Description -
Question : Context switching refers to:
Solution :
Correct Answer : Switching between processes
Description -
Question : In multiprogramming systems:
Solution :
Correct Answer : Multiple processes share CPU
Description -
Question : Which of the following is responsible for deadlock handling?
Solution :
Correct Answer : Operating System
Description -
Question : The OS activity of starting and stopping processes is called:
Solution :
Correct Answer : Process management
Description -
Question : Which of the following is a method of IPC?
Solution :
Correct Answer : All of the above
Description -
Question : Which OS feature coordinates access to shared resources?
Solution :
Correct Answer : Process synchronization
Description -
Question : Which mechanism allows processes to communicate?
Solution :
Correct Answer : IPC
Description -
Question : Which OS function schedules processes on the CPU?
Solution :
Correct Answer : Scheduling
Description -
Question : Which state indicates the process has finished execution?
Solution :
Correct Answer : Terminated
Description -
Question : A process moves to the waiting state when:
Solution :
Correct Answer : Waiting for resources or input
Description -
Question : Which process state indicates execution by CPU?
Solution :
Correct Answer : Running
Description -
Question : When a process is waiting for CPU allocation, it is in:
Solution :
Correct Answer : Ready state
Description -
Question : Which of the following is NOT a process state?
Solution :
Correct Answer : Compiled
Description -
Question : Which component of the OS manages process execution?
Solution :
Correct Answer : Process management
Description -
Question : A program in execution is called:
Solution :
Correct Answer : Process
Description -