The document outlines sample questions for the Operating Systems course at Pillai HOC College of Engineering & Technology for the academic year 2024-2025. It includes questions on various topics such as objectives of operating systems, types and functions, system calls, scheduling algorithms, and process management. The questions are categorized into two modules, covering fundamental concepts and practical applications in operating systems.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views1 page
OS - Question Bank - Ns - IA1
The document outlines sample questions for the Operating Systems course at Pillai HOC College of Engineering & Technology for the academic year 2024-2025. It includes questions on various topics such as objectives of operating systems, types and functions, system calls, scheduling algorithms, and process management. The questions are categorized into two modules, covering fundamental concepts and practical applications in operating systems.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Mahatma Education Society
Pillai HOC College of Engineering & Technology, Rasayani
Department of Computer Engineering
Sem : IV Subject : Operating Systems Class : SE B &C
AY 2024 - 2025
Sample Questions
MODULE -1
1. Explain different objectives of OS.
2. What is operating system?Explain its Types.and Functions
3. Explain any five system calls in detail.
4. Explain Linux kernel structure in detail.
5. Differentiate between Monolithic and Microkernel structure of OS.
6. Explain Layered structure
7. Explain the various services provided by OS.
MODULE-2
8. Discuss various Scheduling criteria.
9. Discuss various types of Scheduling algorithms.
10.Explain role of PCB.
11.Discuss various types of Scheduler.
12.Find out average waiting time and average turnaround time for following algorithms. 1.FCFS 2.SJF 3.Round Robin(Numericals)
13.Draw and Explain five state Process Model.
14.Differentiate Process vs Thread. 15.Describe how the following pairs of scheduling criteria conflict in certain settings a)CPU utilization and response time b)Average Turnaround time and maximum waiting time. 16.Compare Pre-emptive and non-pre-emptive scheduling algorithm