What is preemption ? context switching ?
Answers were Sorted based on User's Feedback
Answer / telugodu
Pre emption is releasing the process in order to serve
another process to utilize the same resource. Context
switching is the transfer of resource from once process to
another process.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / sm
Preemption in computing is refered to interuption of
currently executed task by computer system or scheduler
without application's cooperation in order to be resumed
later. This process is known as context switching, when
equal time slices are assigned by pre-emptive scheduler
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / meena
Preemption is when a task can be temporarily Interrupted &
expected to resumed later
Context switching is used for multi-tasking and Stores &
restores the CPU state.
| Is This Answer Correct ? | 0 Yes | 3 No |
describe process of creating a new class of windows ??
how radio button is active in dialog box?
what is the difference between MFC and Win32
5 Answers ArisGlobal, Microsoft,
How to load Bitmap at Dialogbakground in an MFC application?
1 Answers SunSoft Technologies,
System call executable binary file into a process
What is preemption and context switching?
what are the design patterns of an MFC application
5 Answers Samsung, SunSoft Technologies,
Message to limit the size of window
How will we unable and disable services in win 7 ?
What are the COM components
2 Answers SunSoft Technologies,
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.
what is the stack size in win 32 program