Operating System

344. A part Windows 2000 operating system that is not portable is
Windows 2000 का कौन-सा भाग portable नहीं है?
(UGC NET C.S. June-2014 (Paper-III))
A. Device Management
B. Virtual Memory Management
C. Processor Management
D. User Interface

Correct Answer: B

Explanation (EN): Virtual memory depends on hardware, so not portable.

Explanation (HI): Virtual memory hardware dependent होती है, इसलिए portable नहीं है।

345. Match the following with reference to Unix shell scripts
Unix shell variables matching
(UGC NET C.S. June-2014 (Paper-III))
A. iii ii i iv
B. ii iii i iv
C. iv iii i ii
D. i iii i iv

Correct Answer: C

Explanation (EN): Correct mapping: $?=exit status, $#=count, $0=filename, $*=arguments.

Explanation (HI): सही mapping: $? exit status, $# arguments count, $0 filename, $* arguments।

346. The output generated by the LINUX command: seq 1 2 10 will be
Linux command seq 1 2 10 का output क्या होगा?
(UGC NET C.S. June-2014 (Paper-III))
A. 1 2 10
B. 1 2 3 ...10
C. 1 3 5 7 9
D. 1 5 10

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।

347. All the classes necessary for windows programming are available in the module :
Windows programming के लिए classes किस module में होती हैं?
(UGC NET C.S. June-2014 (Paper-III))
A. win.txt
B. win.main
C. win.std
D. MFC

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

348. Which version of Windows contains built-in partition manager to shrink and expand drives?
कौन-सा Windows version partition shrink/expand support करता है?
(UGC NET C.S. December-2014 (Paper-III))
A. Windows Vista
B. Windows 2000
C. Windows NT
D. Windows 98

Correct Answer: A

Explanation (EN): Windows Vista includes built-in disk management for resizing partitions.

Explanation (HI): Windows Vista में partition resize करने का feature होता है।

349. WOW32 is a :
WOW32 क्या है?
(UGC NET C.S. June-2015 (Paper-III))
A. Win32 API library
B. File system
C. Kernel object
D. Execution environment

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

350. The Unix command : vi file1 file2
Unix command vi file1 file2 क्या करता है?
(UGC NET C.S. June-2015 (Paper-III))
A. Edits file1 into file2
B. Edit both files
C. Move files
D. Edit sequentially

Correct Answer: B

Explanation (EN): vi can open and edit multiple files; user can switch between them.

Explanation (HI): vi multiple files को open कर edit करने की सुविधा देता है।

351. A Unix file may be of the type :
Unix file किस प्रकार की हो सकती है?
(UGC NET C.S. June-2015 (Paper-III))
A. Regular file
B. Directory file
C. Device file
D. Any one of the above

Correct Answer: D

Explanation (EN): Unix supports multiple file types including regular, directory, and device files.

Explanation (HI): Unix में कई प्रकार की files होती हैं जैसे regular, directory और device।

352. In Unix, the login prompt can be changed by changing the contents of the file _____
Unix में login prompt बदलने के लिए किस file को बदलते हैं?
(UGC NET C.S. December-2015 (Paper-II))
A. Contrab
B. Init
C. Gettydefs
D. Inittab

Correct Answer: C

Explanation (EN): gettydefs file defines terminal settings and login prompts.

Explanation (HI): gettydefs file login prompt को नियंत्रित करती है।

353. The character set used in Windows 2000 operating system is _____
Windows 2000 में कौन-सा character set उपयोग होता है?
(UGC NET C.S. December-2015 (Paper-III))
A. 8 bit ASCII
B. Extended ASCII
C. 16 bit UNICODE
D. 12 bit UNICODE

Correct Answer: C

Explanation (EN): Windows 2000 uses 16-bit Unicode encoding.

Explanation (HI): Windows 2000 में 16-bit Unicode encoding उपयोग होता है।