asked 80.0k views
5 votes
12. But not parallelism, it is achievable to have concurrency in operating system threading?

1 Answer

5 votes

Answer:

Yes, it is possible to have concurrency but not parallelism. Concurrency: Concurrency means where two different tasks or threads start working together in an overlapped time period, however, it does not mean they run at same instant.

answered
User Sabuz
by
7.8k points