Windows programming के लिए classes किस module में होती हैं?
(UGC NET C.S. June-2014 (Paper-III))
Correct Answer: A
Explanation (EN): win.txt module contains classes for windows programming (as per answer key).
Explanation (HI): Answer key के अनुसार win.txt module में classes होती हैं।
कौन-सा Windows version partition shrink/expand support करता है?
(UGC NET C.S. December-2014 (Paper-III))
Correct Answer: A
Explanation (EN): Windows Vista includes built-in disk management for resizing partitions.
Explanation (HI): Windows Vista में partition resize करने का feature होता है।
WOW32 क्या है?
(UGC NET C.S. June-2015 (Paper-III))
Correct Answer: D
Explanation (EN): WOW32 allows running 16-bit applications on 32-bit systems.
Explanation (HI): WOW32 16-bit applications को 32-bit system पर चलाने का environment देता है।
Unix command vi file1 file2 क्या करता है?
(UGC NET C.S. June-2015 (Paper-III))
Correct Answer: B
Explanation (EN): vi can open and edit multiple files; user can switch between them.
Explanation (HI): vi multiple files को open कर edit करने की सुविधा देता है।
Unix file किस प्रकार की हो सकती है?
(UGC NET C.S. June-2015 (Paper-III))
Correct Answer: D
Explanation (EN): Unix supports multiple file types including regular, directory, and device files.
Explanation (HI): Unix में कई प्रकार की files होती हैं जैसे regular, directory और device।
Unix में login prompt बदलने के लिए किस file को बदलते हैं?
(UGC NET C.S. December-2015 (Paper-II))
Correct Answer: C
Explanation (EN): gettydefs file defines terminal settings and login prompts.
Explanation (HI): gettydefs file login prompt को नियंत्रित करती है।
Windows 2000 में कौन-सा character set उपयोग होता है?
(UGC NET C.S. December-2015 (Paper-III))
Correct Answer: C
Explanation (EN): Windows 2000 uses 16-bit Unicode encoding.
Explanation (HI): Windows 2000 में 16-bit Unicode encoding उपयोग होता है।
Unix में file को सभी के लिए executable बनाने का command क्या है?
(UGC NET C.S. December-2015 (Paper-III))
Correct Answer: D
Explanation (EN): All commands grant execution permission to all users.
Explanation (HI): तीनों commands execution permission देने के लिए सही हैं।
Unix command rm chap0\\[1-3\\] क्या करेगा?
(UGC NET C.S. December-2015 (Paper-III))
Correct Answer: A
Explanation (EN): Backslash escapes special characters, so exact filename is removed.
Explanation (HI): \\ का उपयोग special characters escape करने के लिए होता है।
Unix में special files का उपयोग किसके लिए होता है?
(UGC NET C.S. December-2015 (Paper-III))
Correct Answer: B
Explanation (EN): Special files map physical devices to file names.
Explanation (HI): Special files devices को file names से map करते हैं।