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}}}$$

Most answered questions in Operating System

1 votes
7 answers
33
The Operating System of a computer may periodically collect all the free memory space to form contiguous block of free space. This is called:ConcatenationGarbage Collecti...
28 votes
7 answers
34
A system shares $9$ tape drives. The current allocation and maximum requirement of tape drives for that processes are shown below:$$\begin{array}{ccc} \textbf{Process} &...
48 votes
7 answers
36
Threads of a process shareglobal variables but not heapheap but not global variablesneither global variables nor heapboth heap and global variables
1 votes
7 answers
37
9 votes
7 answers
39
A system has 3 processes sharing 4 resources. If each process needs a maximum of 2 units, thenDeadlock can never occurDeadlock may occurDeadlock has to occurNone of these...
3 votes
7 answers
40
There are three processes in the ready queue. When the currently running process requests for I/O how many process switches take place?1234
55 votes
7 answers
43
5 votes
7 answers
46
Dynamic address translationis part of the operating system paging algorithmis useless when swapping is usedis the hardware necessary to implement pagingstorage pages at a...