Respuesta :

Suppose a process is running and has eight user-level threads in it. When the process exits, the number of threads that would continue running is zero (0).

This is because they all run concurrently and they are independent processes, but they all work together, but do not depend on each other, so if the eight user-level threads have the process stopped, all threads would stop running.

What is a Concurrent Process?

This refers to the computing model in which multiple processors execute instructions simultaneously for better performance.

Hence, we can see that Suppose a process is running and has eight user-level threads in it. When the process exits, the number of threads that would continue running is zero (0).

This is because they all run concurrently and they are independent processes, but they all work together, but do not depend on each other, so if the eight user-level threads have the process stopped, all threads would stop running.


Read more about concurrent process here:

https://brainly.com/question/20725739

#SPJ1