352 views
0 votes
0 votes
What is the difference between a job,a process and a thread?

1 Answer

0 votes
0 votes
Job is a task done by a process.

Process is a program execution in CPU.

Thread is light weight Process. (we can assume small part of Process)

Related questions

0 votes
0 votes
2 answers
1
Sourin Kundu asked Jan 24, 2023
407 views
A process executes the following segment of code: int main(){fork();fork() && fork();}The number of new processes created is
0 votes
0 votes
1 answer
3