what is Context switch?

Answer Posted / al hinai

A context switch is the computing process of saving and
restoring the state (context) of a CPU such that multiple
processes can share a single CPU resource. The context
switch is an essential feature of a multitasking operating
system.

Context switches are usually time consuming and much of the
design of operating systems is to minimize the time of
context switches.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to work unix commands on windows xp without installing unix o/s in pc?

516


Explain what are threads?

631


Explain what is critical section?

553


Explain the different kinds of threads?

604


Explain critical section?

603






Explain what are the main families of threads?

570


What is protection boundary?

680


Explain what is scheduling?

605


Explain the architectural differences between user-space threads, and kernel-supported threads?

510


What is the window of the working set of a process?

639


What is the working set of a process?

598


Explain similarities between thread and process?

588


List the system calls used for process management?

616


How would you kill a process?

626


Explain the performance differences between user-space threads and kernel-supported threads.?

590