Answer Posted / sherin sha
KERNEL-MODE
The kernel-mode programs run in the background, making sure
everything runs smoothly - things like printer drivers,
display drivers, drivers that interface with the monitor,
keyboard, mouse, etc. These programs all run in such a way
that you don't notice them.
When the computer boots up, Windows calls the KERNEL, the
main kernel-mode program that allows all the other programs
to run, even the user-mode programs.
USER-MODE
These are the programs that you run when you want specific
programs - e.g., MS Paint, MS Word, and Calculator. These
are heavily restricted, as to not crash the system. Windows
uses memory-protection services offered by the processor to
prevent malicious programs from interfering with the rest of
the system and corrupting it.
Is This Answer Correct ? | 64 Yes | 11 No |
Post New Answer View All Answers
Why is unix used?
How do I check terminal history?
What is devops linux?
Explain about document formatting?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
What does chmod do in linux?
What are different command to check ram, process and hdd of linux machine?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
Why is it called bash?
Describe the mknod command and when you’d use it.
How do you create a file in linux?
why is the tar command used?
Explain about communication features in UNIX?
Which of the following tasks cannot be accomplished with the touch command?
List the three main parts of an operating system command?