1,644 views
1 votes
1 votes

According to me Answer is C, because Multithreading i.e. User application threads cannot use different processors because processor see all the thread of user process as part of one process so it wont execute on Different Processors.

Am i right ?

But answer given is (A)

1 Answer

Related questions

1 votes
1 votes
4 answers
1
ankitgupta.1729 asked Dec 14, 2017
1,793 views
The primary difference between process and thread ?(A) The number of I/O requests mode.(B) The amount of overhead associated with creation and context switching .(C) The ...
1 votes
1 votes
2 answers
2
rahul sharma 5 asked Dec 6, 2017
675 views
Why threads have less context than process? Context means various attributes that we store in the PCB,so the attributes like state,property,PC,etc.. should be there in b...
0 votes
0 votes
0 answers
3
0 votes
0 votes
1 answer
4
Parshu gate asked Sep 18, 2017
1,140 views
Multi-threaded application cannot take advantage of multiprocessing.What does this mean?