Unix में command cat > x का क्या अर्थ है?
(UKPSC PGT C.S. Asstt. Prof. 2017)
Correct Answer: C
Explanation (EN): In Unix, 'cat > x' creates a file named x and waits for user input from the keyboard, which is written into the file until EOF is given.
Explanation (HI): Unix में 'cat > x' command file x बनाता है और keyboard से input लेकर उसे file में store करता है, जब तक EOF नहीं दिया जाता।
निम्न में से गलत कथन चुनिए।
(UKPSC PGT C.S. Asstt. Prof. 2017)
Correct Answer: D
Explanation (EN): Shell scripts are interpreted at runtime and not compiled like languages such as C or Java.
Explanation (HI): Shell scripts compile नहीं होते, बल्कि runtime पर interpret होते हैं।
निम्न में से कौन-सा Windows का version नहीं है?
(HTET PGT C.S. 2018)
Correct Answer: A
Explanation (EN): Windows-96 was never released by Microsoft; it is not a valid Windows version.
Explanation (HI): Windows-96 कभी release नहीं हुआ, इसलिए यह valid version नहीं है।
Windows में निम्न में से कौन malware और unwanted software से सुरक्षा देता है?
(HTET PGT C.S. 2019)
Correct Answer: B
Explanation (EN): Windows Defender is built-in antivirus and anti-malware protection in Windows.
Explanation (HI): Windows Defender Windows का built-in antivirus है जो malware से सुरक्षा देता है।
Windows में program uninstall करने के लिए Control Panel में किस option पर जाते हैं?
(HTET PGT C.S. 2019)
Correct Answer: D
Explanation (EN): Programs and Features option allows users to uninstall, repair or change installed programs.
Explanation (HI): Programs and Features option से installed programs को uninstall किया जाता है।
Windows OS में सामान्यतः कौन-सा interface उपयोग किया जाता है?
(HTET PGT C.S. 2020)
Correct Answer: C
Explanation (EN): Windows primarily uses GUI (Graphical User Interface) for user interaction.
Explanation (HI): Windows मुख्य रूप से GUI (Graphical User Interface) का उपयोग करता है।
Office Automation System निम्न में से किससे संबंधित है? I. Word processing II. Annual budgeting
(DSSSB TGT C.S. 07.08.2021 (Shift-II))
Correct Answer: A
Explanation (EN): Office automation mainly deals with tasks like word processing, not financial operations like budgeting.
Explanation (HI): Office automation मुख्यतः word processing जैसे कार्यों से संबंधित होता है।
UNIX command wc -l < a > b & का क्या कार्य है?
(UGC NET C.S. June-2016 (Paper-III))
Correct Answer: B
Explanation (EN): wc -l counts lines, < a takes input, > b outputs to file b, & runs it in background.
Explanation (HI): wc -l lines count करता है, < a input देता है, > b output file b में देता है और & इसे background में चलाता है।
cron daemon के संदर्भ में कौन-सा कथन गलत है?
(UGC NET C.S. June-2016 (Paper-III))
Correct Answer: D
Explanation (EN): Crontab files for individual users are stored in the system.
Explanation (HI): Individual users के crontab files system में store होते हैं, इसलिए यह statement गलत है।
Unix में file permissions के बारे में कौन-सा सही है?
(UGC NET C.S. June-2016 (Paper-III))
Correct Answer: C
Explanation (EN): Both permission interpretations for 641 and 100 octal modes are correct.
Explanation (HI): 641 और 100 दोनों permission representations सही हैं।