One stop guide to computer science students for solved questions, Notes, tutorials, solved exercises, online quizzes, MCQs and more on DBMS, Advanced DBMS, Data Structures, Operating Systems, Machine learning, Natural Language Processing etc.
TOPICS (Click to Navigate)
▼
Pages
▼
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)
No comments:
Post a Comment