Processes and Threads

From Computer Science Wiki
Revision as of 21:11, 1 March 2020 by Mr. MacKenty (talk | contribs)
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