HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 4Operating SystemUnit 3: Process Management (15Hrs.)
Chapter Study

BCA Semester 4 – Operating System – Unit 3: Process Management (15Hrs.)

Comprehensive questions and detailed answers for Unit 3: Process Management (15Hrs.). Perfect for exam preparation and concept clarity.

7
Questions
45
Marks
Back to All Chapters
1

Define the term semaphore. How does semaphore help in dining philosopher problem?

MediumTHEORY5 marks2020(TU FOHSS Final)
2

Suppose a new process in a system arrives at an average of six processes per minute and each such process requires an average of 8 seconds of service time. Estimate the fraction of time the CPU is busy in a system with a single processor.

MediumTHEORY5 marks2020(TU FOHSS Final)
3

Write CPU scheduling criteria. For the processes listed in following table, draw Gantt chart illustrating their execution and calculate average waiting time and turnaround time using:
a) First Come First Serve
b) Shortest Remaining Time Next
c) Priority
d) Round Robin (quantum = 1 sec.)

ProcessArrival Time (sec)Burst Time (sec)Priority
P00.0037
P12.0127
P23.0122
P33.0232
P47.0014
HardTHEORY10 marks2020(TU FOHSS Final)
4

What is role of scheduler in operating system? Differentiate between short-term and long-term Scheduler.

MediumTHEORY5 marks2022(TU FOHSS Final)
5

How can we solve producer-consumer problem using semaphore?

MediumTHEORY5 marks2023(TU FOHSS Final)
6

What is PCB? What are different information that are included in a PCB?

MediumTHEORY5 marks2024(TU FOHSS Final)
7

What is critical section problem? How semaphores can be used to solve critical section problem Also explain producer consumer problem with its solution using Mutex.

MediumTHEORY10 marks2024(TU FOHSS Final)
Showing 7 questions

Questions in Unit 3: Process Management (15Hrs.)

Define the term semaphore. How does semaphore help in dining philosopher problem?

Marks: 5

Year: 2020 Final TU FOHSS

Define Semaphore A semaphore is a synchronization primitive used to control access to shared resources in a concurrent (multi-process) system. It is an integer variable that can be accessed only thr

Suppose a new process in a system arrives at an average of six processes per minute and each such process requires an average of 8 seconds of service time. Estimate the fraction of time the CPU is bus

Marks: 5

Year: 2020 Final TU FOHSS

CPU Utilization Problem (Queueing Theory – M/M/1 Model) Given: - Average arrival rate = 6 processes per minute - Average service time = 8 seconds - Single CPU (single server) --- Step 1: Convert

Write CPU scheduling criteria. For the processes listed in following table, draw Gantt chart illustrating their execution and calculate average waiting time and turnaround time using: a) First Come

Marks: 10

Year: 2020 Final TU FOHSS

1. CPU Scheduling Criteria - CPU Utilization: Keep CPU busy (goal: 100%). - Throughput: Number of processes completed per unit time. - Turnaround Time (TAT): Total time from arrival to completion.

What is role of scheduler in operating system? Differentiate between short-term and long-term Scheduler.

Marks: 5

Year: 2022 Final TU FOHSS

Role of Scheduler in Operating System The scheduler is a component of the Operating System responsible for managing the execution of processes by deciding which process runs at what time on the CPU.

How can we solve producer-consumer problem using semaphore?

Marks: 5

Year: 2023 Final TU FOHSS

Introduction The Producer–Consumer Problem is a classical process synchronization problem where: - A Producer produces data items and stores them in a shared buffer. - A Consumer consumes data items f

What is PCB? What are different information that are included in a PCB?

Marks: 5

Year: 2024 Final TU FOHSS

What is PCB? A Process Control Block (PCB) is a data structure maintained by the operating system to store all the information related to a process. It is created when a process is created and delet

What is critical section problem? How semaphores can be used to solve critical section problem Also explain producer consumer problem with its solution using Mutex.

Marks: 10

Year: 2024 Final TU FOHSS

1. Critical Section Problem A critical section is a part of a program where a process accesses shared resources such as variables, files, or memory. The critical section problem is to design a proto

About Unit 3: Process Management (15Hrs.) Questions

This page contains comprehensive questions from the Unit 3: Process Management (15Hrs.) chapter of Operating System, part of the BCA Semester 4 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Operating System Chapters

Unit 3: Process Management (15Hrs.) chapter questions with answers for Operating System (BCA Semester 4). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.