what is the difference between job and process?how jobs are managed in batch operating system
Answers
Answered by
1
Answer:
Fundamentally a job/task is what work is done, while a process is how it is done, usually anthropomorphised as who does it. A job is an overall unit of work, and is composed of tasks. In practice usage is very inconsistent, and often “task” == “process”, though formally a process performs a task.
Answered by
1
Answer:
A process refers to a program under execution. This program may be an application or system program.
Job means an application program and it is not a system program.
Similar questions