Operating system design में critical region mechanism किसके लिए उपयोग होता है?
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: C
Explanation (EN): Critical regions are used to synchronize processes accessing shared resources.
Explanation (HI): Critical region shared resources को access करने वाले processes के synchronization के लिए उपयोग होती है।
Belady's anomaly किसमें हो सकती है?
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: B
Explanation (EN): Belady's anomaly is associated with page replacement algorithms, especially FIFO.
Explanation (HI): Belady's anomaly page replacement algorithms, विशेषकर FIFO, से जुड़ी होती है।
निम्न में से कौन-सा CPU scheduling algorithm है?
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: B
Explanation (EN): SJF is a CPU scheduling algorithm.
Explanation (HI): SJF एक CPU scheduling algorithm है।
Operating systems में page fault का क्या अर्थ है?
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: C
Explanation (EN): A page fault occurs when a referenced page is not currently in main memory.
Explanation (HI): जब referenced page main memory में मौजूद नहीं होती, तब page fault होता है।
Operating systems के संदर्भ में निम्न statements पर विचार करें: (i) SJF scheduling algorithm preemptive या non-preemptive दोनों हो सकता है। (ii) FCFS CPU scheduling algorithm non-preemptive है। (iii) Priority scheduling algorithm preemptive या non-preemptive दोनों हो सकता है। इनमें से कितने statements सही हैं?
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: C
Explanation (EN): All three statements are correct.
Explanation (HI): तीनों statements सही हैं।
System द्वारा प्रति unit time process किए गए programs की संख्या क्या कहलाती है?
(HTET PGT C.S. 30.07.2025)
Correct Answer: A
Explanation (EN): The number of processes completed per unit time is throughput.
Explanation (HI): प्रति unit time complete हुए programs/processes की संख्या throughput कहलाती है।
यदि कोई process I/O service के लिए BLOCKED state में है, तो service complete होने पर वह किस state में जाता है?
(UKPSC PGT C.S. Asstt. Prof. 2017)
Correct Answer: A
Explanation (EN): After I/O completion, the process moves to the ready state.
Explanation (HI): I/O complete होने पर process ready state में जाता है।
Mutual exclusion problem कब उत्पन्न होती है?
(UKPSC PGT C.S. Asstt. Prof. 2017)
Correct Answer: B
Explanation (EN): Mutual exclusion is needed when multiple processes share resources.
Explanation (HI): जब कई processes shared resources का उपयोग करती हैं, तब mutual exclusion problem उत्पन्न होती है।
यदि कोई process I/O service के लिए BLOCKED state में है, तो service complete होने पर वह किस state में जाता है?
(UKPSC PGT C.S. Asstt. Prof. 2017)
Correct Answer: A
Explanation (EN): After I/O completion, the process moves to the ready state.
Explanation (HI): I/O complete होने पर process ready state में जाता है।
Mutual exclusion problem कब उत्पन्न होती है?
(UKPSC PGT C.S. Asstt. Prof. 2017)
Correct Answer: B
Explanation (EN): Mutual exclusion arises among processes sharing common resources.
Explanation (HI): Mutual exclusion problem उन processes में होती है जो common resources share करती हैं।