Time Left - 15:00 mins

GATE CS 2022 : Operating System-1 (App update required to attempt this test)

Attempt now to get your rank among 337 students!

Question 1

Which of the following system use more than one CPU to execute any program?

Question 2

Process control block does not contain?

Question 3

Why a process is sent from ready to suspend Ready state?

Question 4

Consider the following program:

What will be the final values of x and y after completion of the above concurrent program.
1. x = 1, y = 5
2. x = 6, y = 10
3. x = 6, y = 5
4. x = 1, y = 4

Question 5

Consider the set of 3 processes whose arrival time and burst time are given below:

If the CPU scheduling policy is FCFS, calculate the idle time of the CPU.

Question 6

Consider the following table

Process P1 P2 P3 P4
Arrival Time 0 1 2 3
Service Time 6 3 1 4


Find the average turnaround time when processes are scheduled with SRTF
  • 337 attempts
  • 1 upvote
  • 2 comments
Aug 2GATE & PSU CS