Operating system में file manipulation operations में क्या शामिल होता है?
(Bihar STET C.S. 12.09.2023 (Shift-I))
Correct Answer: D
Explanation (EN): File manipulation operations include opening, closing, reading, writing, updating contents, and deleting files. These operations allow a user or program to interact with files.
Explanation (HI): File manipulation operations में file को open करना, close करना, read करना, write करना, update करना और delete करना शामिल होता है। इनकी मदद से user या program files के साथ काम कर सकता है।
एक बड़े computer information system में अनेक प्रकार की files होती हैं। इनमें से किसे perpetual file कहा जाता है?
(Bihar STET C.S. 12.09.2023 (Shift-II))
Correct Answer: B
Explanation (EN): A perpetual file is a file that is preserved for a long time and continually updated. Such a file is called a Master File.
Explanation (HI): Perpetual file वह file होती है जिसे लंबे समय तक सुरक्षित रखा जाता है और लगातार update किया जाता है। ऐसी file को Master File कहा जाता है।
Coalescing क्या है?
(KVS PGT C.S. 2013)
Correct Answer: D
Explanation (EN): In the buddy system, adjacent free blocks called buddies can be merged quickly to form larger memory segments. This merging process is called coalescing.
Explanation (HI): Buddy system में पास-पास के free memory blocks, जिन्हें buddies कहते हैं, को मिलाकर बड़े segments बनाए जा सकते हैं। इसी merging process को coalescing कहते हैं।
Physical memory को fixed size blocks में बाँटा जाता है, जिन्हें क्या कहा जाता है?
(RPSC C.S. 2016 (PAPER-I))
Correct Answer: A
Explanation (EN): In operating systems, physical memory is divided into fixed-size blocks called frames, while logical memory is divided into pages.
Explanation (HI): Operating system में physical memory को fixed-size blocks में विभाजित किया जाता है जिन्हें frames कहा जाता है, जबकि logical memory को pages में बाँटा जाता है।
File organisation में ISAM का पूर्ण रूप क्या है?
(DSSSB TGT C.S. 01.08.2021 (Shift-I))
Correct Answer: B
Explanation (EN): ISAM stands for Indexed Sequential Access Method. It combines the benefits of sequential access and indexed access.
Explanation (HI): ISAM का पूर्ण रूप Indexed Sequential Access Method है। यह sequential access और indexed access दोनों के लाभों को जोड़ता है।
एक disk में _____, ______, ______ होते हैं।
(DSSSB TGT C.S. 07.08.2021 (Shift-II))
Correct Answer: D
Explanation (EN): A disk is organized into tracks and sectors, and corresponding tracks across platters form cylinders.
Explanation (HI): Disk को tracks और sectors में बाँटा जाता है, और विभिन्न platters पर एक ही radial position वाले tracks मिलकर cylinders बनाते हैं।
100 cylinders वाले disk system में cylinder access requests इस क्रम में आती हैं: 34, 4, 7, 19, 10, 83, 2, 6, 20, 15। यदि head वर्तमान में cylinder 50 पर है, तो Shortest Seek Time First policy के अनुसार सभी requests को पूरा करने में कितना समय लगेगा, यदि एक cylinder से दूसरे cylinder तक जाने में 1 second लगता है?
(DSSSB PGT C.S. M/F 11.07.2021)
Correct Answer: B
Explanation (EN): Using SSTF from cylinder 50, the head always moves to the nearest pending request. According to the given answer key, the total time required is 129 seconds.
Explanation (HI): SSTF में head हर बार सबसे निकट वाले pending request पर जाता है। दिए गए answer key के अनुसार कुल समय 129 seconds है।
एक disk drive में 100 cylinders हैं, जिनकी numbering 0 से 99 तक है। Disk requests cylinders 12, 26, 24, 4, 42, 8 और 50 के लिए आती हैं। Driver वर्तमान में cylinder 24 पर request serve कर रहा है। यदि एक cylinder move करने में 6 msec लगते हैं, तो SSTF algorithm में कुल seek time कितना होगा?
(UGC NET C.S. June-2015 (Paper-II))
Correct Answer: D
Explanation (EN): Using SSTF, total head movement is 70 cylinders. Therefore total seek time = 70 × 6 msec = 420 msec = 0.42 sec.
Explanation (HI): SSTF के अनुसार कुल head movement 70 cylinders है। इसलिए कुल seek time = 70 × 6 msec = 420 msec = 0.42 sec होगा।
Direct file organization में:
(RPSC C.S. 2016 (Paper-II))
Correct Answer: C
Explanation (EN): In direct or hash file organization, when two records map to the same address, a collision occurs. Depending on the collision handling technique, it may or may not lead to overflow.
Explanation (HI): Direct या hash file organization में जब दो records एक ही address पर map करते हैं, तो collision होता है। Collision handling technique पर निर्भर करता है कि overflow होगा या नहीं।
Disks में sector interleaving किसके द्वारा किया जाता है?
(RPSC C.S. 2016 (PAPER-I))
Correct Answer: C
Explanation (EN): Sector interleaving is managed to optimize disk access and, as per the given answer key, it is done by the operating system.
Explanation (HI): Sector interleaving disk access को optimize करने के लिए किया जाता है और दिए गए answer key के अनुसार यह operating system द्वारा किया जाता है।