what is different between kenerl mode and user mode?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

sample code for data transfer between two r/2 systems and r/3 systems?

1495


define profiler???

1609


What are the Short cut Keys of Tally ERP?

1776


what is best way to create a Thread class & why?

1590


hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry

1658






what is session state?

1526


how to convert infix expression to prefix expression?

3829


Explain the types of operations? Draw the figure for shift and rotate operations?

2811


What do you understand by modular programming?

670


How can we develop a multi-tier application in Java?

1472


One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

3001


For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?

3192


What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?

1784


what is the use MDM(Master Data Management)and meaning

1907


what are the missinschema properties and should we pass primary key in select command

1421