Concept drill
swapping
GATE CSE & IT · Process Management · 1993-2014
3
PYQs
100%
keyed
0
elite explanations
3
years appeared
Study anchor
Galvin — Operating System Concepts
Processes, scheduling, memory, files, deadlocks
Practice action
Start latest PYQPYQs in this concept
All concepts →2014 PYQ
Let A be a square matrix size $$n \times n$$. Consider the following pseudocode. What is the expected output? C = 100; for i = 0 to n do for j = 1 to n do { Temp = A[ i ][ j ] + C...
easyanswer key
1999 PYQ
Which of the following actions is/are typically not performed by the operating system when switching context from process $$A$$ to process $$B$$ ?
easyanswer key
1993 PYQ
What does the following code do? var a, b : integer; begin a:=a+b; b:=a-b; a:=a-b; end;
easyanswer key