Skip to content
Related Articles
Open in App
Not now

Related Articles

GATE | GATE CS 1999 | Question 37

Improve Article
Save Article
Like Article
  • Last Updated : 18 Sep, 2018
Improve Article
Save Article
Like Article

Which of the following actions is/are typically not performed by the operating system when switching context from process A to process B?

(A) Saving current register values and restoring saved register values for process B.
(B) Changing address translation tables.
(C) Swapping out the memory image of process A to the disk.
(D) Invalidating the translation look-aside buffer.


Answer: (C)

Explanation: During context switch processes are not swapped out from memory to disk but processes are generally swapped out from memory to disk when they are suspended. Also, during context switch OS invalidates TLB so that the TLB coincides with the currently executing processes.

So, option (C) is false.

Quiz of this Question

My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!