0
5.1kviews
Define process, threads and tasks also explain various states of task.
1 Answer
0
476views

Process:

A 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. Process-based multitasking enables you to run …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.