...
March 26, 2025

KVS DEC-2017

Question 2 Consider a set of n tasks with known runtimes R​1​ ,R2​ ,Rn​ , to be run uniprocessor machine. Which of the following processor scheduling […]
April 5, 2025

GATE 2007

Question 56 A virtual memory system uses First In First Out (FIFO) page replacement policy and allocates a fixed number of frames to a process. Consider […]
April 5, 2025

GATE 2008-IT

Question 56 Match the following flag bits used in the context of virtual memory management on the left side with the different purposes on the right […]
April 6, 2025

GATE 2000

Question 21 Let m[0] … m[4] be mutexes (binary semaphores) and P[0] … P[4] be processes. Suppose each process P[i] executes the following: wait (m[i]); wait(m[(i+1) […]