Operating System

51. The process in an operating system in which the output of any program is not printed directly on printer but dumped onto a reserved area of a disk is known as ______.
Operating system में वह process जिसमें किसी program का output सीधे printer पर print न होकर disk के reserved area में dump किया जाता है, ______ कहलाता है।
(DSSSB TGT C.S. 01.08.2021 (Shift-I))
A. System call
B. Teardown operation
C. Spooling
D. Swapping

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 को भेजी जाती हैं।

52. Rearrange steps involved in top-down design programming? 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
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))
A. II → IV → V → III → I
B. III → I → V → IV → II
C. V → III → I → IV → II
D. I → III → V → IV → 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 करना।

53. Terms NTFS and FAT 32 are closely related to which action on computer ?
NTFS और FAT32 terms computer के किस action से closely related हैं?
(HTET PGT C.S. 2022)
A. Defragmentation
B. Scanning
C. Booting
D. Formatting

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 करते समय किया जाता है।

54. Indexed/grouped allocation is useful as: (A) It supports both sequential and direct access. (B) Entire block is available for data. (C) It does not require lots of space for keeping pointers. (D) No external fragmentation. Choose the correct answer from the options given below.
Indexed/grouped allocation निम्न कारणों से उपयोगी है: (A) यह sequential और direct access दोनों को support करता है। (B) पूरा block data के लिए उपलब्ध होता है। (C) Pointers रखने के लिए बहुत अधिक space की आवश्यकता नहीं होती। (D) External fragmentation नहीं होती। सही उत्तर चुनिए।
(UGC NET C.S. December-2023)
A. (A) Only
B. (B) and (C) Only
C. (B) Only
D. (A), (B) and (D) Only

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) गलत है।

55. In context of Operating System File Management Function what is the full form of FAT ?
Operating System File Management Function के संदर्भ में FAT का full form क्या है?
(HTET PGT C.S. 2020)
A. File Attribute Table
B. File Allocation Table
C. Format All Tabs
D. File Attribute Type

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