Program in execution is called a :

Program in execution is called a :

[amp_mcq option1=”Process” option2=”Product” option3=”Code” option4=”Page” correct=”option1″]

This question was previously asked in
UPSC CISF-AC-EXE – 2023
A program in execution is defined as a process. A process is an instance of a program running. It includes the program code, its current activity, its memory space, and resources allocated to it by the operating system.
– A process is a dynamic entity representing a program in action.
– A program is a static set of instructions.
Operating systems manage processes, allocating system resources such as CPU time, memory, and I/O devices to them. Different processes can run concurrently, giving the illusion of parallel execution even on a single-processor system through techniques like time-sharing.