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 की गई है।