यदि 'a' और 'b' आकार की दो non-continuous free partitions उपलब्ध हों और a + b > c होने पर भी size 'c' का process allocate न हो सके, तो यह समस्या क्या कहलाती है?
(DSSSB TGT C.S. 01.08.2021 (Shift-II))
Correct Answer: A
Explanation (EN): When total free memory is enough but not contiguous, the problem is external fragmentation.
Explanation (HI): जब कुल free memory पर्याप्त हो लेकिन contiguous न हो, तब external fragmentation होती है।
जिस दर पर page faults होते हैं, उसे क्या कहते हैं?
(DSSSB TGT C.S. 01.08.2021 (Shift-II))
Correct Answer: C
Explanation (EN): Thrashing refers to very high page fault activity that severely reduces performance.
Explanation (HI): Thrashing बहुत अधिक page fault activity को दर्शाता है, जिससे performance बहुत गिर जाती है।
Memory से process को हटाकर disk पर रखने की प्रक्रिया क्या कहलाती है?
(DSSSB TGT C.S. 01.08.2021 (Shift-II))
Correct Answer: B
Explanation (EN): Moving a process from memory to disk is called swapping out.
Explanation (HI): Memory से process को disk पर भेजना swapping out कहलाता है।
4 page frames वाली main memory शुरुआत में empty है। यदि page reference string 1, 3, 4, 4, 3, 2, 1, 7, 5, 6 हो, तो FIFO page replacement algorithm से कितने page faults होंगे?
(DSSSB TGT C.S. 01.08.2021 (Shift-II))
Correct Answer: B
Explanation (EN): FIFO simulation for the given string gives 7 page faults.
Explanation (HI): दिए गए string पर FIFO simulate करने पर 7 page faults आते हैं।
Belady's anomaly किस page replacement algorithm में पाई जाती है?
(DSSSB TGT C.S. 01.08.2021 (Shift-II))
Correct Answer: B
Explanation (EN): Belady's anomaly is commonly associated with FIFO page replacement.
Explanation (HI): Belady's anomaly सामान्यतः FIFO page replacement algorithm में पाई जाती है।
यदि Poisson distribution का mean P है, तो standard deviation क्या होगी?
(DSSSB TGT C.S. 01.08.2021 (Shift-II))
Correct Answer: D
Explanation (EN): For a Poisson distribution, variance equals mean, so standard deviation is the square root of the mean.
Explanation (HI): Poisson distribution में variance mean के बराबर होती है, इसलिए standard deviation mean का square root होती है।
निम्न में से कौन-सी operating system में process की state नहीं है?
(DSSSB TGT C.S. 08.08.2021 (Shift-I))
Correct Answer: B
Explanation (EN): 'Excite' is not a valid process state.
Explanation (HI): 'Excite' operating system में process की valid state नहीं है।
निम्न में से कौन running process को interrupt नहीं करता?
(UGC NET C.S. December-2024)
Correct Answer: C
Explanation (EN): The scheduler decides execution order but is not itself an interrupt source.
Explanation (HI): Scheduler execution order तय करता है, लेकिन स्वयं interrupt source नहीं होता।
Service routine के संबंध में सही sequence कौन-सा है? A. Processor registers के contents save करना B. Interrupt facility on करना C. जिस device का flag set है उसे service करना D. कौन-सा flag set है यह check करना E. Processor registers के contents restore करना
(UGC NET C.S. December-2024)
Correct Answer: D
Explanation (EN): The correct service routine sequence is save context, identify source, service device, restore context, then enable interrupts.
Explanation (HI): सही sequence है: context save करना, source पहचानना, device service करना, context restore करना, फिर interrupts enable करना।
मान लें virtual address space में 8 pages हैं और physical memory में 4 page frames हैं। यदि LRU page replacement algorithm उपयोग किया जाए, तो reference string 0 2 1 3 5 4 6 3 7 4 7 3 3 5 5 3 1 1 1 7 2 3 4 1 के लिए कितने page faults होंगे?
(UGC NET C.S. August-2016 (Paper-II))
Correct Answer: D
Explanation (EN): "**Question Delete Kar diya tha exam me 13 option nhi tha Ans hoga 13 page faults
Explanation (HI):