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

3 votes
1 answer
4501
Synchronisation MechanismMutal ExclusionProgressBounded WaitingDeadlockRemarksLock Variable Strict Alternation Peterson's Solution Dekker's Algorithm Test...
1 votes
4 answers
4502
In a paged virtual memory organization with 32 bit virtual address and 1 KB page size PTE is 32 bits. The number of levels of paging required to limit the outer page tab...
0 votes
1 answer
4504
0 votes
1 answer
4508
0 votes
1 answer
4509
in this question alpha =0.25. but how we can determine that alpha
1 votes
0 answers
4510
If the no of pages in a 32 bit machine is 8kB then what is the size of the page table?a. 8kbb. 16kBc. 4 KBd. Cant sayAns: a How is the answer a
0 votes
1 answer
4511
What is the maximum process size that we can have in a 32 bit operating system?How is that limit calculated.
2 votes
1 answer
4513
3 votes
2 answers
4514
If the waiting time for a process is p and there are n processes in the memory then the CPU utilization is given by,a. $\frac{p}{n}$b. $p^{n}$c. $1-p^{n}$d. $n-p^{n}$
4 votes
4 answers
4517
3 votes
3 answers
4518
What is the output and how many child(what is the code of all other child .what they copied from parent give tree diagram)t1=0;t2=0;Fork();Printf("hi");t1=Fork();Printf("...
2 votes
3 answers
4519
pls xplain the last line of the qs,"records cannot span 2 records" and what effect does it bring to the problem
4 votes
1 answer
4520