what is different between kenerl mode and user mode?
Answer / mann
User mode:
*)Code run in special mode of hardware called user mode.
*)Program run in user mode cannot access the memory of
other applications.
*)CPU instructions such as CPU halt cannot be executed.
*)Code is restricted to non-harmful operations.
Kernelmode:
*)Code run in special mode of hardware called Kernel mode.
*)Code run in kernel mode can access any memory.
*)It can perform any valid CPU instructions and hardware IO
operations.
*)Unrestricted access to hardware.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are events in smartforms?
3.Give the formula for determine the range of the data type?
In staad pro, how can we design ROOF SLAB?
whats the use of following Good Coding Practices?
needs examples for black box testing and white box testing
___ method used to move a recordset pointer in nth position in DAG.
How can you incorporate a Datawindow to a Oracle8i stored procedure?
when we use mantis? how learn mantis?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
why we need to take u?
What is the difference between COM and CORBA?
1.group by clause explain along with an example