PYQBOOK
Filter Questions
Found 475 question(s)
Q56
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Easy
4 Marks
2025
Operating Systems → Deadlock
Complete the following statement by choosing the correct option. For a deadlock to occur, the four conditions namely Mutual Exclusion, Hold and wait, No preemption, circular wait
Q57
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Medium
4 Marks
2025
Operating Systems → Memory management
External fragmentation occurs
Q58
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Medium
4 Marks
2025
Operating Systems → Paging & segmentation
Details of a paging system for memory management are as follows: Logical address space: 32 KB, Page Size: 4 KB, Physical Memory size: 64 KB. The number of pages in the logical address space and number of page frames in physical memory, respectively, are:
Q59
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Hard
4 Marks
2025
Operating Systems → Virtual memory
Consider a page reference string as 7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2. Assume that there are 3-page frames available. Calculate the total number of page faults for the above reference string if LRU policy is used for page replacement.
Q60
MCQ
CUET-PG
COMPUTER SCIENCE (MCA)
Medium
4 Marks
2025
Operating Systems → Disk scheduling