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 web.configuration? how is it work? & wht is use this?
What is the client concept in SAP? What is the meaning of client independent?
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
How to call a C++ function which is compiled with C++ compiler in C code?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
diffrence between oracle apps , .NET , SAP
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
How to set fixed width in particular <td> in html? if i type more character in this <td> it will not push near <td>. this is my question. can u tell me the answer...
What are the Short cut Keys of Tally ERP?
What is the difference between save and create method of activerecord?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..