100% found this document useful (1 vote)
124 views4 pages

MSBTE OS 22516 Chapterwise QBank Updated

The document is a chapterwise question bank for the MSBTE Operating System (22516) course, covering various topics such as the overview of operating systems, services and components, process management, CPU scheduling, memory management, and file management. Each unit includes questions from recent examinations, focusing on definitions, comparisons, explanations, and diagrams related to operating system concepts. The content is structured to aid students in understanding and preparing for their assessments in operating systems.

Uploaded by

rajkirdath369
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
124 views4 pages

MSBTE OS 22516 Chapterwise QBank Updated

The document is a chapterwise question bank for the MSBTE Operating System (22516) course, covering various topics such as the overview of operating systems, services and components, process management, CPU scheduling, memory management, and file management. Each unit includes questions from recent examinations, focusing on definitions, comparisons, explanations, and diagrams related to operating system concepts. The content is structured to aid students in understanding and preparing for their assessments in operating systems.

Uploaded by

rajkirdath369
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

MSBTE Operating System (22516) - Chapterwise Question Bank (Updated)

Unit I: Overview of Operating System

Winter 2019 - Q1.a: Define real time operating system. List any four applications of it.

Winter 2019 - Q2.a: Enlist types of operating system. Explain multiprogramming OS in


detail.

Winter 2022 - Q1.a: Differentiate between Multi programmed and Multi tasking operating
system.

Winter 2023 - Q1.a: Define real time operating system, along with any two applications of it.

Summer 2023 - Q1.a: State any two features of Linux.

Summer 2023 - Q1.b: Difference between Time sharing system and Real time system.

Summer 2024 - Q1.a: List different types of operating system.

Winter 2024 - Q1.a: State any two command line based operating systems and two GUI
based operating system.

Unit II: Services and Components of OS

Winter 2019 - Q1.b: Explain any four services provided by OS.

Winter 2019 - Q2.b: List components of OS. Explain process management in detail.

Winter 2022 - Q2.b: Describe any two components of OS.

Summer 2022 - Q2.b: List and describe any four services of operating system.

Summer 2023 - Q1.c: State any four services of operating system.

Summer 2023 - Q3.b: Explain different components of operating system.

Winter 2023 - Q1.b: List any four services provided by operating system.

Winter 2023 - Q2.b: Responsibilities of OS components: Memory and File management.


Summer 2024 - Q2.a: Explain Resource management of an operating system.

Winter 2024 - Q2.b: List activities performed in process management and file management.

Unit III: Process Management

Winter 2019 - Q1.c: Draw process state diagram.

Winter 2019 - Q4.e: Explain PCB with diagram.

Winter 2022 - Q1.c: Define: Process, PCB.

Winter 2022 - Q3.a: Draw and explain process state diagram.

Summer 2023 - Q2.b: Draw and explain process control block in detail.

Summer 2023 - Q4.b: Draw process state diagram and describe each state.

Winter 2023 - Q1.c: Draw neat labelled process state diagram.

Winter 2023 - Q3.a: Explain Kill, Sleep, Wait, Exit commands.

Summer 2024 - Q3.a: Define Process. Draw a Process Control Block and explain the
information in PCB.

Summer 2024 - Q3.b: Define deadlock. State the conditions necessary for deadlock.

Winter 2024 - Q3.a: Difference between user level and kernel level thread. (Any four points)

Unit IV: CPU Scheduling and Algorithms

Winter 2019 - Q4.d: Round Robin algorithm with example.

Winter 2019 - Q6.a: SJF and FCFS with Gantt chart.

Summer 2022 - Q1.d: Preemptive vs non-preemptive scheduling.

Summer 2022 - Q5.a: FCFS and SJF scheduling problem.

Winter 2022 - Q4.d: Solve problem using SJF and FCFS.


Summer 2023 - Q1.d: Difference between pre-emptive and non-preemptive scheduling.

Summer 2023 - Q3.c: Explain different types of schedulers.

Summer 2023 - Q6.c: Scheduling problem using FCFS, RR, SJF.

Winter 2023 - Q2.d: Scheduling terms: CPU utilization, Throughput, Turnaround time,
Waiting time.

Winter 2023 - Q4.d: FCFS scheduling algorithm problem.

Winter 2023 - Q6.a: SJF (pre-emptive/nonpreemptive) scheduling problem.

Summer 2024 - Q4.d: Compare Short Job First (SJF) and Shortest Remaining Time (SRTN)
scheduling algorithm (any four points).

Summer 2024 - Q6.a: What is the average turnaround time for the following process using :
i) FCFS ii) SJF non-preemptive iii) Round Robin Scheduling algorithm.

Winter 2024 - Q2.d: Describe necessary conditions leading to deadlock.

Unit V: Memory Management

Winter 2019 - Q3.c: Explain partitioning and its types.

Winter 2019 - Q6.a: Virtual memory concepts.

Summer 2022 - Q1.e: Fragmentation in memory.

Summer 2022 - Q3.c: Variable partitioning of memory.

Winter 2022 - Q1.e: Paging vs segmentation.

Winter 2022 - Q3.c: Fixed size memory partitioning.

Winter 2022 - Q6.b: Fit techniques (First, Best, Worst).

Winter 2023 - Q1.e: Define paging and segmentation.

Winter 2023 - Q5.c: Page fault count using LRU and Optimal.

Winter 2023 - Q4.e: Hole selection for segment (First fit, Best fit, Worst fit).

Summer 2023 - Q4.e: Explain fixed and variable memory management.


Summer 2023 - Q6.b: Page replacement (Optimal, LRU, FIFO).

Summer 2024 - Q5.c: Consider the string with frame size and calculate page fault using FIFO
algorithm.

Winter 2024 - Q1.f: Define the term paging.

Unit VI: File Management

Winter 2019 - Q1.g: Describe any four file attributes.

Winter 2019 - Q3.d: Describe sequential and direct access method.

Winter 2019 - Q6.c: File allocation methods (contiguous).

Summer 2022 - Q1.g: File operations.

Summer 2022 - Q3.d: Linked file allocation method.

Summer 2022 - Q6.c: Directory structure.

Winter 2022 - Q1.g: List any four file operations.

Winter 2022 - Q3.d: Linked file allocation method.

Winter 2022 - Q6.c: Directory structure (two level, tree).

Winter 2023 - Q1.g: List any four file operations.

Winter 2023 - Q3.d: Linked file allocation method.

Winter 2023 - Q6.c: File system directory structure (single, two level, tree).

Summer 2024 - Q1.g: List any four file operations.

Winter 2024 - Q5.a: Describe use of following commands with syntax: ps, wait, sleep, kill.

You might also like