निम्न page replacement algorithms में से कौन Belady's anomaly से प्रभावित नहीं होता? I. LRU II. FIFO
(DSSSB TGT C.S. 07.02.2024 (Shift-II))
Correct Answer: A
Explanation (EN): LRU does not suffer from Belady's anomaly, while FIFO does.
Explanation (HI): LRU Belady's anomaly से प्रभावित नहीं होता, जबकि FIFO होता है।
मान लीजिए कोई process I/O service के लिए BLOCKED state में है। Service complete होने पर वह किस state में जाता है?
(DSSSB PGT C.S. (Male) 27.07.2018 (Shift-II))
Correct Answer: B
Explanation (EN): After I/O completion, a blocked process moves to the ready state.
Explanation (HI): I/O complete होने पर blocked process ready state में जाता है।
3 page frames वाली main memory में reference sequence 3, 4, 2, 3, 9, 1, 6, 3, 4, 9 के लिए FIFO page replacement algorithm से कितने page faults होंगे?
(DSSSB PGT C.S. M/F 11.07.2021)
Correct Answer: A
Explanation (EN): FIFO simulation for the given sequence gives 9 page faults.
Explanation (HI): दिए गए sequence पर FIFO simulate करने पर 9 page faults आते हैं।
Process scheduling में Throughput क्या है?
(DSSSB PGT C.S. M/F 11.07.2021)
Correct Answer: B
Explanation (EN): Throughput is the number of processes completed per unit time.
Explanation (HI): Throughput प्रति unit time पूरे किए गए processes की संख्या है।
Operating system में प्रत्येक process की information किसके द्वारा maintain की जाती है?
(DSSSB PGT C.S. M/F 11.07.2021)
Correct Answer: B
Explanation (EN): Process information is maintained in the Process Control Block (PCB).
Explanation (HI): Process की information Process Control Block (PCB) में रखी जाती है।
जो instructions केवल kernel mode में execute होती हैं, उन्हें क्या कहते हैं?
(DSSSB TGT C.S. 01.08.2021 (Shift-I))
Correct Answer: C
Explanation (EN): Instructions that can only execute in kernel mode are called privileged instructions.
Explanation (HI): वे instructions जो केवल kernel mode में execute हो सकती हैं, privileged instructions कहलाती हैं।
किसी process के भीतर प्रत्येक thread की information maintain करने वाली operating system data structure क्या कहलाती है?
(DSSSB TGT C.S. 01.08.2021 (Shift-I))
Correct Answer: B
Explanation (EN): The operating system stores per-thread information in a Thread Control Block (TCB).
Explanation (HI): Operating system प्रत्येक thread की जानकारी Thread Control Block (TCB) में रखता है।
3 page frames वाली main memory शुरुआत में empty है। Page reference string 4, 7, 6, 1, 7, 6, 1, 2, 7, 2 है। Optimal page replacement algorithm से कितने page faults होंगे?
(DSSSB TGT C.S. 01.08.2021 (Shift-I))
Correct Answer: C
Explanation (EN): Optimal page replacement for the given reference string results in 5 page faults.
Explanation (HI): दिए गए reference string पर optimal page replacement लगाने पर 5 page faults आते हैं।
Operating system की सबसे अंदरूनी layer जो हमेशा main memory में रहती है, क्या कहलाती है?
(DSSSB TGT C.S. 01.08.2021 (Shift-I))
Correct Answer: D
Explanation (EN): The innermost layer of the OS that always stays in main memory is the kernel.
Explanation (HI): Operating system की सबसे अंदरूनी layer जो हमेशा main memory में रहती है, kernel कहलाती है।
जब memory partition के भीतर ही memory wastage हो, तो उसे क्या कहते हैं?
(DSSSB TGT C.S. 01.08.2021 (Shift-II))
Correct Answer: C
Explanation (EN): Waste occurring inside an allocated memory partition is internal fragmentation.
Explanation (HI): Allocated memory partition के अंदर होने वाला wastage internal fragmentation कहलाता है।