Windows operating system में निम्न में से कौन-सा file manipulation system call नहीं है?
(DSSSB PGT C.S. (Male) 27.07.2018 (Shift-II))
Correct Answer: D
Explanation (EN): CreateFile(), ReadFile(), and WriteFile() are valid Windows file-related calls. As per the given answer key, CloseFile() is not a file manipulation system call.
Explanation (HI): CreateFile(), ReadFile(), और WriteFile() Windows के valid file-related calls हैं। दिए गए answer key के अनुसार CloseFile() file manipulation system call नहीं है।
______ files और उनकी characteristics के बारे में entries store करता है।
(DSSSB TGT C.S. 07.08.2021 (Shift-II))
Correct Answer: D
Explanation (EN): The File Allocation Table (FAT) stores information about files and their characteristics, helping the operating system locate and manage files.
Explanation (HI): File Allocation Table (FAT) files और उनकी characteristics की information store करता है, जिससे operating system files को locate और manage कर पाता है।
Batch files का file extension क्या होता है?
(DSSSB TGT C.S. 07.08.2021 (Shift-II))
Correct Answer: A
Explanation (EN): In Windows, batch files are command scripts executed by the command interpreter, and their standard extension is .BAT.
Explanation (HI): Windows में batch files command scripts होती हैं और उनका standard extension .BAT होता है।
Linux operating system में किसी file या directory को system के file tree के कई स्थानों पर visible बनाने की व्यवस्था को ______ कहा जाता है।
(DSSSB TGT C.S. 01.08.2021 (Shift-I))
Correct Answer: C
Explanation (EN): In Linux, links allow the same file or directory to appear in multiple places in the file tree. These may be hard links or soft links.
Explanation (HI): Linux में links की मदद से एक ही file या directory file tree के कई स्थानों पर दिखाई दे सकती है। ये hard link या soft link हो सकते हैं।
Operating system में वह process जिसमें किसी program का output सीधे printer पर print न होकर disk के reserved area में dump किया जाता है, ______ कहलाता है।
(DSSSB TGT C.S. 01.08.2021 (Shift-I))
Correct Answer: C
Explanation (EN): Spooling stands for Simultaneous Peripheral Operations On-Line. Print jobs are first stored on disk in a queue and then sent to the printer one by one.
Explanation (HI): Spooling का अर्थ Simultaneous Peripheral Operations On-Line है। Print jobs पहले disk पर queue में store की जाती हैं और फिर एक-एक करके printer को भेजी जाती हैं।
Top-down design programming में शामिल steps को सही क्रम में व्यवस्थित कीजिए: I. Analyze the problem II. Revise and resequence III. Write the main module IV. Connect the modules in proper order V. Write the remaining modules
(DSSSB TGT C.S. 01.08.2021 (Shift-II))
Correct Answer: D
Explanation (EN): The correct top-down design order is: first analyze the problem, then write the main module, then write the remaining modules, connect them properly, and finally revise and resequence.
Explanation (HI): Top-down design का सही क्रम है: पहले problem का analysis, फिर main module लिखना, उसके बाद remaining modules लिखना, फिर modules को सही क्रम में जोड़ना, और अंत में revise तथा resequence करना।
NTFS और FAT32 terms computer के किस action से closely related हैं?
(HTET PGT C.S. 2022)
Correct Answer: D
Explanation (EN): NTFS and FAT32 are file systems used when a storage device is formatted.
Explanation (HI): NTFS और FAT32 file systems हैं, जिनका उपयोग storage device को format करते समय किया जाता है।
Indexed/grouped allocation निम्न कारणों से उपयोगी है: (A) यह sequential और direct access दोनों को support करता है। (B) पूरा block data के लिए उपलब्ध होता है। (C) Pointers रखने के लिए बहुत अधिक space की आवश्यकता नहीं होती। (D) External fragmentation नहीं होती। सही उत्तर चुनिए।
(UGC NET C.S. December-2023)
Correct Answer: D
Explanation (EN): Indexed or grouped allocation supports sequential and direct access, the entire data blocks are available for file data, and it avoids external fragmentation. However, index pointers do require extra space, so (C) is false.
Explanation (HI): Indexed/grouped allocation sequential और direct access दोनों को support करता है, data blocks file data के लिए उपलब्ध रहते हैं, और external fragmentation नहीं होती। लेकिन index pointers के लिए अतिरिक्त space चाहिए होती है, इसलिए (C) गलत है।
Operating System File Management Function के संदर्भ में FAT का full form क्या है?
(HTET PGT C.S. 2020)
Correct Answer: B
Explanation (EN): FAT stands for File Allocation Table. It keeps track of how disk space is allocated to files.
Explanation (HI): FAT का full form File Allocation Table है। यह track करता है कि disk space files को कैसे allocate की गई है।