What name is given to a program in execution?
What name is given to a program in execution? Correct Answer Process
The correct answer is option 1.
Key Points A process is the instance of a computer program that is being executed. It contains the program code and its activity. A process may be made up of multiple threads of execution that execute instructions concurrently.
Program in execution is called process. The process is an active entity.
Hence the correct answer is process.
Additional Information
- A program is a system activity that uses a set of instructions to perform a designated task. It is considered a passive entity as it resides on secondary memory.
- A mutex is a binary variable whose purpose is to provide a locking mechanism. It is used to provide mutual exclusion to a section of code, which means only one process can work on a particular code section at a time.
মোঃ আরিফুল ইসলাম
Feb 20, 2025