Web Page

System calls, Processes, Threads, Inter‐process communication, Concurrency and synchronization. Deadlock. CPU scheduling. Memory management and Virtual memory. File systems. Disks is also under this

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year}& \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 2 &4&2&2&2&3&2&2&1&1&1&2.1&4
\\\hline\textbf{2 Marks Count} & 4 &1&3&4&4&3&2&2&4&3&1&3&4
\\\hline\textbf{Total Marks} & 10 &6&8&10&10&9&6&6&9&7&\bf{6}&\bf{8.1}&\bf{10}\\\hline
\end{array}}}$$

Recent questions in Operating System

1 votes
2 answers
4603
On a system using fixed partition  with sizes 2^8, 2^16, 2^24, 2^32 and 2 ^ 64. How many bits must the limit register have ?a) 16 bitsb)24 bitsc)32 bitsd) 64 bits
2 votes
1 answer
4604
In which of the following order indefinite blocking may occur if we add and remove process from the list associated with a semaphore.a)LIFOb)FIFO
1 votes
2 answers
4606
Is it always true that FIFO  will suffer from Belady Anamoly when i increase the frame number allocate from k to k + 1 .or it depends upon the reference string also ?
3 votes
3 answers
4607
3 votes
2 answers
4613
14 votes
11 answers
4614
Semaphores are used to solve the problem ofRace ConditionProcess SynchronizationMutual ExclusionNone of the aboveI and IIII and IIIAll of the aboveNone of the above
11 votes
10 answers
4615
Suppose two jobs, each of which needs $10$ minutes of CPU time, start simultaneously. Assume $50\%$ I/O wait time. How long will it take for both to complete, if they run...
2 votes
4 answers
4617
6 votes
4 answers
4619
Consider the processes P1, P2, P3 arrived in the sequence P2, P3, P1 and the burst time of the processes are 3, 3, 24 respectively. What is the average TAT??