Windows 2000 का कौन-सा भाग portable नहीं है?
(UGC NET C.S. June-2014 (Paper-III))
Correct Answer: B
Explanation (EN): Virtual memory depends on hardware, so not portable.
Explanation (HI): Virtual memory hardware dependent होती है, इसलिए portable नहीं है।
Unix shell variables matching
(UGC NET C.S. June-2014 (Paper-III))
Correct Answer: C
Explanation (EN): Correct mapping: $?=exit status, $#=count, $0=filename, $*=arguments.
Explanation (HI): सही mapping: $? exit status, $# arguments count, $0 filename, $* arguments।
Linux command seq 1 2 10 का output क्या होगा?
(UGC NET C.S. June-2014 (Paper-III))
Correct Answer: C
Explanation (EN): seq 1 2 10 generates sequence with step 2: 1,3,5,7,9.
Explanation (HI): seq command 1 से 10 तक step 2 में output देता है: 1,3,5,7,9।
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 उपयोग होता है।