What is the relationship between threads and processes?

      

What is the relationship between threads and processes in computer operating system?

  

Answers


Anthony
A thread is a subset of a process, of which numerous threads can be formed. Threads have advantages
such as sharing the address space and global variables, while also having its own stack, program
counter and alotted registers.
anmwat answered the question on March 5, 2019 at 10:28


Next:  What is the function of the ready queue?
Previous: What will be the output of the following c program?

View More Computer Science Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions