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

1 votes
1 answer
4522
0 votes
2 answers
4524
0 votes
1 answer
4525
Deadlock Prevention is not practically feasible because :1) Applicable to only shared resources2) It is only a therotical concept3)Resource utilization is low4)It is only...
0 votes
2 answers
4526
0 votes
1 answer
4527
0 votes
1 answer
4528
In a nCPU shared system , if Z is the probability that any CPU request the bus in a given cycle , the probability that only 1 CPU use teh bus is given by :a)nZ(1-n)(n-1) ...
2 votes
2 answers
4530
In segmented paging, is the paging applied on segment table or on segments?
0 votes
1 answer
4531
what is bit rate of video terminal unit with 80 character/line , 8 bits/character and horizontal sweep time of 100 micro sec?
0 votes
1 answer
4532
System having 8 MB of video memory for bit mapped graphics with 64 bit color what is max resolution can support
0 votes
1 answer
4533
A computer system uses a single level directory structure . The directory occupies 2 disk block . the disk block size is 2KB. directory entry size is 4 bytes . Then what ...
1 votes
1 answer
4534
Consider a file system where linked allocation strategy and contigous allocation strategy is used , The number of disk block to be accessed if the k block of file to be a...
0 votes
1 answer
4535
Which file is a sequence of bytes organized into blocks understandable by the system’s linker?a) object fileb) source filec) executable filed) text file
6 votes
2 answers
4538
Which of the following Algorithm favour CPU bound Bound process ?1) RR  2) FCFS  3) Multilevel feedback queueoption are : a)  1 onlyb) 2 onlyc) 1 and 2 onlyd) 1 and 3 ...
1 votes
2 answers
4539
If a synchronization mechanism satisfies Bounded Waiting but no Progress and also it is a busy waiting solution so will there be any starvation ?
1 votes
1 answer
4540
If a synchronization mechanism does not gurantee Progress then does it implicitly imply that it won't gurantee Bounded waiting as well