Operating System

51. Which of the following is NOT a file manipulation system call in the Windows operating system?
Windows operating system में निम्न में से कौन-सा file manipulation system call नहीं है?
(DSSSB PGT C.S. (Male) 27.07.2018 (Shift-II))
A. CreateFile()
B. ReadFile()
C. WriteFile()
D. CloseFile()

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 नहीं है।

52. ______ stores entries about files and their characteristics.
______ files और उनकी characteristics के बारे में entries store करता है।
(DSSSB TGT C.S. 07.08.2021 (Shift-II))
A. File application table
B. File access table
C. Format allocation table
D. File allocation table

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 कर पाता है।

53. What is the file extension for Batch files ?
Batch files का file extension क्या होता है?
(DSSSB TGT C.S. 07.08.2021 (Shift-II))
A. BAT
B. BCH
C. CTH
D. BATCH

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 होता है।

54. ______ is a system to make a file or directory visible in multiple parts of the system's file tree in Linux operator system.
Linux operating system में किसी file या directory को system के file tree के कई स्थानों पर visible बनाने की व्यवस्था को ______ कहा जाता है।
(DSSSB TGT C.S. 01.08.2021 (Shift-I))
A. Directories
B. Special files
C. Links
D. Sockets

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 हो सकते हैं।

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

56. 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 करना।

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

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

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