1
GATE CSE 1995
Subjective
+5
-0
The head of a moving head disk with $$100$$ tracks numbered $$0$$ to $$99$$ is currently serving a request at tract $$55.$$ If the queue of requests kept in $$FIFO$$ order is $$10, 70, 75, 23, 65$$ Which of the two disk scheduling algorithms $$FCFS$$ (First Come First Served) and $$SSTF$$ (Shortest Seek Time First) will require less head movement? Find the head movement for each of the algorithms.
2
GATE CSE 1995
MCQ (Single Correct Answer)
+1
-0.3
Which scheduling policy is most suitable for a time-shared operating systems?
A
Shortest Job First
B
Round Robin
C
First come First serve
D
Elevator
3
GATE CSE 1995
MCQ (Single Correct Answer)
+2
-0.6
The sequence $$.........$$ is an optimal non-preemptive scheduling sequence for the following jobs which leaves the $$CPU$$ idle for $$..........$$ Unit (s) of time GATE CSE 1995 Operating Systems - Process Concepts and Cpu Scheduling Question 30 English
A
$$\left\{ {3,2,1} \right\},1$$
B
$$\left\{ {2,1,3} \right\},0$$
C
$$\left\{ {3,2,1} \right\},0$$
D
$$\left\{ {1,2,3} \right\},5$$
4
GATE CSE 1995
MCQ (Single Correct Answer)
+1
-0.3
What are x and y in the following macro definition?

macro Add x,y
Load y
Mul x
Store y
end macro
A
Variables
B
Identifiers
C
Actual parameters
D
Formal parameters
EXAM MAP