791 views
1 1 vote

1 Answer

Best answer
1 1 vote
Microkernel design is one of the modern OS designs which is a good design.It is a flexible design .In light of that option a is true.We know that user mode operations are like user level threads which are invisible to OS .Hence any erratic behaviour will not effect the OS most probably.

Whereas kernel mode operations are more sensitive so any erratic behaviour it will be more dangerous for entire system .Also there are security concerns with the kernel mode operation as the operations performed there are priveleged.So more user mode operations indirectly lessen such risk.

Hence for this question , option C) should be the correct option.
selected by
Position:
Show:

Related questions

5 5 votes
1 1 answer
167
167 views
GO Classes asked Jul 16
167 views
Which of the following operations normally require the processor to be executing in kernel mode?Issuing a command directly to a disk controller Updating the address of th...
1 1 vote
0 0 answers
269
269 views
TanayH asked Dec 15, 2025
269 views
Can anyone please give suggest some resource for studying1. System calls2. User mode and Kernel mode3. Threads.The system calls part of galvin is only 4 pages long and I ...
0 0 votes
0 0 answers
451
451 views
dd asked Sep 15, 2018
451 views
Consider a process in kernel mode that acquires a spin-lock. For correct operation, it must disable interrupts on its CPU core for the duration that the spin-lock is held...
0 0 votes
1 1 answer
3.3k
3.3k views
MayankSharma asked Jun 21, 2018
3,270 views
Please explain each point.My assumptions are;1.kernel must save the register values.It should be FALSE as it can be the case if the process is terminated.Thus, no need to...