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 is the best action a system can take when deadlock is detected
Is buffer size and file block size is similar? If similar,at which case it will be same size?
What is the language used for Artificial Intelligence?
what is the difference between uservariables and systemvariables (in Environmental variables)???
what is delegate and delegation model give the real live example on delegate model
I am work in it aompenei
what is meaning of MDM in sap?let me know that meaning
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
is possible to delete specific data in a row by using of sql query?
A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 0 1 1 B 0 1 1 1 1 0 1 0 C 0 1 1 0 1 1 0 1 Find ( (A-B) u C )=? how to solve this need with steps
differenc between visual studio 2005,2008 & 2010?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?