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
301
0 votes
0 answers
302
0 votes
0 answers
303
0 votes
0 answers
307
0 votes
1 answer
309
Why the operating system has the knowledge about kernel level threads but not about user level threads?
0 votes
0 answers
310
Sir kindly explain. I did not get this question.
1 votes
1 answer
311
Consider a system with page size p and average process size m and size of each page table entry is e. what is the amount of space required by page table ? me / pmp / empe...
1 votes
1 answer
312
Does kernel level threads have separate PCB(process control block)?
0 votes
0 answers
313
How FAT(File allocation table) suffers from internal fragmentation??
0 votes
1 answer
314
Is this statement correct? " Demad paging can bring entire process into memory at load time"How it is correct? If it is, then anybody can explain it please.
0 votes
1 answer
320
How do I implement a two-level paging with these specifications: 32-bit virtual address space and 1kb page size with 4 bytes for PTEs?I know how to do it for single-level...