Answer Posted / guest
A context switch is the action of switching a CPU between
executing one thread and another (or transferring control
between them). This may involve crossing one or more
protection boundary.
| Is This Answer Correct ? | 19 Yes | 14 No |
Post New Answer View All Answers
Explain critical section?
How would you kill a process?
Explain what is protection boundary?
If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?
List the system calls used for process management?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
What is the window of the working set of a process?
Explain similarities between thread and process?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain the different kinds of threads?
Explain what are threads?
How to work unix commands on windows xp without installing unix o/s in pc?
explain about the initial process sequence while the system boots up?
Explain the architectural differences between user-space threads, and kernel-supported threads?
Explain what is critical section?