Processes and Threads

From Computer Science Wiki
Revision as of 21:56, 1 March 2020 by Mr. MacKenty (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]


References