Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
972 views
in Computer by (115k points)
closed by
Which of the following is not an advantage of thread?
1. Less time to create and terminate than process
2. Context switching is faster
3. Less memory space occupied by thread
4. Inter process communication

1 Answer

0 votes
by (113k points)
selected by
 
Best answer
Correct Answer - Option 3 : Less memory space occupied by thread

The correct answer is Less memory space occupied by thread.

Concept

The execution of process code by tracking the instructions one after the other in the process is called threads. Threads control the process and each thread represents the control of the code.

Key points of threads in OS.

  1. The context switching time is reduced using threads. 
  2. While using threads, one task after the other is carried out without being instructed always. Hence concurrency is achieved for the entire process using threads.
  3. Communication between threads and communication between processes is made efficient with the help of threads. This helps to manage the process without being tracking the entire process using a tracker. This reduces costs.
  4. The cost is less and hence the entire process is economical to create and manage and switch the threads between the processes.
  5. Threads are not reusable and it requires more hardware than software due to application changes from the base. Therefore Option 3 is correct answer

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...