0
3.0kviews
Define process, threads and tasks also explain various states of task.
2 Answers
1
99views

Process

A program does nothing unless its instructions are executed by a CPU. A program in execution, as mentioned, is a process. A time-shared user program such as a compiler is a process. A word-processing program being run by an individual user on a PC is a process. A system …

Create a free account to keep reading this post.

and 5 others joined a min ago.

0
62views

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 3 others joined a min ago.

Please log in to add an answer.