341 views
0 votes
0 votes
A multi-user, multiprocessing operating system can not be implemented on hardware that does not support atleast 2 modes of CPU execution.

can anyone explane why is this statement true whydo we need two modes for implemening multiuser is it for scheduleing

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
Vishal Goyal asked Dec 2, 2016
1,653 views
While switching context from process A to process B, operating system does not change the address translation table.why is this statement false give explanation
0 votes
0 votes
0 answers
2
sreenivas.s1995 asked Jan 31, 2019
362 views
Does increasing number of threads decrease total waiting time of the process in terms of round robin scheduling or does it remain the same?Can you please explain why