Open In App

Operating Systems – GATE CSE Previous Year Questions

Last Updated : 19 May, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Solving GATE Previous Year’s Questions (PYQs) not only clears the concepts but also helps to gain flexibility, speed, accuracy, and understanding of the level of questions generally asked in the GATE exam, and that eventually helps you to gain good marks in the examination. Previous Year Questions help a candidate practice and revise for GATE, which helps crack GATE with a good score. 

Operating Systems Previous Year GATE Questions help in analyzing the question pattern of a subject and marking scheme as well as it helps in time management which overall increases the score in the GATE exam. With regular practice of PYQs, candidates can easily crack GATE with a good GATE Score.

Before 2006, questions asked in GATE were mainly theoretical, but in recent years, the questions asked were multiple-choice questions with a single correct option or multiple correct options. We are looking to provide the multiple-choice questions that are asked in GATE.

Operating Systems GATE Previous Year Questions

In this article, we are mainly focusing on the Operating System GATE Questions that are asked in previous years with their solutions, and where an explanation is required, we have also provided the reason.

In Operating Systems, we will deal with the following concepts. We have also provided GATE Previous Year’s Questions on these topics. Here is the list of several topics along with their links.

Below mentioned are the links to the Operating Systems PYQ’s pages. On each page, you will get the questions asked in OS along with the years asked.

GATE OS Previous Year Questions

Operating Systems | Set 1, 2, 3  

Operating Systems | Set 4

Operating Systems | Set 5

Operating Systems | Set 6

Operating Systems | Set 7

Operating Systems | Set 8 

Operating Systems | Set 9

Operating Systems | Set 10

Operating Systems | Set 11

Operating Systems | Set 12

Operating Systems | Set 13

Operating Systems | Set 14

Operating Systems | Set 15

Operating Systems | Set 16

Also, here we are going to discuss some basic PYQs related to Operating Systems.

1. Consider the following statements about process state transitions for a system using preemptive scheduling. 

I. A running process can move to a ready state
II. A ready process can move to a ready state
III. A blocked process can move to a running state
IV. A blocked process can move to a ready state

Which of the above statements is TRUE? [GATE CSE 2020]

(A) I, II, and III only

(B) II and III only

(C) I, II, and IV only

(D) I, II, III, and IV

Solution: Correct answer is (C)

For more, refer to GATE | GATE CS 2020 | Question 22.

2. Which one of the following is FALSE? [GATE CSE 2014]

(A) User-level threads are not scheduled by the kernel

(B) When a user-level thread is blocked, all other threads of its process are blocked

(C) Context switching between user-level threads is faster than context switching between kernel-level threads

(D) Kernel-level threads cannot share the code segment

Solution: Correct answer is (D)

For more, refer to GATE | GATE-CS-2014-(Set-1) | Question 30.

3. A process executes the code 

fork ( );
fork ( );
fork ( );

The total number of child processes created is [GATE CSE 2012]

(A) 3

(B) 4

(C) 7 

(D) 8

Solution: Correct answer is (C)

For more, refer to GATE | GATE CS 2012 | Question 8.

4. In which one of the following page replacement policies, Belady’s anomaly may occur? [GATE CSE 2009]

(A) FIFO

(B) Optimal

(C) LRU

(D) MRU

Solution: Correct answer is (A)

For more, refer to GATE | GATE-CS-2009 | Question 8.

5. The essential content(s) in each entry of a page table is/are: [GATE CSE 2009]

(A) Virtual page number

(B) Page frame number

(C) Both virtual page number and page frame number

(D) Access the right information

Solution: Correct answer is (B)

For more, refer to GATE | GATE-CS-2009 | Question 9.

GATE CSE Previous Year Question Papers

These previous year’s questions help you in understanding the question patterns followed by GATE that directly help a candidate in scoring good marks in GATE. Below are the mentioned links of year-wise GATE Previous Question Papers.

Year Paper Keys
2023 2023 Paper 2023 Answer Keys
2022 2022 Paper 2022 Answer Keys
2021 2021 Set 1 Paper 2021 Set 1 Key
2021 Set 2 Paper 2021 Set 2 Key
2020 2020 Paper 2020 Keys
2019 2019 Paper 2019 Keys
2018 2018 Paper 2018 Keys
2017 2017 Set 1 Paper 2017 Set 1 Keys
2017 Set 2 Paper 2017 Set 2 Keys
2016 2016 Set 1 Paper 2016 Set 1 Keys
2016 Set 2 Paper 2016 Set 2 Keys
2015 2015 Set 1 Paper 2015 Set 1 Keys
2015 Set 2 Paper 2015 Set 2 Keys
2015 Set 3 Paper 2015 Set 3 Keys
2014 2014 Set 1 Paper 2014 Set 1 Keys
2014 Set 2 Paper 2014 Set 2 Keys
2014 Set 3 Paper 2014 Set 3 Keys
2013 2013 Paper 2013 Keys
2012 2012 Paper 2012 Keys
2011 2011 Paper 2011 Keys


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads