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

2 votes
1 answer
3932
6 votes
1 answer
3934
A virtual memory has a page size of $\textsf{1K}$ words. There are eight pages and four blocks. The associative memory page table contains the following entries :$\begin{...
1 votes
1 answer
3935
which one is correst #round robin scheduling is essentially the preemptive version of 1) FIFO 2) shortest job first 3) shortest remaining time first 4) longest time first...
0 votes
1 answer
3936
main(){if(fork()>0)sleep(100);}The given code results in the creation of:I) an orphan processII) a zombie processIII) a process that executes foreverIV) None of these Wh...
3 votes
1 answer
3938
The mapping of addresses above KERNBASE in a process’s virtual space does not change over timeTrueFalse
5 votes
2 answers
3939
Page fault may occur in which of following cases?i)When requested address is not in RAMii)When write is issued on a read-only page iii)When read to the page is restricted...
4 votes
1 answer
3940
If a process has multiple threads and it calls a fork() then will the child process be multi-threaded also or it will have only one thread?
2 votes
1 answer
3941
3 votes
1 answer
3943
Match the following for UNIX system calls :$\begin{array}{clcl} &\textbf{List-I} && \textbf{List-II} \\ \text{(a)} & \text{exec} & \text{(i)} & \text{Creates new process...
2 votes
1 answer
3945
4 votes
2 answers
3946
In _____ allocation method for disk block allocation in a file system, insertion and deletion of blocks in a file is easyIndexLinkedContiguousBit Map
2 votes
2 answers
3947
2 votes
1 answer
3950
Match the following for operating system techniques with the most appropriate advantage :$\begin{array}{clcl} & \textbf{List-I} && \textbf{List-II}\\ \text{(a)} & \text{...