Free Mock Test - Operating System : Process Management (Test 2)

Process management is one of the core functions of an operating system, responsible for handling the creation, scheduling, execution, and termination of processes. A process is a program in execution, and the operating system ensures that multiple processes run efficiently without conflict.
For online tests and competitive exams, understanding process management is very important because it forms the foundation of how computers operate internally. Questions often test concepts like process scheduling, context switching, and CPU utilization, which are essential topics in computer science exams such as BCA, B.Tech, and government IT exams. For students, learning process management improves logical thinking and helps them understand real-world system behavior, making them better prepared for technical interviews and practical applications in software development and system design.

Total Questions : 20

Timer : sec

Question : Which data structure stores process attributes in an operating system?


Question : Which attribute uniquely identifies a process in the system?


Question : The program counter stores:


Question : Which attribute indicates the current condition of a process?


Question : Which process attribute determines CPU allocation order?


Question : Which attribute stores temporary data during execution?


Question : The list of open files in PCB represents:


Question : Which attribute contains information about devices used by the process?


Question : Process attributes together are also called:


Question : Which attribute helps resume process execution after interruption?


Question : Which of the following is NOT a process attribute?


Question : Which process attribute contains information about CPU registers?


Question : Which process state means the process is currently executing?


Question : Which process state indicates the process is waiting for CPU allocation?


Question : Which process attribute is used for scheduling decisions?


Question : The process attributes stored in PCB are used by:


Question : When a process is suspended, the address of its last executed instruction is saved in:


Question : Which attribute indicates the lifecycle stage of a process?


Question : Open device list in PCB helps the OS to:


Question : Which of the following is a correct attribute combination of a process?