Computer Science, asked by superstars2548, 1 year ago

What is the difference between a process and a thread? cs 4348?

Answers

Answered by ishandeveloper
2
A thread is a subcategory of a process. Threads are just some sequences sent to the CPU by the operating system. A group of these threads is called a process.
And these multiple processes then combine to perform a single task
Similar questions