Processes and Threads: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Resource Management<ref>http://www.flaticon.com/</ref> In computing, a '''process''' is the instance of a computer program that is being exe...")
 
No edit summary
Line 3: Line 3:
In computing, a '''process''' is the instance of a computer program that is being executed by one or many threads. It contains the program code and its activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that execute instructions concurrently<ref>https://en.wikipedia.org/wiki/Process_(computing)</ref>
In computing, a '''process''' is the instance of a computer program that is being executed by one or many threads. It contains the program code and its activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that execute instructions concurrently<ref>https://en.wikipedia.org/wiki/Process_(computing)</ref>


 
== Video ==
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/h_HwkHobfs0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</html>


== References ==
== References ==

Revision as of 22:11, 1 March 2020

Resource Management[1]

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

Video

References