Answer Posted / nishikant sahu
The term “context Switching” is used to define the user mode
and kernel mode.
If “context Switching” happens while exciting your program
that become kernel mode and if not then it a user mode.
context Switching.. Save the current state of program and
execute the other task.
Suppose in your program if system calls happen then it
should be executed by Kernel so this time “state of the
process” should
Be saved and move to kernel mode.
Nishikant Sahu
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
How do I check storage on linux?
What is in mkdir command?
How do I run a script in linux?
What is whois command in linux?
How do I run multiple commands in linux?
What is du -s * | sort -k1,1rn | head command used for?
Is cmake only for c++?
How do I check my cpu cores?
Which command is used to compare the files?
Which is the required command for checking the file system?
Which command will show you free/used memory? Does free memory exist on linux?
What is the pwd command?
What is the use of mv command in linux?
What is vnc?
What is file and example?