PYQBOOK
Filter Questions
Found 475 question(s)
Q51
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Medium
4 Marks
2025
Operating Systems → CPU scheduling algorithms
Match List-I with List-II: (A) FCFS (B) Round Robin (C) Multi level queue scheduling (D) Multi-level Feedback Queue with (I) FCFS + preemption (II) Allows the processes to move between queues (III) Often long average waiting time (IV) Permanent assignment of processes to one specific queue.
Q52
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Easy
4 Marks
2025
Operating Systems → Synchronization
Consider a typical process P, in the critical section. Arrange the following statements of code to make a valid general structure. (A) Critical section (B) Remainder section (C) Entry section (D) Exit section.
Q53
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Medium
4 Marks
2025
Operating Systems → Synchronization
'The Dining Philosopher' problem can be solved by:
Q54
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Medium
4 Marks
2025
Operating Systems → Deadlock
Which of the following is a way to recover from the deadlock which has already occurred?
Q55
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Easy
4 Marks
2025
Operating Systems → Deadlock