किसी system द्वारा प्रति unit time किया जाने वाला कार्य क्या कहलाता है?
(HTET PGT C.S. 2023)
Correct Answer: C
Explanation (EN): Work completed per unit time is called throughput.
Explanation (HI): प्रति unit time किया गया कार्य throughput कहलाता है।
Program in execution को क्या कहा जाता है?
(HTET PGT C.S. 2023)
Correct Answer: A
Explanation (EN): A program when loaded and executing is called a process.
Explanation (HI): जब program load होकर execute होता है, तो उसे process कहा जाता है।
Processes के बीच context switch के समय निम्न में से किसे save करना आवश्यक नहीं है?
(CGPSC C.S. 2020 Set-A)
Correct Answer: B
Explanation (EN): TLB need not be saved because it is a cache and can be flushed/refilled.
Explanation (HI): TLB को save करना आवश्यक नहीं है क्योंकि वह cache है और उसे flush/refill किया जा सकता है।
यदि ready queue में केवल एक ही job हो जिसकी length 10 time units है और round robin scheduling में time quantum 1 unit हो, तो
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: C
Explanation (EN): According to the given source, the answer is 9 context switches.
Explanation (HI): दिए गए source के अनुसार सही उत्तर 9 context switches है।
Operating systems में turnaround time क्या है?
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: A
Explanation (EN): Turnaround time is the total time a process spends in the system from arrival to completion.
Explanation (HI): Turnaround time किसी process के system में आने से लेकर complete होने तक का कुल समय है।
Process states के बीच निम्न transitions में से कौन-सा संभव नहीं है?
(CGPSC C.S. 2020 Set-A)
Correct Answer: D
Explanation (EN): A blocked process cannot directly become running; it must first become ready.
Explanation (HI): Blocked process सीधे running state में नहीं जा सकता; पहले उसे ready state में आना होता है।
Operating systems में 'aging' के बारे में दिए गए statements में कौन-सा सही है?
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: C
Explanation (EN): Aging is used to prevent starvation of low-priority jobs.
Explanation (HI): Aging low-priority jobs की starvation रोकने के लिए उपयोग होती है।
तीन frames वाली memory और reference string 7, 0, 2, 0, 0, 7, 1 के लिए LRU page replacement algorithm से कितने page faults होंगे?
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: B
Explanation (EN): LRU simulation gives 4 page faults.
Explanation (HI): LRU simulation के अनुसार 4 page faults आते हैं।
signal() operation के अतिरिक्त semaphore access करने के लिए कौन-सी standard atomic operation उपयोग होती है?
(Haryana PGT C.S. Asstt. Prof. 2024)
Correct Answer: C
Explanation (EN): The standard atomic operations on semaphores are wait() and signal().
Explanation (HI): Semaphore पर standard atomic operations wait() और signal() होती हैं।
Computer system की memory से inactive programs को temporary रूप से हटाने की OS technique क्या कहलाती है?
(HTET PGT C.S. 30.07.2025)
Correct Answer: C
Explanation (EN): Swapping temporarily moves inactive processes out of main memory.
Explanation (HI): Swapping inactive processes को अस्थायी रूप से main memory से बाहर ले जाती है।