Major links



Quicklinks


📌 Quick Links
[ DBMS ] [ DDB ] [ ML ] [ DL ] [ NLP ] [ DSA ] [ PDB ] [ DWDM ] [ Quizzes ]


Wednesday, April 29, 2020

Operating Systems Question Bank with Answers 06

What are the typical uses of threads in operating systems?


Question:

What are the typical uses of threads?


Answer:
The different purpose of threads are;
  • Splitting work across processors (shared memory multiprocessor)
  • Added responsiveness (handle user input while still finishing another function)
  • Controlling and monitoring other threads
  • Server applications
  • Can help program abstraction

No comments:

Post a Comment

Please visit, subscribe and share 10 Minutes Lectures in Computer Science