2,797 views

3 Answers

Best answer
7 votes
7 votes

 Process is a program in execution.

So option C is correct.

selected by
3 votes
3 votes

ans is (c)

process is an instance of a computer program that is being executed. It contains the program code and its current activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that execute instructions concurrently.[1][2]

A computer program is a passive collection of instructions, while a process is the actual execution of those instructions. Several processes may be associated with the same program; for example, opening up several instances of the same program often means more than one process is being executed.

Answer:

Related questions

4 votes
4 votes
1 answer
1
Desert_Warrior asked Jun 3, 2016
4,807 views
Which is the correct definition of a valid process transition in an operating system?Wake up: ready $\rightarrow$ runningDispatch: ready $\rightarrow$ runningBlock: ready...
3 votes
3 votes
1 answer
2
Kanimozhi asked Jun 1, 2016
4,384 views
Special software to create a job queue is called aDriverSpoolerInterpreterLinkage editor
3 votes
3 votes
4 answers
4
go_editor asked Jun 14, 2016
3,449 views
A page faultOccurs when a program accesses an available page on memoryis an error in a specific pageis a reference to a page belonging to another programoccurs when a pro...