Social Sciences, asked by saugatpandey2373, 1 year ago

Which of the following is not correct about threads of any process?
(1) Compared to a process. switching between threads of same process takes less time as quantum alloted for threads is less.
(2) Inter-thread communication is faster as the threads of one process is share address space.
(3) Threads of a process share same address space.
(4) Compared to a process. swithcing between threads of same process takes less time as next-to-run thread shares same address space.

Answers

Answered by yash5815
7

plzzz complete your questions properly

Answered by dackpower
1

Answer

Inter-thread communication is faster as the threads of one process is share address space.  

Explanation:

While operating computer system , operations get divided into sub process to in order to reduce the timings. This subprocess also helps to work smoothly because the load on the computer processing unit is divided. If the tasks are not divided it will take more time.

Similar questions