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

0 votes
0 answers
241
What will happen when a process terminates?a) It is removed from all queuesb) It is removed from all, but the job queuec) Its process control block is de-allocatedd) Its ...
0 votes
1 answer
243
Is the PCB created and reside in Secondary Memory until Long Term Scheduler picks up a process or It is created in Main Memory?
1 votes
1 answer
246
If the average page-fault service time of 20 𝑚s, a 𝑀AT of 80 𝑛s and the probability of a page fault is 10 %. An effective access time will be: 2,000,672 𝑛s2,0...
0 votes
1 answer
253
can anyone help me to solve this? a little bit confused about 100K and 30K.
0 votes
1 answer
254
Do i need to read any other subject before starting o.s subject or i can directly start o.s?
0 votes
3 answers
255
Consider the following program segment of C-programming language:#include<stdio.h int main() { if (fork() || fork()) fork(); printf("GATE\n"); return 0; } Number of times...
0 votes
1 answer
257
HowProgress+bounded waiting staration free??
0 votes
0 answers
258
why option one is correct??
0 votes
0 answers
259
If it’s written that some synchronization construct statisfies bounded waiting than it means the process is going to wait nearly forever fo it’s turn to execute?