0
5.1kviews
Define process, threads and tasks also explain various states of task.
1 Answer
written 3.9 years ago by |
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 …